Searched refs:ampraw (Results 1 - 2 of 2) sorted by relevance

/external/libvorbis/lib/
H A Dfloor0.c162 int ampraw=oggpack_read(&vb->opb,info->ampbits); local
163 if(ampraw>0){ /* also handles the -1 out of data case */
165 float amp=(float)ampraw/maxval*info->ampdB;
/external/tremolo/Tremolo/
H A Dfloor0.c405 int ampraw=oggpack_read(&vd->opb,info->ampbits); local
406 if(ampraw>0){ /* also handles the -1 out of data case */
408 int amp=((ampraw*info->ampdB)<<4)/maxval;

Completed in 153 milliseconds