Searched refs:hpf_f (Results 1 – 3 of 3) sorted by relevance
99 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()
121 void ff_acelp_high_pass_filter(int16_t* out, int hpf_f[2],
150 int hpf_f[2]; member726 ctx->hpf_f, in decode_frame()