Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dencode.c280 WebRtc_Word16 bytesLeftQ5; in WebRtcIsacfix_EncodeImpl() local
325 bytesLeftQ5 = (payloadLimitBytes - arithLenBeforeEncodingDFT) << 5; in WebRtcIsacfix_EncodeImpl()
337 idx += (bytesLeftQ5 >= WEBRTC_SPL_MUL_16_16(ratioQ5[idx], arithLenDFTByte))? 2:-2; in WebRtcIsacfix_EncodeImpl()
338 idx += (bytesLeftQ5 >= WEBRTC_SPL_MUL_16_16(ratioQ5[idx], arithLenDFTByte))? 1:-1; in WebRtcIsacfix_EncodeImpl()
339 idx += (bytesLeftQ5 >= WEBRTC_SPL_MUL_16_16(ratioQ5[idx], arithLenDFTByte))? 0:-1; in WebRtcIsacfix_EncodeImpl()