Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dparameter_sets.h144 uint32_t uiRunLength[MAX_SLICEGROUP_IDS];
146 uint32_t uiTopLeft[MAX_SLICEGROUP_IDS];
147 uint32_t uiBottomRight[MAX_SLICEGROUP_IDS];
154 uint32_t uiSliceGroupId[MAX_SLICEGROUP_IDS];
Dwels_const.h68 #define MAX_SLICEGROUP_IDS 8 // Count number of SSlice Groups macro
/third_party/openh264/codec/decoder/core/inc/
Dparameter_sets.h176 uint32_t uiRunLength[MAX_SLICEGROUP_IDS];
178 uint32_t uiTopLeft[MAX_SLICEGROUP_IDS];
179 uint32_t uiBottomRight[MAX_SLICEGROUP_IDS];
184 uint32_t uiSliceGroupId[MAX_SLICEGROUP_IDS];
Dwels_const.h53 #define MAX_SLICEGROUP_IDS 8 // Count number of Slice Groups macro
/third_party/openh264/codec/decoder/core/src/
Dfmo.cpp64 || uiNumSliceGroups > MAX_SLICEGROUP_IDS)) in FmoGenerateMbAllocMapType0()
100 || uiNumSliceGroups > MAX_SLICEGROUP_IDS)) in FmoGenerateMbAllocMapType1()
Dau_parser.cpp1360 if (pPps->uiNumSliceGroups > MAX_SLICEGROUP_IDS) { in ParsePps()
/third_party/openh264/codec/encoder/core/src/
Dau_set.cpp617 memset (&pPps->uiTopLeft[0], 0, MAX_SLICEGROUP_IDS * sizeof (pPps->uiTopLeft[0])); in WelsInitPps()
618 memset (&pPps->uiBottomRight[0], 0, MAX_SLICEGROUP_IDS * sizeof (pPps->uiBottomRight[0])); in WelsInitPps()
625 memset (&pPps->uiSliceGroupId[0], 0, MAX_SLICEGROUP_IDS * sizeof (pPps->uiSliceGroupId[0])); in WelsInitPps()