Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | /******************************************************************** |
michael@0 | 2 | * * |
michael@0 | 3 | * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * |
michael@0 | 4 | * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * |
michael@0 | 5 | * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * |
michael@0 | 6 | * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * |
michael@0 | 7 | * * |
michael@0 | 8 | * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 * |
michael@0 | 9 | * by the Xiph.Org Foundation http://www.xiph.org/ * |
michael@0 | 10 | * * |
michael@0 | 11 | ******************************************************************** |
michael@0 | 12 | |
michael@0 | 13 | function: toplevel residue templates for 32/44.1/48kHz uncoupled |
michael@0 | 14 | last mod: $Id: residue_44p51.h 19013 2013-11-12 04:04:50Z giles $ |
michael@0 | 15 | |
michael@0 | 16 | ********************************************************************/ |
michael@0 | 17 | |
michael@0 | 18 | #include "vorbis/codec.h" |
michael@0 | 19 | #include "backends.h" |
michael@0 | 20 | |
michael@0 | 21 | #include "books/coupled/res_books_51.h" |
michael@0 | 22 | |
michael@0 | 23 | /***** residue backends *********************************************/ |
michael@0 | 24 | |
michael@0 | 25 | static const vorbis_info_residue0 _residue_44p_lo={ |
michael@0 | 26 | 0,-1, -1, 7,-1,-1, |
michael@0 | 27 | /* 0 1 2 3 4 5 6 7 8 */ |
michael@0 | 28 | {0}, |
michael@0 | 29 | {-1}, |
michael@0 | 30 | { 0, 1, 2, 7, 17, 31}, |
michael@0 | 31 | { 0, 0, 99, 7, 17, 31}, |
michael@0 | 32 | }; |
michael@0 | 33 | |
michael@0 | 34 | static const vorbis_info_residue0 _residue_44p={ |
michael@0 | 35 | 0,-1, -1, 8,-1,-1, |
michael@0 | 36 | /* 0 1 2 3 4 5 6 7 8 */ |
michael@0 | 37 | {0}, |
michael@0 | 38 | {-1}, |
michael@0 | 39 | { 0, 1, 1, 2, 7, 17, 31}, |
michael@0 | 40 | { 0, 0, 99, 99, 7, 17, 31}, |
michael@0 | 41 | }; |
michael@0 | 42 | |
michael@0 | 43 | static const vorbis_info_residue0 _residue_44p_hi={ |
michael@0 | 44 | 0,-1, -1, 8,-1,-1, |
michael@0 | 45 | /* 0 1 2 3 4 5 6 7 8 */ |
michael@0 | 46 | {0}, |
michael@0 | 47 | {-1}, |
michael@0 | 48 | { 0, 1, 2, 4, 7, 17, 31}, |
michael@0 | 49 | { 0, 1, 2, 4, 7, 17, 31}, |
michael@0 | 50 | }; |
michael@0 | 51 | |
michael@0 | 52 | static const vorbis_info_residue0 _residue_44p_lfe={ |
michael@0 | 53 | 0,-1, -1, 2,-1,-1, |
michael@0 | 54 | /* 0 1 2 3 4 5 6 7 8 */ |
michael@0 | 55 | {0}, |
michael@0 | 56 | {-1}, |
michael@0 | 57 | { 32}, |
michael@0 | 58 | { -1} |
michael@0 | 59 | }; |
michael@0 | 60 | |
michael@0 | 61 | static const static_bookblock _resbook_44p_n1={ |
michael@0 | 62 | { |
michael@0 | 63 | {0}, |
michael@0 | 64 | {0,&_44pn1_p1_0}, |
michael@0 | 65 | |
michael@0 | 66 | {&_44pn1_p2_0,&_44pn1_p2_1,0}, |
michael@0 | 67 | {&_44pn1_p3_0,&_44pn1_p3_1,0}, |
michael@0 | 68 | {&_44pn1_p4_0,&_44pn1_p4_1,0}, |
michael@0 | 69 | |
michael@0 | 70 | {&_44pn1_p5_0,&_44pn1_p5_1,&_44pn1_p4_1}, |
michael@0 | 71 | {&_44pn1_p6_0,&_44pn1_p6_1,&_44pn1_p6_2}, |
michael@0 | 72 | } |
michael@0 | 73 | }; |
michael@0 | 74 | |
michael@0 | 75 | static const static_bookblock _resbook_44p_0={ |
michael@0 | 76 | { |
michael@0 | 77 | {0}, |
michael@0 | 78 | {0,&_44p0_p1_0}, |
michael@0 | 79 | |
michael@0 | 80 | {&_44p0_p2_0,&_44p0_p2_1,0}, |
michael@0 | 81 | {&_44p0_p3_0,&_44p0_p3_1,0}, |
michael@0 | 82 | {&_44p0_p4_0,&_44p0_p4_1,0}, |
michael@0 | 83 | |
michael@0 | 84 | {&_44p0_p5_0,&_44p0_p5_1,&_44p0_p4_1}, |
michael@0 | 85 | {&_44p0_p6_0,&_44p0_p6_1,&_44p0_p6_2}, |
michael@0 | 86 | } |
michael@0 | 87 | }; |
michael@0 | 88 | |
michael@0 | 89 | static const static_bookblock _resbook_44p_1={ |
michael@0 | 90 | { |
michael@0 | 91 | {0}, |
michael@0 | 92 | {0,&_44p1_p1_0}, |
michael@0 | 93 | |
michael@0 | 94 | {&_44p1_p2_0,&_44p1_p2_1,0}, |
michael@0 | 95 | {&_44p1_p3_0,&_44p1_p3_1,0}, |
michael@0 | 96 | {&_44p1_p4_0,&_44p1_p4_1,0}, |
michael@0 | 97 | |
michael@0 | 98 | {&_44p1_p5_0,&_44p1_p5_1,&_44p1_p4_1}, |
michael@0 | 99 | {&_44p1_p6_0,&_44p1_p6_1,&_44p1_p6_2}, |
michael@0 | 100 | } |
michael@0 | 101 | }; |
michael@0 | 102 | |
michael@0 | 103 | static const static_bookblock _resbook_44p_2={ |
michael@0 | 104 | { |
michael@0 | 105 | {0}, |
michael@0 | 106 | {0,0,&_44p2_p1_0}, |
michael@0 | 107 | {0,&_44p2_p2_0,0}, |
michael@0 | 108 | |
michael@0 | 109 | {&_44p2_p3_0,&_44p2_p3_1,0}, |
michael@0 | 110 | {&_44p2_p4_0,&_44p2_p4_1,0}, |
michael@0 | 111 | {&_44p2_p5_0,&_44p2_p5_1,0}, |
michael@0 | 112 | |
michael@0 | 113 | {&_44p2_p6_0,&_44p2_p6_1,&_44p2_p5_1}, |
michael@0 | 114 | {&_44p2_p7_0,&_44p2_p7_1,&_44p2_p7_2,&_44p2_p7_3} |
michael@0 | 115 | } |
michael@0 | 116 | }; |
michael@0 | 117 | static const static_bookblock _resbook_44p_3={ |
michael@0 | 118 | { |
michael@0 | 119 | {0}, |
michael@0 | 120 | {0,0,&_44p3_p1_0}, |
michael@0 | 121 | {0,&_44p3_p2_0,0}, |
michael@0 | 122 | |
michael@0 | 123 | {&_44p3_p3_0,&_44p3_p3_1,0}, |
michael@0 | 124 | {&_44p3_p4_0,&_44p3_p4_1,0}, |
michael@0 | 125 | {&_44p3_p5_0,&_44p3_p5_1,0}, |
michael@0 | 126 | |
michael@0 | 127 | {&_44p3_p6_0,&_44p3_p6_1,&_44p3_p5_1}, |
michael@0 | 128 | {&_44p3_p7_0,&_44p3_p7_1,&_44p3_p7_2,&_44p3_p7_3} |
michael@0 | 129 | } |
michael@0 | 130 | }; |
michael@0 | 131 | static const static_bookblock _resbook_44p_4={ |
michael@0 | 132 | { |
michael@0 | 133 | {0}, |
michael@0 | 134 | {0,0,&_44p4_p1_0}, |
michael@0 | 135 | {0,&_44p4_p2_0,0}, |
michael@0 | 136 | |
michael@0 | 137 | {&_44p4_p3_0,&_44p4_p3_1,0}, |
michael@0 | 138 | {&_44p4_p4_0,&_44p4_p4_1,0}, |
michael@0 | 139 | {&_44p4_p5_0,&_44p4_p5_1,0}, |
michael@0 | 140 | |
michael@0 | 141 | {&_44p4_p6_0,&_44p4_p6_1,&_44p4_p5_1}, |
michael@0 | 142 | {&_44p4_p7_0,&_44p4_p7_1,&_44p4_p7_2,&_44p4_p7_3} |
michael@0 | 143 | } |
michael@0 | 144 | }; |
michael@0 | 145 | static const static_bookblock _resbook_44p_5={ |
michael@0 | 146 | { |
michael@0 | 147 | {0}, |
michael@0 | 148 | {0,0,&_44p5_p1_0}, |
michael@0 | 149 | {0,&_44p5_p2_0,0}, |
michael@0 | 150 | |
michael@0 | 151 | {&_44p5_p3_0,&_44p5_p3_1,0}, |
michael@0 | 152 | {&_44p5_p4_0,&_44p5_p4_1,0}, |
michael@0 | 153 | {&_44p5_p5_0,&_44p5_p5_1,0}, |
michael@0 | 154 | |
michael@0 | 155 | {&_44p5_p6_0,&_44p5_p6_1,&_44p5_p5_1}, |
michael@0 | 156 | {&_44p5_p7_0,&_44p5_p7_1,&_44p5_p7_2,&_44p5_p7_3} |
michael@0 | 157 | } |
michael@0 | 158 | }; |
michael@0 | 159 | static const static_bookblock _resbook_44p_6={ |
michael@0 | 160 | { |
michael@0 | 161 | {0}, |
michael@0 | 162 | {0,0,&_44p6_p1_0}, |
michael@0 | 163 | {0,&_44p6_p2_0,0}, |
michael@0 | 164 | |
michael@0 | 165 | {&_44p6_p3_0,&_44p6_p3_1,0}, |
michael@0 | 166 | {&_44p6_p4_0,&_44p6_p4_1,0}, |
michael@0 | 167 | {&_44p6_p5_0,&_44p6_p5_1,0}, |
michael@0 | 168 | |
michael@0 | 169 | {&_44p6_p6_0,&_44p6_p6_1,&_44p6_p5_1}, |
michael@0 | 170 | {&_44p6_p7_0,&_44p6_p7_1,&_44p6_p7_2,&_44p6_p7_3} |
michael@0 | 171 | } |
michael@0 | 172 | }; |
michael@0 | 173 | static const static_bookblock _resbook_44p_7={ |
michael@0 | 174 | { |
michael@0 | 175 | {0}, |
michael@0 | 176 | {0,0,&_44p7_p1_0}, |
michael@0 | 177 | {0,&_44p7_p2_0,0}, |
michael@0 | 178 | |
michael@0 | 179 | {&_44p7_p3_0,&_44p7_p3_1,0}, |
michael@0 | 180 | {&_44p7_p4_0,&_44p7_p4_1,0}, |
michael@0 | 181 | {&_44p7_p5_0,&_44p7_p5_1,0}, |
michael@0 | 182 | |
michael@0 | 183 | {&_44p7_p6_0,&_44p7_p6_1,&_44p7_p5_1}, |
michael@0 | 184 | {&_44p7_p7_0,&_44p7_p7_1,&_44p7_p7_2,&_44p7_p7_3} |
michael@0 | 185 | } |
michael@0 | 186 | }; |
michael@0 | 187 | static const static_bookblock _resbook_44p_8={ |
michael@0 | 188 | { |
michael@0 | 189 | {0}, |
michael@0 | 190 | {0,0,&_44p8_p1_0}, |
michael@0 | 191 | {0,&_44p8_p2_0,0}, |
michael@0 | 192 | |
michael@0 | 193 | {&_44p8_p3_0,&_44p8_p3_1,0}, |
michael@0 | 194 | {&_44p8_p4_0,&_44p8_p4_1,0}, |
michael@0 | 195 | {&_44p8_p5_0,&_44p8_p5_1,0}, |
michael@0 | 196 | |
michael@0 | 197 | {&_44p8_p6_0,&_44p8_p6_1,&_44p8_p5_1}, |
michael@0 | 198 | {&_44p8_p7_0,&_44p8_p7_1,&_44p8_p7_2,&_44p8_p7_3} |
michael@0 | 199 | } |
michael@0 | 200 | }; |
michael@0 | 201 | static const static_bookblock _resbook_44p_9={ |
michael@0 | 202 | { |
michael@0 | 203 | {0}, |
michael@0 | 204 | {0,0,&_44p9_p1_0}, |
michael@0 | 205 | {0,&_44p9_p2_0,0}, |
michael@0 | 206 | |
michael@0 | 207 | {&_44p9_p3_0,&_44p9_p3_1,0}, |
michael@0 | 208 | {&_44p9_p4_0,&_44p9_p4_1,0}, |
michael@0 | 209 | {&_44p9_p5_0,&_44p9_p5_1,0}, |
michael@0 | 210 | |
michael@0 | 211 | {&_44p9_p6_0,&_44p9_p6_1,&_44p9_p5_1}, |
michael@0 | 212 | {&_44p9_p7_0,&_44p9_p7_1,&_44p9_p7_2,&_44p9_p7_3} |
michael@0 | 213 | } |
michael@0 | 214 | }; |
michael@0 | 215 | |
michael@0 | 216 | static const static_bookblock _resbook_44p_ln1={ |
michael@0 | 217 | { |
michael@0 | 218 | {&_44pn1_l0_0,&_44pn1_l0_1,0}, |
michael@0 | 219 | {&_44pn1_l1_0,&_44pn1_p6_1,&_44pn1_p6_2}, |
michael@0 | 220 | } |
michael@0 | 221 | }; |
michael@0 | 222 | static const static_bookblock _resbook_44p_l0={ |
michael@0 | 223 | { |
michael@0 | 224 | {&_44p0_l0_0,&_44p0_l0_1,0}, |
michael@0 | 225 | {&_44p0_l1_0,&_44p0_p6_1,&_44p0_p6_2}, |
michael@0 | 226 | } |
michael@0 | 227 | }; |
michael@0 | 228 | static const static_bookblock _resbook_44p_l1={ |
michael@0 | 229 | { |
michael@0 | 230 | {&_44p1_l0_0,&_44p1_l0_1,0}, |
michael@0 | 231 | {&_44p1_l1_0,&_44p1_p6_1,&_44p1_p6_2}, |
michael@0 | 232 | } |
michael@0 | 233 | }; |
michael@0 | 234 | static const static_bookblock _resbook_44p_l2={ |
michael@0 | 235 | { |
michael@0 | 236 | {&_44p2_l0_0,&_44p2_l0_1,0}, |
michael@0 | 237 | {&_44p2_l1_0,&_44p2_p7_2,&_44p2_p7_3}, |
michael@0 | 238 | } |
michael@0 | 239 | }; |
michael@0 | 240 | static const static_bookblock _resbook_44p_l3={ |
michael@0 | 241 | { |
michael@0 | 242 | {&_44p3_l0_0,&_44p3_l0_1,0}, |
michael@0 | 243 | {&_44p3_l1_0,&_44p3_p7_2,&_44p3_p7_3}, |
michael@0 | 244 | } |
michael@0 | 245 | }; |
michael@0 | 246 | static const static_bookblock _resbook_44p_l4={ |
michael@0 | 247 | { |
michael@0 | 248 | {&_44p4_l0_0,&_44p4_l0_1,0}, |
michael@0 | 249 | {&_44p4_l1_0,&_44p4_p7_2,&_44p4_p7_3}, |
michael@0 | 250 | } |
michael@0 | 251 | }; |
michael@0 | 252 | static const static_bookblock _resbook_44p_l5={ |
michael@0 | 253 | { |
michael@0 | 254 | {&_44p5_l0_0,&_44p5_l0_1,0}, |
michael@0 | 255 | {&_44p5_l1_0,&_44p5_p7_2,&_44p5_p7_3}, |
michael@0 | 256 | } |
michael@0 | 257 | }; |
michael@0 | 258 | static const static_bookblock _resbook_44p_l6={ |
michael@0 | 259 | { |
michael@0 | 260 | {&_44p6_l0_0,&_44p6_l0_1,0}, |
michael@0 | 261 | {&_44p6_l1_0,&_44p6_p7_2,&_44p6_p7_3}, |
michael@0 | 262 | } |
michael@0 | 263 | }; |
michael@0 | 264 | static const static_bookblock _resbook_44p_l7={ |
michael@0 | 265 | { |
michael@0 | 266 | {&_44p7_l0_0,&_44p7_l0_1,0}, |
michael@0 | 267 | {&_44p7_l1_0,&_44p7_p7_2,&_44p7_p7_3}, |
michael@0 | 268 | } |
michael@0 | 269 | }; |
michael@0 | 270 | static const static_bookblock _resbook_44p_l8={ |
michael@0 | 271 | { |
michael@0 | 272 | {&_44p8_l0_0,&_44p8_l0_1,0}, |
michael@0 | 273 | {&_44p8_l1_0,&_44p8_p7_2,&_44p8_p7_3}, |
michael@0 | 274 | } |
michael@0 | 275 | }; |
michael@0 | 276 | static const static_bookblock _resbook_44p_l9={ |
michael@0 | 277 | { |
michael@0 | 278 | {&_44p9_l0_0,&_44p9_l0_1,0}, |
michael@0 | 279 | {&_44p9_l1_0,&_44p9_p7_2,&_44p9_p7_3}, |
michael@0 | 280 | } |
michael@0 | 281 | }; |
michael@0 | 282 | |
michael@0 | 283 | |
michael@0 | 284 | static const vorbis_info_mapping0 _map_nominal_51[2]={ |
michael@0 | 285 | {2, {0,0,0,0,0,1}, {0,2}, {0,2}, 4,{0,3,0,0},{2,4,1,3}}, |
michael@0 | 286 | {2, {0,0,0,0,0,1}, {1,2}, {1,2}, 4,{0,3,0,0},{2,4,1,3}} |
michael@0 | 287 | }; |
michael@0 | 288 | static const vorbis_info_mapping0 _map_nominal_51u[2]={ |
michael@0 | 289 | {2, {0,0,0,0,0,1}, {0,2}, {0,2}, 0,{0},{0}}, |
michael@0 | 290 | {2, {0,0,0,0,0,1}, {1,2}, {1,2}, 0,{0},{0}} |
michael@0 | 291 | }; |
michael@0 | 292 | |
michael@0 | 293 | static const vorbis_residue_template _res_44p51_n1[]={ |
michael@0 | 294 | {2,0,30, &_residue_44p_lo, |
michael@0 | 295 | &_huff_book__44pn1_short,&_huff_book__44pn1_short, |
michael@0 | 296 | &_resbook_44p_n1,&_resbook_44p_n1}, |
michael@0 | 297 | |
michael@0 | 298 | {2,0,30, &_residue_44p_lo, |
michael@0 | 299 | &_huff_book__44pn1_long,&_huff_book__44pn1_long, |
michael@0 | 300 | &_resbook_44p_n1,&_resbook_44p_n1}, |
michael@0 | 301 | |
michael@0 | 302 | {1,2,6, &_residue_44p_lfe, |
michael@0 | 303 | &_huff_book__44pn1_lfe,&_huff_book__44pn1_lfe, |
michael@0 | 304 | &_resbook_44p_ln1,&_resbook_44p_ln1} |
michael@0 | 305 | }; |
michael@0 | 306 | static const vorbis_residue_template _res_44p51_0[]={ |
michael@0 | 307 | {2,0,15, &_residue_44p_lo, |
michael@0 | 308 | &_huff_book__44p0_short,&_huff_book__44p0_short, |
michael@0 | 309 | &_resbook_44p_0,&_resbook_44p_0}, |
michael@0 | 310 | |
michael@0 | 311 | {2,0,30, &_residue_44p_lo, |
michael@0 | 312 | &_huff_book__44p0_long,&_huff_book__44p0_long, |
michael@0 | 313 | &_resbook_44p_0,&_resbook_44p_0}, |
michael@0 | 314 | |
michael@0 | 315 | {1,2,6, &_residue_44p_lfe, |
michael@0 | 316 | &_huff_book__44p0_lfe,&_huff_book__44p0_lfe, |
michael@0 | 317 | &_resbook_44p_l0,&_resbook_44p_l0} |
michael@0 | 318 | }; |
michael@0 | 319 | static const vorbis_residue_template _res_44p51_1[]={ |
michael@0 | 320 | {2,0,15, &_residue_44p_lo, |
michael@0 | 321 | &_huff_book__44p1_short,&_huff_book__44p1_short, |
michael@0 | 322 | &_resbook_44p_1,&_resbook_44p_1}, |
michael@0 | 323 | |
michael@0 | 324 | {2,0,30, &_residue_44p_lo, |
michael@0 | 325 | &_huff_book__44p1_long,&_huff_book__44p1_long, |
michael@0 | 326 | &_resbook_44p_1,&_resbook_44p_1}, |
michael@0 | 327 | |
michael@0 | 328 | {1,2,6, &_residue_44p_lfe, |
michael@0 | 329 | &_huff_book__44p1_lfe,&_huff_book__44p1_lfe, |
michael@0 | 330 | &_resbook_44p_l1,&_resbook_44p_l1} |
michael@0 | 331 | }; |
michael@0 | 332 | static const vorbis_residue_template _res_44p51_2[]={ |
michael@0 | 333 | {2,0,15, &_residue_44p, |
michael@0 | 334 | &_huff_book__44p2_short,&_huff_book__44p2_short, |
michael@0 | 335 | &_resbook_44p_2,&_resbook_44p_2}, |
michael@0 | 336 | |
michael@0 | 337 | {2,0,30, &_residue_44p, |
michael@0 | 338 | &_huff_book__44p2_long,&_huff_book__44p2_long, |
michael@0 | 339 | &_resbook_44p_2,&_resbook_44p_2}, |
michael@0 | 340 | |
michael@0 | 341 | {1,2,6, &_residue_44p_lfe, |
michael@0 | 342 | &_huff_book__44p2_lfe,&_huff_book__44p2_lfe, |
michael@0 | 343 | &_resbook_44p_l2,&_resbook_44p_l2} |
michael@0 | 344 | }; |
michael@0 | 345 | static const vorbis_residue_template _res_44p51_3[]={ |
michael@0 | 346 | {2,0,15, &_residue_44p, |
michael@0 | 347 | &_huff_book__44p3_short,&_huff_book__44p3_short, |
michael@0 | 348 | &_resbook_44p_3,&_resbook_44p_3}, |
michael@0 | 349 | |
michael@0 | 350 | {2,0,30, &_residue_44p, |
michael@0 | 351 | &_huff_book__44p3_long,&_huff_book__44p3_long, |
michael@0 | 352 | &_resbook_44p_3,&_resbook_44p_3}, |
michael@0 | 353 | |
michael@0 | 354 | {1,2,6, &_residue_44p_lfe, |
michael@0 | 355 | &_huff_book__44p3_lfe,&_huff_book__44p3_lfe, |
michael@0 | 356 | &_resbook_44p_l3,&_resbook_44p_l3} |
michael@0 | 357 | }; |
michael@0 | 358 | static const vorbis_residue_template _res_44p51_4[]={ |
michael@0 | 359 | {2,0,15, &_residue_44p, |
michael@0 | 360 | &_huff_book__44p4_short,&_huff_book__44p4_short, |
michael@0 | 361 | &_resbook_44p_4,&_resbook_44p_4}, |
michael@0 | 362 | |
michael@0 | 363 | {2,0,30, &_residue_44p, |
michael@0 | 364 | &_huff_book__44p4_long,&_huff_book__44p4_long, |
michael@0 | 365 | &_resbook_44p_4,&_resbook_44p_4}, |
michael@0 | 366 | |
michael@0 | 367 | {1,2,6, &_residue_44p_lfe, |
michael@0 | 368 | &_huff_book__44p4_lfe,&_huff_book__44p4_lfe, |
michael@0 | 369 | &_resbook_44p_l4,&_resbook_44p_l4} |
michael@0 | 370 | }; |
michael@0 | 371 | static const vorbis_residue_template _res_44p51_5[]={ |
michael@0 | 372 | {2,0,15, &_residue_44p_hi, |
michael@0 | 373 | &_huff_book__44p5_short,&_huff_book__44p5_short, |
michael@0 | 374 | &_resbook_44p_5,&_resbook_44p_5}, |
michael@0 | 375 | |
michael@0 | 376 | {2,0,30, &_residue_44p_hi, |
michael@0 | 377 | &_huff_book__44p5_long,&_huff_book__44p5_long, |
michael@0 | 378 | &_resbook_44p_5,&_resbook_44p_5}, |
michael@0 | 379 | |
michael@0 | 380 | {1,2,6, &_residue_44p_lfe, |
michael@0 | 381 | &_huff_book__44p5_lfe,&_huff_book__44p5_lfe, |
michael@0 | 382 | &_resbook_44p_l5,&_resbook_44p_l5} |
michael@0 | 383 | }; |
michael@0 | 384 | static const vorbis_residue_template _res_44p51_6[]={ |
michael@0 | 385 | {2,0,15, &_residue_44p_hi, |
michael@0 | 386 | &_huff_book__44p6_short,&_huff_book__44p6_short, |
michael@0 | 387 | &_resbook_44p_6,&_resbook_44p_6}, |
michael@0 | 388 | |
michael@0 | 389 | {2,0,30, &_residue_44p_hi, |
michael@0 | 390 | &_huff_book__44p6_long,&_huff_book__44p6_long, |
michael@0 | 391 | &_resbook_44p_6,&_resbook_44p_6}, |
michael@0 | 392 | |
michael@0 | 393 | {1,2,6, &_residue_44p_lfe, |
michael@0 | 394 | &_huff_book__44p6_lfe,&_huff_book__44p6_lfe, |
michael@0 | 395 | &_resbook_44p_l6,&_resbook_44p_l6} |
michael@0 | 396 | }; |
michael@0 | 397 | |
michael@0 | 398 | |
michael@0 | 399 | static const vorbis_residue_template _res_44p51_7[]={ |
michael@0 | 400 | {2,0,15, &_residue_44p_hi, |
michael@0 | 401 | &_huff_book__44p7_short,&_huff_book__44p7_short, |
michael@0 | 402 | &_resbook_44p_7,&_resbook_44p_7}, |
michael@0 | 403 | |
michael@0 | 404 | {2,0,30, &_residue_44p_hi, |
michael@0 | 405 | &_huff_book__44p7_long,&_huff_book__44p7_long, |
michael@0 | 406 | &_resbook_44p_7,&_resbook_44p_7}, |
michael@0 | 407 | |
michael@0 | 408 | {1,2,6, &_residue_44p_lfe, |
michael@0 | 409 | &_huff_book__44p6_lfe,&_huff_book__44p6_lfe, |
michael@0 | 410 | &_resbook_44p_l6,&_resbook_44p_l6} |
michael@0 | 411 | }; |
michael@0 | 412 | static const vorbis_residue_template _res_44p51_8[]={ |
michael@0 | 413 | {2,0,15, &_residue_44p_hi, |
michael@0 | 414 | &_huff_book__44p8_short,&_huff_book__44p8_short, |
michael@0 | 415 | &_resbook_44p_8,&_resbook_44p_8}, |
michael@0 | 416 | |
michael@0 | 417 | {2,0,30, &_residue_44p_hi, |
michael@0 | 418 | &_huff_book__44p8_long,&_huff_book__44p8_long, |
michael@0 | 419 | &_resbook_44p_8,&_resbook_44p_8}, |
michael@0 | 420 | |
michael@0 | 421 | {1,2,6, &_residue_44p_lfe, |
michael@0 | 422 | &_huff_book__44p6_lfe,&_huff_book__44p6_lfe, |
michael@0 | 423 | &_resbook_44p_l6,&_resbook_44p_l6} |
michael@0 | 424 | }; |
michael@0 | 425 | static const vorbis_residue_template _res_44p51_9[]={ |
michael@0 | 426 | {2,0,15, &_residue_44p_hi, |
michael@0 | 427 | &_huff_book__44p9_short,&_huff_book__44p9_short, |
michael@0 | 428 | &_resbook_44p_9,&_resbook_44p_9}, |
michael@0 | 429 | |
michael@0 | 430 | {2,0,30, &_residue_44p_hi, |
michael@0 | 431 | &_huff_book__44p9_long,&_huff_book__44p9_long, |
michael@0 | 432 | &_resbook_44p_9,&_resbook_44p_9}, |
michael@0 | 433 | |
michael@0 | 434 | {1,2,6, &_residue_44p_lfe, |
michael@0 | 435 | &_huff_book__44p6_lfe,&_huff_book__44p6_lfe, |
michael@0 | 436 | &_resbook_44p_l6,&_resbook_44p_l6} |
michael@0 | 437 | }; |
michael@0 | 438 | |
michael@0 | 439 | static const vorbis_mapping_template _mapres_template_44_51[]={ |
michael@0 | 440 | { _map_nominal_51, _res_44p51_n1 }, /* -1 */ |
michael@0 | 441 | { _map_nominal_51, _res_44p51_0 }, /* 0 */ |
michael@0 | 442 | { _map_nominal_51, _res_44p51_1 }, /* 1 */ |
michael@0 | 443 | { _map_nominal_51, _res_44p51_2 }, /* 2 */ |
michael@0 | 444 | { _map_nominal_51, _res_44p51_3 }, /* 3 */ |
michael@0 | 445 | { _map_nominal_51, _res_44p51_4 }, /* 4 */ |
michael@0 | 446 | { _map_nominal_51u, _res_44p51_5 }, /* 5 */ |
michael@0 | 447 | { _map_nominal_51u, _res_44p51_6 }, /* 6 */ |
michael@0 | 448 | { _map_nominal_51u, _res_44p51_7 }, /* 7 */ |
michael@0 | 449 | { _map_nominal_51u, _res_44p51_8 }, /* 8 */ |
michael@0 | 450 | { _map_nominal_51u, _res_44p51_9 }, /* 9 */ |
michael@0 | 451 | }; |