Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
H A 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/
H A DBladeMP3EncDLL.c241 int nVBR=(nCRC>>12)&0x0F; in __declspec() local
261 if ( nVBR>0 ) in __declspec()
265 lameConfig.format.LHV1.nVBRQuality = nVBR-1; in __declspec()

Completed in 3 milliseconds