Searched refs:ratioQ5 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | encode.c | 281 WebRtc_Word16 ratioQ5[8] = {0, 6, 9, 12, 16, 19, 22, 25}; in WebRtcIsacfix_EncodeImpl() local 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()
|