Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp433 int32_t i = 0, j = 0, iCurLayerBits = 0, total_bits = 0; in EncodeFrameInternal() local
459 iCurLayerBits = 0; in EncodeFrameInternal()
461 iCurLayerBits += pLayer->pNalLengthInByte[j]; in EncodeFrameInternal()
463 total_bits += iCurLayerBits; in EncodeFrameInternal()
465 WelsFwrite (pLayer->pBsBuf, 1, iCurLayerBits, m_pFileBs); in EncodeFrameInternal()