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

  /external/libvorbis/lib/
envelope.h 28 #define VE_BANDS 7
61 envelope_band band[VE_BANDS];
psy.h 70 float preecho_thresh[VE_BANDS];
71 float postecho_thresh[VE_BANDS];
envelope.c 61 for(j=0;j<VE_BANDS;j++){
71 e->filter=_ogg_calloc(VE_BANDS*ch,sizeof(*e->filter));
79 for(i=0;i<VE_BANDS;i++)
163 for(j=0;j<VE_BANDS;j++){
242 ret|=_ve_amp(ve,gi,pcm,ve->band,ve->filter+i*VE_BANDS);
295 for(m=0;m<VE_BANDS;m++){
302 for(m=0;m<VE_BANDS;m++){
305 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m+VE_BANDS].markers[l]*.1;
364 for(i=0;i<VE_BANDS*e->ch;i++)

Completed in 109 milliseconds