Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dacelp_filters.c99 void ff_acelp_high_pass_filter(int16_t* out, int hpf_f[2], in ff_acelp_high_pass_filter()
106 tmp = (hpf_f[0]* 15836LL) >> 13; in ff_acelp_high_pass_filter()
107 tmp += (hpf_f[1]* -7667LL) >> 13; in ff_acelp_high_pass_filter()
114 hpf_f[1] = hpf_f[0]; in ff_acelp_high_pass_filter()
115 hpf_f[0] = tmp; in ff_acelp_high_pass_filter()
Dacelp_filters.h121 void ff_acelp_high_pass_filter(int16_t* out, int hpf_f[2],
Dg729dec.c150 int hpf_f[2]; member
726 ctx->hpf_f, in decode_frame()