Home
last modified time | relevance | path

Searched refs:pf_gain (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg723_1dec.c128 p->pf_gain = 1 << 12; in g723_1_decode_init()
643 p->pf_gain = (15 * p->pf_gain + gain + (1 << 3)) >> 4; in gain_scale()
644 buf[i] = av_clip_int16((buf[i] * (p->pf_gain + (p->pf_gain >> 4)) + in gain_scale()
Dopus_celt.h130 float pf_gain; member
Dg723_1.h143 int pf_gain; ///< formant postfilter member
Dopusenc_psy.c293 f->pf_gain = 0.5f; in ff_opus_psy_celt_frame_init()
Dopusenc.c285 float gain = f->pf_gain; in celt_enc_quant_pfilter()