Searched refs:AC3_MAX_CHANNELS (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3dec.h105 int channel_in_cpl[AC3_MAX_CHANNELS]; ///< channel in coupling (chincpl)
111 int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos)
112 int cpl_coords[AC3_MAX_CHANNELS][AC3_MAX_CPL_BANDS]; ///< coupling coordinates (cplco)
118 uint8_t channel_uses_spx[AC3_MAX_CHANNELS]; ///< channel uses spectral extension (chinspx)
119 int8_t spx_atten_code[AC3_MAX_CHANNELS]; ///< spx attenuation code (spxattencod)
126 uint8_t first_spx_coords[AC3_MAX_CHANNELS]; ///< first spx coordinates states (firstspxcos)
127 float spx_noise_blend[AC3_MAX_CHANNELS][SPX_MAX_BANDS]; ///< spx noise blending factor (nblendfact)
128 float spx_signal_blend[AC3_MAX_CHANNELS][SPX_MAX_BANDS];///< spx signal blending factor (sblendfact)
132 int channel_uses_aht[AC3_MAX_CHANNELS]; ///< channel AHT in use (chahtinu)
133 int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEF
[all...]
H A Dac3enc.h137 uint8_t coeff_shift[AC3_MAX_CHANNELS]; ///< fixed-point coefficient shift values
143 uint8_t channel_in_cpl[AC3_MAX_CHANNELS]; ///< channel in coupling (chincpl)
145 uint8_t new_cpl_coords[AC3_MAX_CHANNELS]; ///< send new coupling coordinates (cplcoe)
146 uint8_t cpl_master_exp[AC3_MAX_CHANNELS]; ///< coupling coord master exponents (mstrcplco)
149 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant)
202 int start_freq[AC3_MAX_CHANNELS]; ///< start frequency bin (strtmant)
221 int fast_gain_code[AC3_MAX_CHANNELS]; ///< fast gain codes (signal-to-mask ratio) (fgaincod)
222 int fine_snr_offset[AC3_MAX_CHANNELS]; ///< fine SNR offsets (fsnroffst)
242 uint8_t exp_strategy[AC3_MAX_CHANNELS][AC3_MAX_BLOCKS]; ///< exponent strategies
243 uint8_t frame_exp_strategy[AC3_MAX_CHANNELS]; ///< fram
[all...]
H A Dac3.h31 #define AC3_MAX_CHANNELS 7 /**< maximum number of channels, including coupling channel */ macro
H A Dac3enc_template.c128 LOCAL_ALIGNED_16(CoefType, cpl_coords, [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]);
130 LOCAL_ALIGNED_16(int32_t, fixed_cpl_coords, [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]);
132 int32_t (*fixed_cpl_coords)[AC3_MAX_CHANNELS][16] = cpl_coords;
135 CoefSumType energy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS][16] = {{{0}}};
H A Deac3enc.c92 int first_cpl_coords[AC3_MAX_CHANNELS];
H A Dac3dec.c761 uint8_t bit_alloc_stages[AC3_MAX_CHANNELS];
763 memset(bit_alloc_stages, 0, AC3_MAX_CHANNELS);
898 memset(bit_alloc_stages, 3, AC3_MAX_CHANNELS);
1051 memset(bit_alloc_stages, 3, AC3_MAX_CHANNELS);
1310 const float *output[AC3_MAX_CHANNELS];
H A Dac3enc.c2070 if (channels < 1 || channels > AC3_MAX_CHANNELS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3dec.h120 int channel_in_cpl[AC3_MAX_CHANNELS]; ///< channel in coupling (chincpl)
126 int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos)
127 int cpl_coords[AC3_MAX_CHANNELS][AC3_MAX_CPL_BANDS]; ///< coupling coordinates (cplco)
133 uint8_t channel_uses_spx[AC3_MAX_CHANNELS]; ///< channel uses spectral extension (chinspx)
134 int8_t spx_atten_code[AC3_MAX_CHANNELS]; ///< spx attenuation code (spxattencod)
141 uint8_t first_spx_coords[AC3_MAX_CHANNELS]; ///< first spx coordinates states (firstspxcos)
142 INTFLOAT spx_noise_blend[AC3_MAX_CHANNELS][SPX_MAX_BANDS]; ///< spx noise blending factor (nblendfact)
143 INTFLOAT spx_signal_blend[AC3_MAX_CHANNELS][SPX_MAX_BANDS];///< spx signal blending factor (sblendfact)
147 int channel_uses_aht[AC3_MAX_CHANNELS]; ///< channel AHT in use (chahtinu)
148 int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEF
[all...]
H A Dac3enc.h142 uint8_t coeff_shift[AC3_MAX_CHANNELS]; ///< fixed-point coefficient shift values
148 uint8_t channel_in_cpl[AC3_MAX_CHANNELS]; ///< channel in coupling (chincpl)
150 uint8_t new_cpl_coords[AC3_MAX_CHANNELS]; ///< send new coupling coordinates (cplcoe)
151 uint8_t cpl_master_exp[AC3_MAX_CHANNELS]; ///< coupling coord master exponents (mstrcplco)
154 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant)
209 int start_freq[AC3_MAX_CHANNELS]; ///< start frequency bin (strtmant)
228 int fast_gain_code[AC3_MAX_CHANNELS]; ///< fast gain codes (signal-to-mask ratio) (fgaincod)
229 int fine_snr_offset[AC3_MAX_CHANNELS]; ///< fine SNR offsets (fsnroffst)
249 uint8_t exp_strategy[AC3_MAX_CHANNELS][AC3_MAX_BLOCKS]; ///< exponent strategies
250 uint8_t frame_exp_strategy[AC3_MAX_CHANNELS]; ///< fram
[all...]
H A Dac3enc_template.c133 LOCAL_ALIGNED_16(CoefType, cpl_coords, [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]);
135 LOCAL_ALIGNED_16(int32_t, fixed_cpl_coords, [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]);
137 int32_t (*fixed_cpl_coords)[AC3_MAX_CHANNELS][16] = cpl_coords;
140 CoefSumType energy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS][16] = {{{0}}};
H A Dac3.h31 #define AC3_MAX_CHANNELS 7 /**< maximum number of channels, including coupling channel */ macro
H A Dac3dec.c218 for (i = 0; i < AC3_MAX_CHANNELS; i++) {
358 float downmix_coeffs[AC3_MAX_CHANNELS][2];
797 uint8_t bit_alloc_stages[AC3_MAX_CHANNELS] = { 0 };
971 memset(bit_alloc_stages, 3, AC3_MAX_CHANNELS);
1124 memset(bit_alloc_stages, 3, AC3_MAX_CHANNELS);
1392 const SHORTFLOAT *output[AC3_MAX_CHANNELS];
1514 for (ch = 0; ch < AC3_MAX_CHANNELS; ch++) {
H A Deac3enc.c98 int first_cpl_coords[AC3_MAX_CHANNELS];
H A Dac3enc.c2065 if (channels < 1 || channels > AC3_MAX_CHANNELS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dac3dsp_init.c168 DECLARE_ALIGNED(16, float, matrix_simd)[AC3_MAX_CHANNELS][2][4];
169 float *samp[AC3_MAX_CHANNELS];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_mmx.c2143 DECLARE_ALIGNED(16, float, matrix_simd)[AC3_MAX_CHANNELS][2][4];

Completed in 105 milliseconds