FFmpeg
|
#include <opus_pvq.h>
Data Fields | |
int | qcoeff [256] |
float | hadamard_tmp [256] |
float(* | pvq_search )(float *X, int *y, int K, int N) |
QUANT_FN * | quant_band |
Definition at line 35 of file opus_pvq.h.
int CeltPVQ::qcoeff[256] |
Definition at line 36 of file opus_pvq.h.
Referenced by celt_alg_quant(), and celt_alg_unquant().
float CeltPVQ::hadamard_tmp[256] |
Definition at line 37 of file opus_pvq.h.
Referenced by quant_band_template().
Definition at line 39 of file opus_pvq.h.
Referenced by celt_alg_quant(), ff_celt_pvq_init(), and ff_opus_dsp_init_x86().
QUANT_FN* CeltPVQ::quant_band |
Definition at line 40 of file opus_pvq.h.
Referenced by ff_celt_pvq_init(), ff_celt_quant_bands(), pvq_band_cost(), and quant_band_template().