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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform.c 127 int16_t factQ11;
202 factQ11 = 31727; // sqrt(240) in Q11 is round(15.49193338482967*2048) = 31727
208 xrQ16 = WEBRTC_SPL_MUL_16_32_RSFT11(factQ11, xrQ16);
209 xiQ16 = WEBRTC_SPL_MUL_16_32_RSFT11(factQ11, xiQ16);

Completed in 61 milliseconds