HomeSort by relevance Sort by last modified time
    Searched refs:t16a (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice.c 33 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 = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32, sh)
    [all...]
lattice_mips.c 247 int32_t t16a, t16b;
253 "sra %[t16a], %[input2], 16 \n\t"
267 "addiu %[r0], %[t16a], 1 \n\t"
269 "movn %[t16a], %[r0], %[r1] \n\t"
290 "mul %[r1], %[r1], %[t16a] \n\t"
318 : [t16a] "=&r" (t16a), [t16b] "=&r" (t16b), [r0] "=&r" (r0),
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice.c 33 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 = (WebRtc_Word16) WEBRTC_SPL_SHIFT_W32(tmp32, sh)
    [all...]

Completed in 861 milliseconds