Home
last modified time | relevance | path

Searched refs:CeltBlock (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopus_celt.c51 CeltBlock *block = &f->block[j]; in celt_decode_coarse_energy()
87 CeltBlock *block = &f->block[j]; in celt_decode_fine_energy()
146 static void celt_denormalize(CeltFrame *f, CeltBlock *block, float *data) in celt_denormalize()
160 static void celt_postfilter_apply_transition(CeltBlock *block, float *data) in celt_postfilter_apply_transition()
205 static void celt_postfilter(CeltFrame *f, CeltBlock *block) in celt_postfilter()
253 CeltBlock *block = &f->block[i]; in parse_postfilter()
268 static void process_anticollapse(CeltFrame *f, CeltBlock *block, float *X) in process_anticollapse()
290 CeltBlock *block1 = &f->block[1]; in process_anticollapse()
409 CeltBlock *block = &f->block[i]; in ff_celt_decode_frame()
426 CeltBlock *bloc in ff_celt_decode_frame()
[all...]
H A Dopusenc.c128 CeltBlock *b = &f->block[ch]; in celt_frame_setup_input()
143 CeltBlock *b = &f->block[ch]; in celt_frame_setup_input()
166 CeltBlock *b = &f->block[ch]; in celt_apply_preemph_filter()
179 CeltBlock *b = &f->block[ch]; in celt_apply_preemph_filter()
199 CeltBlock *b = &f->block[ch]; in celt_frame_mdct()
215 CeltBlock *b = &f->block[ch]; in celt_frame_mdct()
234 CeltBlock *block = &f->block[ch]; in celt_frame_mdct()
313 CeltBlock *block = &f->block[i]; in celt_enc_quant_pfilter()
344 CeltBlock *block = &f->block[ch]; in exp_quant_coarse()
391 CeltBlock *bloc in celt_quant_fine()
[all...]
H A Dopus_celt.h66 typedef struct CeltBlock { struct
91 } CeltBlock; typedef
98 CeltBlock block[2];

Completed in 3 milliseconds