Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopus_celt.c429 block->energy[j] = CELT_ENERGY_SILENCE; in ff_celt_decode_frame()
476 block->prev_energy[0][j] = CELT_ENERGY_SILENCE; in ff_celt_decode_frame()
480 block->prev_energy[0][j] = CELT_ENERGY_SILENCE; in ff_celt_decode_frame()
501 block->prev_energy[0][j] = block->prev_energy[1][j] = CELT_ENERGY_SILENCE; in ff_celt_flush()
Dopus_celt.h46 #define CELT_ENERGY_SILENCE (-28.0f) macro
Dopusenc.c251 block->energy[i] = FFMAX(block->energy[i], CELT_ENERGY_SILENCE); in celt_frame_mdct()