Searched refs:ratioQ5 (Results 1 – 1 of 1) sorted by relevance
286 int16_t ratioQ5[8] = {0, 6, 9, 12, 16, 19, 22, 25}; in WebRtcIsacfix_EncodeImpl() local342 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()