Searched refs:fxp_msb32_Q32 (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/av/media/codecs/mp3dec/src/ |
H A D | pvmp3_polyphase_filter_window.cpp | 145 sum1 = fxp_msb32_Q32(sum1, temp3, winPtr[ 1]); in pvmp3_polyphase_filter_window() 147 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[ 2]); in pvmp3_polyphase_filter_window() 159 sum1 = fxp_msb32_Q32(sum1, temp3, winPtr[ 5]); in pvmp3_polyphase_filter_window() 161 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[ 6]); in pvmp3_polyphase_filter_window() 173 sum1 = fxp_msb32_Q32(sum1, temp3, winPtr[ 9]); in pvmp3_polyphase_filter_window() 175 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[10]); in pvmp3_polyphase_filter_window() 187 sum1 = fxp_msb32_Q32(sum1, temp3, winPtr[13]); in pvmp3_polyphase_filter_window() 189 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[14]); in pvmp3_polyphase_filter_window()
|
H A D | pvmp3_alias_reduction.cpp | 226 *ptr1-- = fxp_msb32_Q32(fxp_mul32_Q32(x, csi1), y << 1, csa1); in pvmp3_alias_reduction() 230 *ptr1 = fxp_msb32_Q32(fxp_mul32_Q32(x, csi2), y << 1, csa2); in pvmp3_alias_reduction() 236 *ptr1-- = fxp_msb32_Q32(fxp_mul32_Q32(x, csi1), y << 1, csa1); in pvmp3_alias_reduction() 240 *ptr1 = fxp_msb32_Q32(fxp_mul32_Q32(x, csi2), y << 1, csa2); in pvmp3_alias_reduction() 251 *ptr1-- = fxp_msb32_Q32(fxp_mul32_Q32(x, csi1), y << 1, csa1); in pvmp3_alias_reduction() 256 *ptr1 = fxp_msb32_Q32(fxp_mul32_Q32(x, csi2), y << 1, csa2); in pvmp3_alias_reduction()
|
H A D | pv_mp3dec_fxd_op_msc_evc.h | 102 __inline int32 fxp_msb32_Q32(int32 L_sub, const int32 a, const int32 b) in fxp_msb32_Q32() function
|
H A D | pv_mp3dec_fxd_op_c_equivalent.h | 108 __inline Int32 fxp_msb32_Q32(Int32 L_sub, const Int32 a, const Int32 b) in fxp_msb32_Q32() function
|
H A D | pv_mp3dec_fxd_op_arm.h | 154 __inline Int32 fxp_msb32_Q32(Int32 L_sub, Int32 L_var1, Int32 L_var2) in fxp_msb32_Q32() function
|
H A D | pv_mp3dec_fxd_op_arm_gcc.h | 207 static inline int32 fxp_msb32_Q32(int32 L_sub, const int32 a, const int32 b) in fxp_msb32_Q32() function
|