Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopus_celt.h68 float lin_energy[CELT_MAX_BANDS]; member
Dopus_pvq.c614 celt_stereo_is_decouple(X, Y, f->block[0].lin_energy[band], in quant_band_template()
615 f->block[1].lin_energy[band], N); in quant_band_template()
635 celt_stereo_is_decouple(X, Y, f->block[0].lin_energy[band], in quant_band_template()
636 f->block[1].lin_energy[band], N); in quant_band_template()
Dopusenc.c242 block->lin_energy[i] = sqrtf(ener) + FLT_EPSILON; in celt_frame_mdct()
243 ener = 1.0f/block->lin_energy[i]; in celt_frame_mdct()
248 block->energy[i] = log2f(block->lin_energy[i]) - ff_celt_mean_energy[i]; in celt_frame_mdct()