Searched refs:nVBR (Results 1 – 2 of 2) sorted by relevance
618 uint8_t nVBR; in PutLameVBR() local672 nVBR = vbr_type_translator[cfg->vbr]; in PutLameVBR()674 nVBR = 0x00; /*unknown. */ in PutLameVBR()676 nRevMethod = 0x10 * nRevision + nVBR; in PutLameVBR()
241 int nVBR=(nCRC>>12)&0x0F; in beInitStream() local261 if ( nVBR>0 ) in beInitStream()265 lameConfig.format.LHV1.nVBRQuality = nVBR-1; in beInitStream()