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

  /external/libvorbis/lib/
floor0.c 162 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/
floor0.c 405 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 44 milliseconds