Searched refs:ixheaacd_shl32_dir_sat_limit (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_basic_funcs.c | 158 iy = ixheaacd_shl32_dir_sat_limit(iy, 1); in ixheaacd_one_by_sqrt_calc() 161 a = ixheaacd_sub32_sat(ONE_IN_Q30, ixheaacd_shl32_dir_sat_limit( in ixheaacd_one_by_sqrt_calc() 166 a = ixheaacd_sub32_sat(ONE_IN_Q30, ixheaacd_shl32_dir_sat_limit( in ixheaacd_one_by_sqrt_calc() 171 a = ixheaacd_sub32_sat(ONE_IN_Q30, ixheaacd_shl32_dir_sat_limit( in ixheaacd_one_by_sqrt_calc() 184 op = ixheaacd_shl32_dir_sat_limit(op, shift); in ixheaacd_sqrt()
|
D | ixheaacd_lpfuncs.c | 138 WORD32 temp1 = ixheaacd_shl32_dir_sat_limit( in ixheaacd_process_win_seq() 145 accu = ixheaacd_shl32_dir_sat_limit( in ixheaacd_process_win_seq() 167 ixheaacd_shl32_dir_sat_limit(-(coef[SIZE15 - 1 - i]), (q_shift - 1)), in ixheaacd_process_win_seq() 190 ixheaacd_shl32_dir_sat_limit(ixheaacd_mult32x16in32(temp_coef, win1), in ixheaacd_process_win_seq() 197 ixheaacd_shl32_dir_sat_limit( in ixheaacd_process_win_seq() 222 ixheaacd_shl32_dir_sat_limit((ixheaacd_mult32x16in32(tmp1_cur, short2) - in ixheaacd_long_short_win_process() 230 ixheaacd_shl32_dir_sat_limit( in ixheaacd_long_short_win_process() 256 ixheaacd_shl32_dir_sat_limit( in ixheaacd_long_short_win_seq() 267 ixheaacd_shl32_dir_sat_limit( in ixheaacd_long_short_win_seq() 296 ixheaacd_round16(ixheaacd_shl32_dir_sat_limit(accu, (q_shift + 1))); in ixheaacd_long_short_win_seq() [all …]
|
D | ixheaacd_block.c | 1161 ixheaacd_shl32_dir_sat_limit(ixheaacd_mult32_shl(coeff, win1), q_shift), in ixheaacd_lap1_512_480() 1171 ixheaacd_shl32_dir_sat_limit( in ixheaacd_lap1_512_480() 1196 ixheaacd_shl32_dir_sat_limit( in ixheaacd_over_lap_add1_dec() 1200 ixheaacd_shr32(ixheaacd_shl32_dir_sat_limit(accu, 2), 16); in ixheaacd_over_lap_add1_dec() 1202 ixheaacd_shl32_dir_sat_limit( in ixheaacd_over_lap_add1_dec() 1208 ixheaacd_shr32(ixheaacd_shl32_dir_sat_limit(accu, 2), 16); in ixheaacd_over_lap_add1_dec()
|
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_env_calc.c | 288 *p_noise_level = ixheaacd_extract16h(ixheaacd_shl32_dir_sat_limit( in ixheaacd_noiselimiting()
|