comparison ac3dec_data.c @ 7033:f90b89217cc9 libavcodec

move rematrixing band table to ac3dec_data.c
author jbr
date Sun, 08 Jun 2008 21:09:02 +0000
parents 784a2b575226
children 1a93d3bbe3ee
comparison
equal deleted inserted replaced
7032:784a2b575226 7033:f90b89217cc9
1107 /** 1107 /**
1108 * Table E2.16 Default Coupling Banding Structure 1108 * Table E2.16 Default Coupling Banding Structure
1109 */ 1109 */
1110 const uint8_t ff_eac3_default_cpl_band_struct[18] = 1110 const uint8_t ff_eac3_default_cpl_band_struct[18] =
1111 { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1 }; 1111 { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1 };
1112
1113 /**
1114 * Table of bin locations for rematrixing bands
1115 * reference: Section 7.5.2 Rematrixing : Frequency Band Definitions
1116 */
1117 const uint8_t ff_ac3_rematrix_band_tab[5] = { 13, 25, 37, 61, 253 };