Searched refs:ixheaacd_shl32_dir_sat_limit (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_basic_funcs.c | 157 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()
|
D | ixheaacd_lpfuncs.c | 135 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 …]
|
D | ixheaacd_basic_ops.h | 113 static PLATFORM_INLINE WORD32 ixheaacd_shl32_dir_sat_limit(WORD32 a, WORD b) { in ixheaacd_shl32_dir_sat_limit() function
|
D | ixheaacd_block.c | 1163 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()
|
D | ixheaacd_env_calc.c | 288 *p_noise_level = ixheaacd_extract16h(ixheaacd_shl32_dir_sat_limit( in ixheaacd_noiselimiting()
|