Searched refs:hist_index (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.c231 int hist_index[DCA_PRIM_CHANNELS_MAX]; member in struct:__anon514
733 int hist_index= s->hist_index[chans]; local
748 float *subband_fir_hist = s->subband_fir_hist[chans] + hist_index;
765 for (j = 0; j < 512-hist_index; j += 64){
784 hist_index = (hist_index-32)&511;
786 s->hist_index[chans]= hist_index;

Completed in 87 milliseconds