Searched refs:t16a (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice.c | 65 int16_t t16a = (int16_t)(input2 >> 16); in WebRtcIsacfix_FilterMaLoopC() local 67 if (t16b < 0) t16a++; in WebRtcIsacfix_FilterMaLoopC() 78 *ptr2 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b); in WebRtcIsacfix_FilterMaLoopC() 114 int16_t t16a; in WebRtcIsacfix_NormLatticeFilterMa() local 162 t16a = (int16_t)(tmp32 >> 16); in WebRtcIsacfix_NormLatticeFilterMa() 163 t16b = (int16_t)(tmp32 - (t16a << 16)); in WebRtcIsacfix_NormLatticeFilterMa() 164 if (t16b<0) t16a++; in WebRtcIsacfix_NormLatticeFilterMa() 165 tmp32 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b); in WebRtcIsacfix_NormLatticeFilterMa() 193 t16a = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32, sh); in WebRtcIsacfix_NormLatticeFilterMa() 194 lat_outQ9[n + temp1] = t16a; in WebRtcIsacfix_NormLatticeFilterMa()
|
D | lattice_mips.c | 249 int32_t t16a, t16b; in WebRtcIsacfix_FilterMaLoopMIPS() 320 : [t16a] "=&r" (t16a), [t16b] "=&r" (t16b), [r0] "=&r" (r0), in WebRtcIsacfix_FilterMaLoopMIPS()
|
D | lattice_neon.c | 178 int16_t t16a = (int16_t)(input2 >> 16); in WebRtcIsacfix_FilterMaLoopNeon() local 180 if (t16b < 0) t16a++; in WebRtcIsacfix_FilterMaLoopNeon() 187 *ptr2 = (int32_t)(WEBRTC_SPL_MUL(t16a, tmp32b) + in WebRtcIsacfix_FilterMaLoopNeon()
|