Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c669 int32_t larAbsQ17; in Rc2LarFix() local
679 larAbsQ17 = rc * 21512 >> 11; in Rc2LarFix()
682 larAbsQ17 = -465024 + (rc * 29837 >> 10); in Rc2LarFix()
685 larAbsQ17 = -3324784 + (rc * 31863 >> 8); in Rc2LarFix()
688 larAbsQ17 = -88546020 + (rc * 21973 >> 3); in Rc2LarFix()
692 larQ17[k] = larAbsQ17; in Rc2LarFix()
694 larQ17[k] = -larAbsQ17; in Rc2LarFix()