1 /********************************************************************
3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
8 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
9 * by the XIPHOPHORUS Company http://www.xiph.org/ *
11 ********************************************************************
13 function: toplevel residue templates 8/11kHz
14 last mod: $Id: residue_8.h,v 1.2 2002/07/11 06:41:04 xiphmont Exp $
16 ********************************************************************/
18 #include "vorbis/codec.h"
21 /***** residue backends *********************************************/
23 static static_bookblock _resbook_8s_0={
25 {0},{0,0,&_8c0_s_p1_0},{0,0,&_8c0_s_p2_0},{0,0,&_8c0_s_p3_0},
26 {0,0,&_8c0_s_p4_0},{0,0,&_8c0_s_p5_0},{0,0,&_8c0_s_p6_0},
27 {&_8c0_s_p7_0,&_8c0_s_p7_1},{&_8c0_s_p8_0,&_8c0_s_p8_1},
28 {&_8c0_s_p9_0,&_8c0_s_p9_1,&_8c0_s_p9_2}
31 static static_bookblock _resbook_8s_1={
33 {0},{0,0,&_8c1_s_p1_0},{0,0,&_8c1_s_p2_0},{0,0,&_8c1_s_p3_0},
34 {0,0,&_8c1_s_p4_0},{0,0,&_8c1_s_p5_0},{0,0,&_8c1_s_p6_0},
35 {&_8c1_s_p7_0,&_8c1_s_p7_1},{&_8c1_s_p8_0,&_8c1_s_p8_1},
36 {&_8c1_s_p9_0,&_8c1_s_p9_1,&_8c1_s_p9_2}
40 static vorbis_residue_template _res_8s_0[]={
41 {2,0, &_residue_44_mid,
42 &_huff_book__8c0_s_single,&_huff_book__8c0_s_single,
43 &_resbook_8s_0,&_resbook_8s_0},
45 static vorbis_residue_template _res_8s_1[]={
46 {2,0, &_residue_44_mid,
47 &_huff_book__8c1_s_single,&_huff_book__8c1_s_single,
48 &_resbook_8s_1,&_resbook_8s_1},
51 static vorbis_mapping_template _mapres_template_8_stereo[2]={
52 { _map_nominal, _res_8s_0 }, /* 0 */
53 { _map_nominal, _res_8s_1 }, /* 1 */
56 static static_bookblock _resbook_8u_0={
64 {&_8u0__p6_0,&_8u0__p6_1},
65 {&_8u0__p7_0,&_8u0__p7_1,&_8u0__p7_2}
68 static static_bookblock _resbook_8u_1={
77 {&_8u1__p7_0,&_8u1__p7_1},
78 {&_8u1__p8_0,&_8u1__p8_1},
79 {&_8u1__p9_0,&_8u1__p9_1,&_8u1__p9_2}
83 static vorbis_residue_template _res_8u_0[]={
84 {1,0, &_residue_44_low_un,
85 &_huff_book__8u0__single,&_huff_book__8u0__single,
86 &_resbook_8u_0,&_resbook_8u_0},
88 static vorbis_residue_template _res_8u_1[]={
89 {1,0, &_residue_44_mid_un,
90 &_huff_book__8u1__single,&_huff_book__8u1__single,
91 &_resbook_8u_1,&_resbook_8u_1},
94 static vorbis_mapping_template _mapres_template_8_uncoupled[2]={
95 { _map_nominal_u, _res_8u_0 }, /* 0 */
96 { _map_nominal_u, _res_8u_1 }, /* 1 */