Home
last modified time | relevance | path

Searched refs:ratioQ5 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dencode.c286 int16_t ratioQ5[8] = {0, 6, 9, 12, 16, 19, 22, 25}; in WebRtcIsacfix_EncodeImpl() local
342 idx += (bytesLeftQ5 >= ratioQ5[idx] * arithLenDFTByte) ? 2 : -2; in WebRtcIsacfix_EncodeImpl()
343 idx += (bytesLeftQ5 >= ratioQ5[idx] * arithLenDFTByte) ? 1 : -1; in WebRtcIsacfix_EncodeImpl()
344 idx += (bytesLeftQ5 >= ratioQ5[idx] * arithLenDFTByte) ? 0 : -1; in WebRtcIsacfix_EncodeImpl()