Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c690 int32_t larAbsQ17; in Rc2LarFix() local
700 larAbsQ17 = rc * 21512 >> 11; in Rc2LarFix()
703 larAbsQ17 = -465024 + (rc * 29837 >> 10); in Rc2LarFix()
706 larAbsQ17 = -3324784 + (rc * 31863 >> 8); in Rc2LarFix()
709 larAbsQ17 = -88546020 + (rc * 21973 >> 3); in Rc2LarFix()
713 larQ17[k] = larAbsQ17; in Rc2LarFix()
715 larQ17[k] = -larAbsQ17; in Rc2LarFix()