Searched refs:ltp_coef (Results 1 – 3 of 3) sorted by relevance
50 static const INTFLOAT ltp_coef[8] = { variable
95 ltp->coef_idx = quant_array_idx(max_ratio, ltp_coef, 8); in get_lag()96 ltp->coef = ltp_coef[ltp->coef_idx]; in get_lag()
1400 ltp->coef = ltp_coef[get_bits(gb, 3)]; in decode_ltp()