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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg722.c101 band->pole_mem[1] = av_clip((sg[0] * av_clip(band->pole_mem[0], -8191, 8191) >> 5) +
102 (sg[1] << 7) + (band->pole_mem[1] * 127 >> 7), -12288, 12288);
104 limit = 15360 - band->pole_mem[1];
105 band->pole_mem[0] = av_clip(-192 * sg[0] + (band->pole_mem[0] * 255 >> 8), -limit, limit);
127 (band->pole_mem[0] * cur_qtzd_reconst >> 15) +
128 (band->pole_mem[1] * band->prev_qtzd_reconst >> 15));
H A Dg722.h47 int16_t pole_mem[2]; ///< second-order pole section coefficient buffer member in struct:G722Context::G722Band
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dg722.c101 band->pole_mem[1] = av_clip((sg[0] * av_clip(band->pole_mem[0], -8191, 8191) >> 5) +
102 (sg[1] << 7) + (band->pole_mem[1] * 127 >> 7), -12288, 12288);
104 limit = 15360 - band->pole_mem[1];
105 band->pole_mem[0] = av_clip(-192 * sg[0] + (band->pole_mem[0] * 255 >> 8), -limit, limit);
127 (band->pole_mem[0] * cur_qtzd_reconst >> 15) +
128 (band->pole_mem[1] * band->prev_qtzd_reconst >> 15));
H A Dg722.h48 int16_t pole_mem[2]; ///< second-order pole section coefficient buffer member in struct:__anon1911::G722Band

Completed in 53 milliseconds