HomeSort by relevance Sort by last modified time
    Searched defs:inre1 (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_mips.c 31 int32_t inre1, inre2, tmpre, tmpim, factor, max, max1; local
41 "addiu %[inre1], %[inre1Q9], 0 \n\t"
51 "lwl %[r0], 0(%[inre1]) \n\t"
55 "lwr %[r0], 0(%[inre1]) \n\t"
82 "addiu %[inre1], %[inre1], 4 \n\t"
112 "lh %[r0], 0(%[inre1]) \n\t"
121 "addiu %[inre1], %[inre1], 2 \n\t"
191 : [k] "+r" (k), [inre1] "=&r" (inre1), [inre2] "=&r" (inre2)
    [all...]
transform_neon.c 42 int16x8_t inre1 = vld1q_s16(inre1Q9); local
50 int32x4_t tmp0 = vmull_s16(vget_low_s16(tmpr), vget_low_s16(inre1));
53 tmp1 = vmlsl_s16(tmp1, vget_low_s16(tmpi), vget_low_s16(inre1));
55 int32x4_t tmp2 = vmull_high_s16(tmpr, inre1);
58 tmp3 = vmlsl_high_s16(tmp3, tmpi, inre1);
60 int32x4_t tmp2 = vmull_s16(vget_high_s16(tmpr), vget_high_s16(inre1));
63 tmp3 = vmlsl_s16(tmp3, vget_high_s16(tmpi), vget_high_s16(inre1));
147 int16_t* inre1 = inre; local
166 int16x4_t inre_0 = vld1_s16(inre1);
167 inre1 += 4
253 int16_t* inre1 = inre; local
    [all...]

Completed in 86 milliseconds