Searched defs:t16a (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice.c33 2) Using LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
65 int16_t t16a = (int16_t)(input2 >> 16); local
67 if (t16b < 0) t16a++;
78 *ptr2 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
113 int16_t t16a; local
161 t16a = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmp32, 16);
162 t16b = (int16_t) (tmp32-WEBRTC_SPL_LSHIFT_W32(((int32_t)t16a), 16));
163 if (t16b<0) t16a++;
164 tmp32 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
192 t16a
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice.c33 2) Using LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
65 int16_t t16a = (int16_t)(input2 >> 16); local
67 if (t16b < 0) t16a++;
78 *ptr2 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
116 WebRtc_Word16 t16a; local
164 t16a = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32, 16);
165 t16b = (WebRtc_Word16) (tmp32-WEBRTC_SPL_LSHIFT_W32(((WebRtc_Word32)t16a), 16));
166 if (t16b<0) t16a++;
167 tmp32 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
195 t16a
[all...]

Completed in 115 milliseconds