Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Denvelope.c38 e->searchstep=64; /* not random */ in _ve_envelope_init()
223 int first=ve->current/ve->searchstep; in _ve_envelope_search()
224 int last=v->pcm_current/ve->searchstep-VE_WIN; in _ve_envelope_search()
241 float *pcm=v->pcm[i]+ve->searchstep*(j); in _ve_envelope_search()
259 ve->current=last*ve->searchstep; in _ve_envelope_search()
271 while(j<ve->current-(ve->searchstep)){/* account for postecho in _ve_envelope_search()
277 if(ve->mark[j/ve->searchstep]){ in _ve_envelope_search()
298 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m].markers[l]*.1; in _ve_envelope_search()
305 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m+VE_BANDS].markers[l]*.1; in _ve_envelope_search()
309 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->mark[l]*.4; in _ve_envelope_search()
[all …]
Denvelope.h55 int searchstep; member