Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_slice.cpp177 void WelsCountMbType (int32_t (*iMbCount)[18], const EWelsSliceType keSt, const SMB* kpMb) { in WelsCountMbType() argument
183 ++ iMbCount[keSt][Intra4x4]; in WelsCountMbType()
186 ++ iMbCount[keSt][Intra16x16]; in WelsCountMbType()
189 ++ iMbCount[keSt][PSkip]; in WelsCountMbType()
192 ++ iMbCount[keSt][Inter16x16]; in WelsCountMbType()
195 ++ iMbCount[keSt][Inter16x8]; in WelsCountMbType()
198 ++ iMbCount[keSt][Inter8x16]; in WelsCountMbType()
201 ++ iMbCount[keSt][Inter8x8]; in WelsCountMbType()
204 ++ iMbCount[keSt][7]; in WelsCountMbType()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp449 const EWelsSliceType keSt = pSh->eSliceType; in ParseRefPicListReordering() local
453 if (keSt == I_SLICE || keSt == SI_SLICE) in ParseRefPicListReordering()
493 if (keSt != B_SLICE) in ParseRefPicListReordering()