Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacenc_tns.c151 const float *quant_arr = tns_tmp2_map[c_bits]; in quantize_coefs() local
153 idx[i] = quant_array_idx(coef[i], quant_arr, c_bits ? 16 : 8); in quantize_coefs()
154 lpc[i] = quant_arr[idx[i]]; in quantize_coefs()