Home
last modified time | relevance | path

Searched refs:nVBR (Results 1 – 2 of 2) sorted by relevance

/third_party/lame/libmp3lame/
DVbrTag.c618 uint8_t nVBR; in PutLameVBR() local
672 nVBR = vbr_type_translator[cfg->vbr]; in PutLameVBR()
674 nVBR = 0x00; /*unknown. */ in PutLameVBR()
676 nRevMethod = 0x10 * nRevision + nVBR; in PutLameVBR()
/third_party/lame/Dll/
DBladeMP3EncDLL.c241 int nVBR=(nCRC>>12)&0x0F; in beInitStream() local
261 if ( nVBR>0 ) in beInitStream()
265 lameConfig.format.LHV1.nVBRQuality = nVBR-1; in beInitStream()