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

  /external/libvorbis/lib/
codec_internal.h 33 float ampmax; member in struct:vorbis_block_internal
psy.h 87 float ampmax; member in struct:__anon10865
psytune.c 236 float ampmax=-9999,newmax; local
323 ampmax+=secs*ampmax_att_per_sec;
324 if(ampmax<-9999)ampmax=-9999;
349 if(local_ampmax[i]>ampmax)ampmax=local_ampmax[i];
374 ampmax,
block.c 97 vbi->ampmax=-9999;
615 if(vbi->ampmax>g->ampmax)g->ampmax=vbi->ampmax;
616 g->ampmax=_vp_ampmax_decay(g->ampmax,v);
617 vbi->ampmax=g->ampmax;
mapping0.c 252 float global_ampmax=vbi->ampmax;
584 vbi->ampmax=global_ampmax;
psy.c 43 look->ampmax=-9999.;
    [all...]

Completed in 400 milliseconds