michael@0: /******************************************************************** michael@0: * * michael@0: * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * michael@0: * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * michael@0: * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * michael@0: * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * michael@0: * * michael@0: * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * michael@0: * by the Xiph.Org Foundation http://www.xiph.org/ * michael@0: * * michael@0: ******************************************************************** michael@0: michael@0: function: toplevel residue templates 8/11kHz michael@0: last mod: $Id: residue_8.h 16962 2010-03-11 07:30:34Z xiphmont $ michael@0: michael@0: ********************************************************************/ michael@0: michael@0: #include "vorbis/codec.h" michael@0: #include "backends.h" michael@0: michael@0: /***** residue backends *********************************************/ michael@0: michael@0: static const static_bookblock _resbook_8s_0={ michael@0: { michael@0: {0}, michael@0: {0,0,&_8c0_s_p1_0}, michael@0: {0}, michael@0: {0,0,&_8c0_s_p3_0}, michael@0: {0,0,&_8c0_s_p4_0}, michael@0: {0,0,&_8c0_s_p5_0}, michael@0: {0,0,&_8c0_s_p6_0}, michael@0: {&_8c0_s_p7_0,&_8c0_s_p7_1}, michael@0: {&_8c0_s_p8_0,&_8c0_s_p8_1}, michael@0: {&_8c0_s_p9_0,&_8c0_s_p9_1,&_8c0_s_p9_2} michael@0: } michael@0: }; michael@0: static const static_bookblock _resbook_8s_1={ michael@0: { michael@0: {0}, michael@0: {0,0,&_8c1_s_p1_0}, michael@0: {0}, michael@0: {0,0,&_8c1_s_p3_0}, michael@0: {0,0,&_8c1_s_p4_0}, michael@0: {0,0,&_8c1_s_p5_0}, michael@0: {0,0,&_8c1_s_p6_0}, michael@0: {&_8c1_s_p7_0,&_8c1_s_p7_1}, michael@0: {&_8c1_s_p8_0,&_8c1_s_p8_1}, michael@0: {&_8c1_s_p9_0,&_8c1_s_p9_1,&_8c1_s_p9_2} michael@0: } michael@0: }; michael@0: michael@0: static const vorbis_residue_template _res_8s_0[]={ michael@0: {2,0,32, &_residue_44_mid, michael@0: &_huff_book__8c0_s_single,&_huff_book__8c0_s_single, michael@0: &_resbook_8s_0,&_resbook_8s_0}, michael@0: }; michael@0: static const vorbis_residue_template _res_8s_1[]={ michael@0: {2,0,32, &_residue_44_mid, michael@0: &_huff_book__8c1_s_single,&_huff_book__8c1_s_single, michael@0: &_resbook_8s_1,&_resbook_8s_1}, michael@0: }; michael@0: michael@0: static const vorbis_mapping_template _mapres_template_8_stereo[2]={ michael@0: { _map_nominal, _res_8s_0 }, /* 0 */ michael@0: { _map_nominal, _res_8s_1 }, /* 1 */ michael@0: }; michael@0: michael@0: static const static_bookblock _resbook_8u_0={ michael@0: { michael@0: {0}, michael@0: {0,0,&_8u0__p1_0}, michael@0: {0,0,&_8u0__p2_0}, michael@0: {0,0,&_8u0__p3_0}, michael@0: {0,0,&_8u0__p4_0}, michael@0: {0,0,&_8u0__p5_0}, michael@0: {&_8u0__p6_0,&_8u0__p6_1}, michael@0: {&_8u0__p7_0,&_8u0__p7_1,&_8u0__p7_2} michael@0: } michael@0: }; michael@0: static const static_bookblock _resbook_8u_1={ michael@0: { michael@0: {0}, michael@0: {0,0,&_8u1__p1_0}, michael@0: {0,0,&_8u1__p2_0}, michael@0: {0,0,&_8u1__p3_0}, michael@0: {0,0,&_8u1__p4_0}, michael@0: {0,0,&_8u1__p5_0}, michael@0: {0,0,&_8u1__p6_0}, michael@0: {&_8u1__p7_0,&_8u1__p7_1}, michael@0: {&_8u1__p8_0,&_8u1__p8_1}, michael@0: {&_8u1__p9_0,&_8u1__p9_1,&_8u1__p9_2} michael@0: } michael@0: }; michael@0: michael@0: static const vorbis_residue_template _res_8u_0[]={ michael@0: {1,0,32, &_residue_44_low_un, michael@0: &_huff_book__8u0__single,&_huff_book__8u0__single, michael@0: &_resbook_8u_0,&_resbook_8u_0}, michael@0: }; michael@0: static const vorbis_residue_template _res_8u_1[]={ michael@0: {1,0,32, &_residue_44_mid_un, michael@0: &_huff_book__8u1__single,&_huff_book__8u1__single, michael@0: &_resbook_8u_1,&_resbook_8u_1}, michael@0: }; michael@0: michael@0: static const vorbis_mapping_template _mapres_template_8_uncoupled[2]={ michael@0: { _map_nominal_u, _res_8u_0 }, /* 0 */ michael@0: { _map_nominal_u, _res_8u_1 }, /* 1 */ michael@0: };