Home
last modified time | relevance | path

Searched refs:sc_gain (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg723_1dec.c411 ppf->sc_gain = square_root(temp1 << 16); in comp_ppf_gains()
414 ppf->sc_gain = 0x7fff; in comp_ppf_gains()
417 ppf->opt_gain = av_clip_int16(ppf->opt_gain * ppf->sc_gain >> 15); in comp_ppf_gains()
453 ppf->sc_gain = 0x7fff; in comp_ppf_coeff()
1023 ppf[j].sc_gain, in g723_1_decode_frame()
Dg723_1.h96 int16_t sc_gain; ///< scaling gain member