Searched refs:word32_arr (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_basic_ops_arr.h | 23 static PLATFORM_INLINE WORD16 norm32_arr(WORD32 *word32_arr, WORD32 n) { in norm32_arr() argument 28 max_bits = max_bits | ixheaacd_abs32_sat(word32_arr[i]); in norm32_arr() 45 static PLATFORM_INLINE VOID shl32_arr(WORD32 *word32_arr, WORD16 shift, in shl32_arr() argument 50 word32_arr[i] = ixheaacd_shl32(word32_arr[i], shift); in shl32_arr() 56 static PLATFORM_INLINE VOID ixheaacd_shr32_arr(WORD32 *word32_arr, WORD16 shift, in ixheaacd_shr32_arr() argument 61 *word32_arr = ixheaacd_shr32(*word32_arr, shift); in ixheaacd_shr32_arr() 62 word32_arr++; in ixheaacd_shr32_arr() 68 static PLATFORM_INLINE VOID shl32_arr_dir(WORD32 *word32_arr, WORD16 shift, in shl32_arr_dir() argument 73 word32_arr[i] = ixheaacd_shl32_dir(word32_arr[i], shift); in shl32_arr_dir() 79 static PLATFORM_INLINE VOID shr32_arr_dir(WORD32 *word32_arr, WORD16 shift, in shr32_arr_dir() argument [all …]
|
D | ixheaacd_basic_funcs.h | 47 extern VOID ixheaacd_scale_int_vec_left(WORD32 *word32_arr, WORD32 n, 50 extern VOID ixheaacd_scale_int_vec_right(WORD32 *word32_arr, WORD32 n,
|
D | ixheaacd_ps_dec.c | 97 VOID ixheaacd_scale_int_vec_left(WORD32 *word32_arr, WORD32 n, WORD16 shift) { in ixheaacd_scale_int_vec_left() argument 98 ixheaacd_shl32_arr_sat(word32_arr, shift, n); in ixheaacd_scale_int_vec_left() 101 VOID ixheaacd_scale_int_vec_right(WORD32 *word32_arr, WORD32 n, WORD16 shift) { in ixheaacd_scale_int_vec_right() argument 102 ixheaacd_shr32_arr(word32_arr, shift, n); in ixheaacd_scale_int_vec_right()
|