Searched refs:t16b (Results 1 – 3 of 3) sorted by relevance
67 int16_t t16b = (int16_t)input2; in WebRtcIsacfix_FilterMaLoopC() local68 if (t16b < 0) t16a++; in WebRtcIsacfix_FilterMaLoopC()79 *ptr2 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b); in WebRtcIsacfix_FilterMaLoopC()116 int16_t t16b; in WebRtcIsacfix_NormLatticeFilterMa() local164 t16b = (int16_t)(tmp32 - (t16a << 16)); in WebRtcIsacfix_NormLatticeFilterMa()165 if (t16b<0) t16a++; in WebRtcIsacfix_NormLatticeFilterMa()166 tmp32 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b); in WebRtcIsacfix_NormLatticeFilterMa()
249 int32_t t16a, t16b; in WebRtcIsacfix_FilterMaLoopMIPS()320 : [t16a] "=&r" (t16a), [t16b] "=&r" (t16b), [r0] "=&r" (r0), in WebRtcIsacfix_FilterMaLoopMIPS()
179 int16_t t16b = (int16_t)input2; in WebRtcIsacfix_FilterMaLoopNeon() local180 if (t16b < 0) t16a++; in WebRtcIsacfix_FilterMaLoopNeon()188 (WEBRTC_SPL_MUL_16_32_RSFT16(t16b, tmp32b))); in WebRtcIsacfix_FilterMaLoopNeon()