Home
last modified time | relevance | path

Searched refs:CELT_EMPH_COEFF (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopusdsp.h22 #define CELT_EMPH_COEFF 0.8500061035f macro
H A Dopusdsp.c49 coeff = y[i] = x[i] + coeff*CELT_EMPH_COEFF; in deemphasis_c()
H A Dopusenc.c171 m = sample * CELT_EMPH_COEFF; in celt_apply_preemph_filter()
184 m = sample * CELT_EMPH_COEFF; in celt_apply_preemph_filter()
H A Dopus_celt.c510 /* libopus uses CELT_EMPH_COEFF on init, but 0 is better since there's in ff_celt_flush()
514 block->emph_coeff = 0.0f / CELT_EMPH_COEFF; in ff_celt_flush()

Completed in 4 milliseconds