Home
last modified time | relevance | path

Searched refs:ixheaacd_shl32_dir_sat_limit (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_basic_funcs.c157 iy = ixheaacd_shl32_dir_sat_limit(iy, 1); in ixheaacd_one_by_sqrt_calc()
160 a = ixheaacd_sub32_sat(ONE_IN_Q30, ixheaacd_shl32_dir_sat_limit( in ixheaacd_one_by_sqrt_calc()
165 a = ixheaacd_sub32_sat(ONE_IN_Q30, ixheaacd_shl32_dir_sat_limit( in ixheaacd_one_by_sqrt_calc()
170 a = ixheaacd_sub32_sat(ONE_IN_Q30, ixheaacd_shl32_dir_sat_limit( in ixheaacd_one_by_sqrt_calc()
183 op = ixheaacd_shl32_dir_sat_limit(op, shift); in ixheaacd_sqrt()
Dixheaacd_lpfuncs.c135 WORD32 temp1 = ixheaacd_shl32_dir_sat_limit( in ixheaacd_process_win_seq()
142 accu = ixheaacd_shl32_dir_sat_limit( in ixheaacd_process_win_seq()
164 ixheaacd_shl32_dir_sat_limit(-(coef[SIZE15 - 1 - i]), (q_shift - 1)), in ixheaacd_process_win_seq()
187 ixheaacd_shl32_dir_sat_limit(ixheaacd_mult32x16in32(temp_coef, win1), in ixheaacd_process_win_seq()
194 ixheaacd_shl32_dir_sat_limit( in ixheaacd_process_win_seq()
219 ixheaacd_shl32_dir_sat_limit((ixheaacd_mult32x16in32(tmp1_cur, short2) - in ixheaacd_long_short_win_process()
227 ixheaacd_shl32_dir_sat_limit( in ixheaacd_long_short_win_process()
253 ixheaacd_shl32_dir_sat_limit( in ixheaacd_long_short_win_seq()
264 ixheaacd_shl32_dir_sat_limit( in ixheaacd_long_short_win_seq()
293 ixheaacd_round16(ixheaacd_shl32_dir_sat_limit(accu, (q_shift + 1))); in ixheaacd_long_short_win_seq()
[all …]
Dixheaacd_basic_ops.h113 static PLATFORM_INLINE WORD32 ixheaacd_shl32_dir_sat_limit(WORD32 a, WORD b) { in ixheaacd_shl32_dir_sat_limit() function
Dixheaacd_block.c1163 ixheaacd_shl32_dir_sat_limit(ixheaacd_mult32_shl(coeff, win1), q_shift), in ixheaacd_lap1_512_480()
1173 ixheaacd_shl32_dir_sat_limit( in ixheaacd_lap1_512_480()
1198 ixheaacd_shl32_dir_sat_limit( in ixheaacd_over_lap_add1_dec()
1202 ixheaacd_shr32(ixheaacd_shl32_dir_sat_limit(accu, 2), 16); in ixheaacd_over_lap_add1_dec()
1204 ixheaacd_shl32_dir_sat_limit( in ixheaacd_over_lap_add1_dec()
1210 ixheaacd_shr32(ixheaacd_shl32_dir_sat_limit(accu, 2), 16); in ixheaacd_over_lap_add1_dec()
Dixheaacd_env_calc.c288 *p_noise_level = ixheaacd_extract16h(ixheaacd_shl32_dir_sat_limit( in ixheaacd_noiselimiting()