Searched refs:ampmax (Results 1 - 6 of 6) sorted by relevance

/external/libvorbis/lib/
H A Dcodec_internal.h33 float ampmax; member in struct:vorbis_block_internal
H A Dpsy.h87 float ampmax; member in struct:__anon8723
H A Dpsytune.c236 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,
H A Dblock.c97 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;
H A Dmapping0.c252 float global_ampmax=vbi->ampmax;
584 vbi->ampmax=global_ampmax;
H A Dpsy.c43 look->ampmax=-9999.;

Completed in 100 milliseconds