HomeSort by relevance Sort by last modified time
    Searched refs:t16b (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);
66 int16_t t16b = (int16_t)input2; local
67 if (t16b < 0) t16a++;
78 *ptr2 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
114 int16_t t16b; local
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);
lattice_mips.c 247 int32_t t16a, t16b;
254 "andi %[t16b], %[input2], 0xFFFF \n\t"
256 "seh %[t16b], %[t16b] \n\t"
260 "sll %[t16b], %[t16b], 16 \n\t"
261 "sra %[t16b], %[t16b], 16 \n\t"
268 "slt %[r1], %[t16b], $zero \n\t"
291 "mul %[r3], %[r3], %[t16b] \n\t
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice.c 33 2) Using LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
66 int16_t t16b = (int16_t)input2; local
67 if (t16b < 0) t16a++;
78 *ptr2 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
117 WebRtc_Word16 t16b; local
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);

Completed in 162 milliseconds