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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddca.c229 DECLARE_ALIGNED_16(float, subband_fir_hist[DCA_PRIM_CHANNELS_MAX][512]);
748 float *subband_fir_hist = s->subband_fir_hist[chans] + hist_index; local
757 ff_imdct_half(&s->imdct, subband_fir_hist, raXin);
766 a += prCoeff[i+j ]*(-subband_fir_hist[15-i+j]);
767 b += prCoeff[i+j+16]*( subband_fir_hist[ i+j]);
768 c += prCoeff[i+j+32]*( subband_fir_hist[16+i+j]);
769 d += prCoeff[i+j+48]*( subband_fir_hist[31-i+j]);
772 a += prCoeff[i+j ]*(-subband_fir_hist[15-i+j-512]);
773 b += prCoeff[i+j+16]*( subband_fir_hist[
[all...]

Completed in 36 milliseconds