Searched refs:CeltPVQ (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | opus_pvq.h | 30 #define QUANT_FN(name) uint32_t (name)(struct CeltPVQ *pvq, CeltFrame *f, \ 37 struct CeltPVQ { struct 45 void ff_celt_pvq_init_x86(struct CeltPVQ *s); 47 int ff_celt_pvq_init(struct CeltPVQ **pvq, int encode); 48 void ff_celt_pvq_uninit(struct CeltPVQ **pvq);
|
H A D | opus_celt.h | 48 typedef struct CeltPVQ CeltPVQ; typedef 99 CeltPVQ *pvq;
|
H A D | opus_pvq.c | 419 CeltPVQ *pvq) in celt_alg_quant() 435 CeltPVQ *pvq) in celt_alg_unquant() 483 static av_always_inline uint32_t quant_band_template(CeltPVQ *pvq, CeltFrame *f, in quant_band_template() 899 int av_cold ff_celt_pvq_init(CeltPVQ **pvq, int encode) in ff_celt_pvq_init() 901 CeltPVQ *s = av_malloc(sizeof(CeltPVQ)); in ff_celt_pvq_init() 917 void av_cold ff_celt_pvq_uninit(CeltPVQ **pvq) in ff_celt_pvq_uninit()
|
H A D | opusenc.c | 44 CeltPVQ *pvq;
|
H A D | opusenc_psy.c | 28 static float pvq_band_cost(CeltPVQ *pvq, CeltFrame *f, OpusRangeCoder *rc, int band, in pvq_band_cost()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_init.c | 32 av_cold void ff_celt_pvq_init_x86(CeltPVQ *s) in ff_celt_pvq_init_x86()
|
Completed in 5 milliseconds