Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dparameter_sets.h144 uint32_t uiRunLength[MAX_SLICEGROUP_IDS]; member
/third_party/openh264/codec/decoder/core/inc/
Dparameter_sets.h176 uint32_t uiRunLength[MAX_SLICEGROUP_IDS]; member
/third_party/openh264/codec/decoder/core/src/
Dfmo.cpp69 const int32_t kiRunIdx = pPps->uiRunLength[uiGroup]; in FmoGenerateMbAllocMapType0()
Dau_parser.cpp1377 pPps->uiRunLength[iTmp] = RUN_LENGTH_OFFSET + uiCode; in ParsePps()
/third_party/openh264/codec/encoder/core/src/
Dau_set.cpp421 BsWriteUE (pLocalBitStringAux, pPps->uiRunLength[i] - 1); in WelsWritePpsSyntax()
613 pPps->uiRunLength[uiGroup] = 25; in WelsInitPps()