Searched refs:hpf_f (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dacelp_filters.c97 void ff_acelp_high_pass_filter(int16_t* out, int hpf_f[2], argument
104 tmp = (hpf_f[0]* 15836LL) >> 13;
105 tmp += (hpf_f[1]* -7667LL) >> 13;
112 hpf_f[1] = hpf_f[0];
113 hpf_f[0] = tmp;
H A Dacelp_filters.h69 * @param[in,out] hpf_f past filtered data from previous (2 items long)
89 void ff_acelp_high_pass_filter(int16_t* out, int hpf_f[2],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dacelp_filters.c99 void ff_acelp_high_pass_filter(int16_t* out, int hpf_f[2], argument
106 tmp = (hpf_f[0]* 15836LL) >> 13;
107 tmp += (hpf_f[1]* -7667LL) >> 13;
114 hpf_f[1] = hpf_f[0];
115 hpf_f[0] = tmp;
H A Dacelp_filters.h102 * @param[in,out] hpf_f past filtered data from previous (2 items long)
122 void ff_acelp_high_pass_filter(int16_t* out, int hpf_f[2],
H A Dg729dec.c151 int hpf_f[2]; member in struct:__anon3148
702 ctx->hpf_f,

Completed in 26 milliseconds