Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg723_1enc.c831 int16_t impulse_corr[SUBFRAME_LEN]; in get_fcb_param() local
854 impulse_corr[0] = av_clipl_int32((temp << scale) + (1 << 15)) >> 16; in get_fcb_param()
859 impulse_corr[i] = av_clipl_int32((temp << scale) + (1 << 15)) >> 16; in get_fcb_param()
890 impulse_corr[0] << 1); in get_fcb_param()
916 temp = impulse_corr[FFABS(l - param.pulse_pos[k - 1])]; in get_fcb_param()