Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dencode.c279 WebRtc_Word16 arithLenDFTByte; in WebRtcIsacfix_EncodeImpl() local
324arithLenDFTByte = (ISACenc_obj->bitstr_obj.stream_index << 1) + (1-ISACenc_obj->bitstr_obj.full) -… 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()