Searched refs:csi1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codecs/mp3dec/src/ |
D | pvmp3_alias_reduction.cpp | 207 int32 csi1 = *ptr_csi++; in pvmp3_alias_reduction() local 226 *ptr1-- = fxp_msb32_Q32(fxp_mul32_Q32(x, csi1), y << 1, csa1); in pvmp3_alias_reduction() 227 *ptr2++ = fxp_mac32_Q32(fxp_mul32_Q32(y << 1, csi1), x, csa1); in pvmp3_alias_reduction() 236 *ptr1-- = fxp_msb32_Q32(fxp_mul32_Q32(x, csi1), y << 1, csa1); in pvmp3_alias_reduction() 237 *ptr2++ = fxp_mac32_Q32(fxp_mul32_Q32(y << 1, csi1), x, csa1); in pvmp3_alias_reduction() 251 *ptr1-- = fxp_msb32_Q32(fxp_mul32_Q32(x, csi1), y << 1, csa1); in pvmp3_alias_reduction() 252 *ptr2++ = fxp_mac32_Q32(fxp_mul32_Q32(y << 1, csi1), x, csa1); in pvmp3_alias_reduction()
|