Searched refs:scale_spec (Results 1 – 10 of 10) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_pns_js_thumb.c | 254 WORD win, filt, start, stop, size, scale_spec; in ixheaacd_aac_tns_process() local 354 scale_spec = (*ixheaacd_calc_max_spectral_line)(ptr_tmp, size); in ixheaacd_aac_tns_process() 367 scale_spec = ((scale_spec - 4) - scale_lpc); in ixheaacd_aac_tns_process() 369 if (scale_spec > 17) in ixheaacd_aac_tns_process() 370 scale_spec = ((scale_spec - 6) - scale_lpc); in ixheaacd_aac_tns_process() 371 else if (scale_spec > 11) in ixheaacd_aac_tns_process() 372 scale_spec = ((scale_spec - 5) - scale_lpc); in ixheaacd_aac_tns_process() 374 scale_spec = ((scale_spec - 4) - scale_lpc); in ixheaacd_aac_tns_process() 377 if (scale_spec > 0) { in ixheaacd_aac_tns_process() 378 scale_spec = ixheaacd_min32(scale_spec, 31); in ixheaacd_aac_tns_process() [all …]
|
D | ixheaacd_aac_tns.c | 212 WORD32 shift_value, WORD scale_spec) in ixheaacd_tns_ar_filter_fixed_dec() argument 229 y = ixheaacd_shl32_sat((*spectrum), scale_spec); in ixheaacd_tns_ar_filter_fixed_dec() 239 *spectrum = y >> scale_spec; in ixheaacd_tns_ar_filter_fixed_dec() 244 y = ixheaacd_shl32_sat((*spectrum), scale_spec); in ixheaacd_tns_ar_filter_fixed_dec() 253 *spectrum = y >> scale_spec; in ixheaacd_tns_ar_filter_fixed_dec() 263 WORD scale_spec) { in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() argument 278 y = ixheaacd_shl32_sat((*spectrum), scale_spec); in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() 288 *spectrum = y >> scale_spec; in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() 295 y = ixheaacd_shl32_sat((*spectrum), scale_spec); in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() 305 *spectrum = y >> scale_spec; in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() [all …]
|
D | ixheaacd_tns.c | 188 WORD32 scale_spec; in ixheaacd_tns_apply() local 263 scale_spec = (*ixheaacd_calc_max_spectral_line)(ptr_temp, size); in ixheaacd_tns_apply() 266 scale_spec = ((scale_spec - guard_band) - scale_lpc); in ixheaacd_tns_apply() 268 if (scale_spec > 0) { in ixheaacd_tns_apply() 277 scale_spec = -scale_spec; in ixheaacd_tns_apply() 278 scale_spec = ixheaacd_min32(scale_spec, 31); in ixheaacd_tns_apply() 281 *ptr_temp = *ptr_temp >> scale_spec; in ixheaacd_tns_apply() 296 *ptr_temp = *ptr_temp << scale_spec; in ixheaacd_tns_apply()
|
D | ixheaacd_tns.h | 53 WORD scale_spec, WORD32 *ptr_filter_state); 61 WORD scale_spec, WORD32 *ptr_filter_state); 71 WORD32 shift_value, WORD scale_spec); 75 WORD32 shift_value, WORD scale_spec); 81 WORD scale_spec); 85 WORD32 shift_value, WORD scale_spec);
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_arm_non_neon.c | 138 WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_non_neon_armv7; 142 WORD32 shift_value, WORD scale_spec,
|
D | ixheaacd_function_selector_armv7.c | 144 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_armv7; 148 WORD32 shift_value, WORD scale_spec,
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec; 146 WORD32 shift_value, WORD scale_spec,
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec; 146 WORD32 shift_value, WORD scale_spec,
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_armv8; 146 WORD32 shift_value, WORD scale_spec,
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 143 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec; 147 WORD32 shift_value, WORD scale_spec,
|