Home
last modified time | relevance | path

Searched refs:shr32_dir_sat (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dvar_q_operator.c111 a.sm = shr32_dir_sat(a.sm, ((a.e - b.e) - norm_b)); in add32_var_q()
117 b.sm = shr32_dir_sat(b.sm, ((b.e - a.e) - norm_a)); in add32_var_q()
153 a.sm = shr32_dir_sat(a.sm, ((a.e - b.e) - norm_b)); in sub32_var_q()
159 b.sm = shr32_dir_sat(b.sm, ((b.e - a.e) - norm_a)); in sub32_var_q()
187 *a = shr32_dir_sat(num_a.sm, num_a.e); in number_t_to_word32()
Dia_basic_ops32.h451 static PLATFORM_INLINE WORD32 shr32_dir_sat(WORD32 a, WORD b) in shr32_dir_sat() function
/external/libxaac/decoder/
Dixheaacd_basic_ops_arr.h106 word32_arr[i] = shr32_dir_sat(word32_arr[i], shift); in shr32_arr_dir_sat()
Dixheaacd_basic_ops32.h114 static PLATFORM_INLINE WORD32 shr32_dir_sat(WORD32 a, WORD b) { in shr32_dir_sat() function