Searched refs:bytesLeftQ5 (Results 1 – 1 of 1) sorted by relevance
280 WebRtc_Word16 bytesLeftQ5; in WebRtcIsacfix_EncodeImpl() local325 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()