Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daactab.h50 static const INTFLOAT ltp_coef[8] = { variable
Daacenc_ltp.c95 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()
Daacdec_template.c1400 ltp->coef = ltp_coef[get_bits(gb, 3)]; in decode_ltp()