Searched refs:MAX_SLICEGROUP_IDS (Results 1 – 7 of 7) sorted by relevance
144 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];
68 #define MAX_SLICEGROUP_IDS 8 // Count number of SSlice Groups macro
176 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];
53 #define MAX_SLICEGROUP_IDS 8 // Count number of Slice Groups macro
64 || uiNumSliceGroups > MAX_SLICEGROUP_IDS)) in FmoGenerateMbAllocMapType0()100 || uiNumSliceGroups > MAX_SLICEGROUP_IDS)) in FmoGenerateMbAllocMapType1()
1360 if (pPps->uiNumSliceGroups > MAX_SLICEGROUP_IDS) { in ParsePps()
617 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()