HomeSort by relevance Sort by last modified time
    Searched refs:searchstep (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/lib/
envelope.c 38 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]=ve->filter[m+VE_BANDS].markers[l]*.1
    [all...]
envelope.h 55 int searchstep; member in struct:__anon10861

Completed in 38 milliseconds