HomeSort by relevance Sort by last modified time
    Searched full:inre_1 (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_neon.c 168 int16x4_t inre_1 = vld1_s16(inre2); local
175 inre_1 = vrev64_s16(inre_1);
179 int16x4_t xr = vqadd_s16(inre_0, inre_1);
182 int16x4_t yi = vqsub_s16(inre_1, inre_0);
274 int16x4_t inre_1 = vld1_s16(inre2); local
281 inre_1 = vrev64_s16(inre_1);
291 yr = vmlal_s16(yr, tmpi, inre_1);
292 yi = vmlsl_s16(yi, tmpr, inre_1);
    [all...]

Completed in 44 milliseconds