FFmpeg
Data Fields
CeltPVQ Struct Reference

#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_FNquant_band
 

Detailed Description

Definition at line 35 of file opus_pvq.h.

Field Documentation

◆ qcoeff

int CeltPVQ::qcoeff[256]

Definition at line 36 of file opus_pvq.h.

Referenced by celt_alg_quant(), and celt_alg_unquant().

◆ hadamard_tmp

float CeltPVQ::hadamard_tmp[256]

Definition at line 37 of file opus_pvq.h.

Referenced by quant_band_template().

◆ pvq_search

float(* CeltPVQ::pvq_search) (float *X, int *y, int K, int N)

Definition at line 39 of file opus_pvq.h.

Referenced by celt_alg_quant().

◆ quant_band

QUANT_FN* CeltPVQ::quant_band

Definition at line 40 of file opus_pvq.h.

Referenced by pvq_band_cost(), and quant_band_template().


The documentation for this struct was generated from the following file: