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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
transform.c 47 double tmpre[FRAMESAMPLES_HALF], tmpim[FRAMESAMPLES_HALF]; local
59 tmpim[k] = (inre2[k] * tmp1r - inre1[k] * tmp1i) * fact;
64 WebRtcIsac_Fftns(1, dims, tmpre, tmpim, -1, 1.0, fftstr_obj);
70 xi = tmpim[k] - tmpim[FRAMESAMPLES_HALF - 1 - k];
71 yr = tmpim[k] + tmpim[FRAMESAMPLES_HALF - 1 - k];
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_mips.c 31 int32_t inre1, inre2, tmpre, tmpim, factor, max, max1; local
44 "addiu %[tmpim], %[tmpimQ16], 0 \n\t"
92 "sw %[r5], 0(%[tmpim]) \n\t"
98 "sw %[r7], 4(%[tmpim]) \n\t"
110 " addiu %[tmpim], %[tmpim], 8 \n\t"
167 "sw %[r0], 0(%[tmpim]) \n\t"
172 "sw %[r0], 0(%[tmpim]) \n\t"
182 " addiu %[tmpim], %[tmpim], 4 \n\t
    [all...]

Completed in 56 milliseconds