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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729dec.c275 int16_t fc_new[SUBFRAME_SIZE]; local
277 ff_celp_convolve_circ(fc_new, fc_cur, phase_filter[dstate], subframe_size);
283 out[i] += (gain_code * fc_new[i] + 0x2000) >> 14;

Completed in 33 milliseconds