Searched refs:arithLenDFTByte (Results 1 – 1 of 1) sorted by relevance
284 int16_t arithLenDFTByte; in WebRtcIsacfix_EncodeImpl() local329 …arithLenDFTByte = (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()