Searched refs:L_FILT (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_rom.h | 139 #define L_FILT 12 /* Delay of up-sampling filter */ macro 141 extern const FIXP_SGL fdk_dec_filt_lp[1 + L_FILT];
|
D | usacdec_const.h | 150 #define L_FILT 12 /* Delay of up-sampling filter (bass post-filter) */ macro
|
D | usacdec_lpd.cpp | 160 noise_buf[L_FILT + (2 * L_SUBFR)]; // L_FILT = 12, L_SUBFR = 64 => 140 in bass_pf_1sf_delay() 164 noise = noise_buf + L_FILT; // L_FILT = 12 delay of upsampling filter in bass_pf_1sf_delay() 165 noise_in = noise_buf + L_FILT + L_SUBFR; in bass_pf_1sf_delay() 167 scaleValues(mem_bpf, (L_FILT + L_SUBFR), 1); in bass_pf_1sf_delay() 367 FDKmemcpy(noise_buf, mem_bpf, (L_FILT + L_SUBFR) * sizeof(FIXP_DBL)); in bass_pf_1sf_delay() 370 (L_FILT + L_SUBFR) * sizeof(FIXP_DBL)); in bass_pf_1sf_delay() 378 fdk_dec_filt_lp, aacOutDataHeadroom, L_SUBFR, L_FILT); in bass_pf_1sf_delay() 389 scaleValues(mem_bpf, (L_FILT + L_SUBFR), -1); in bass_pf_1sf_delay()
|
D | channelinfo.h | 214 FIXP_DBL mem_bpf[L_FILT + L_SUBFR];
|
D | usacdec_rom.cpp | 1288 const FIXP_SGL fdk_dec_filt_lp[1 + L_FILT] = {
|