Home
last modified time | relevance | path

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

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