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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Denvelope.c38 e->searchstep=64; /* not random */
115 totalshift+pos*ve->searchstep);*/
223 int first=ve->current/ve->searchstep;
224 int last=v->pcm_current/ve->searchstep-VE_WIN;
241 float *pcm=v->pcm[i]+ve->searchstep*(j);
259 ve->current=last*ve->searchstep;
271 while(j<ve->current-(ve->searchstep)){/* account for postecho
277 if(ve->mark[j/ve->searchstep]){
298 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m].markers[l]*.1;
305 for(l=0;l<last;l++)marker[l*ve->searchstep]
[all...]
H A Denvelope.h55 int searchstep; member in struct:__anon4040

Completed in 110 milliseconds