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

  /external/webrtc/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);
115 int16_t t16b; local
163 t16b = (int16_t)(tmp32 - (t16a << 16));
164 if (t16b<0) t16a++;
165 tmp32 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
lattice_mips.c 249 int32_t t16a, t16b;
256 "andi %[t16b], %[input2], 0xFFFF \n\t"
258 "seh %[t16b], %[t16b] \n\t"
262 "sll %[t16b], %[t16b], 16 \n\t"
263 "sra %[t16b], %[t16b], 16 \n\t"
270 "slt %[r1], %[t16b], $zero \n\t"
293 "mul %[r3], %[r3], %[t16b] \n\t
    [all...]
lattice_neon.c 179 int16_t t16b = (int16_t)input2; local
180 if (t16b < 0) t16a++;
188 (WEBRTC_SPL_MUL_16_32_RSFT16(t16b, tmp32b)));
  /toolchain/binutils/binutils-2.27/gold/testsuite/
basic_test.cc 203 class t16b : public t16a class in inherits:t16a
211 t16b t16v;

Completed in 211 milliseconds