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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
enhancer_interface.c 70 int32_t corrmax[3]; local
135 corrmax[i] = corr32[lagmax[i]];
143 corrmax[2] = corr32[lagmax[2]];
147 corrSh = 15-WebRtcSpl_GetSizeInBits(corrmax[i]);
152 corr16[i] = (int16_t)WEBRTC_SPL_SHIFT_W32(corrmax[i], corrSh);

Completed in 359 milliseconds