Searched refs:AVERSLICENUM_CONSTRAINT (Results 1 – 4 of 4) sorted by relevance
63 #define AVERSLICENUM_CONSTRAINT (MAX_SLICES_NUM) // used in sNalList… macro
330 return AVERSLICENUM_CONSTRAINT;//at the beginning of dynamic slicing, set the uiSliceNum to be 1 in GetInitialSliceNum()
1599 uiMaxSliceNumEstimation = WELS_MIN (AVERSLICENUM_CONSTRAINT, in RequestMemorySvc()2023 iMaxSliceCount = AVERSLICENUM_CONSTRAINT; in InitSliceSettings()2434 else if (iPartitionNum > AVERSLICENUM_CONSTRAINT) in UpdateSlicepEncCtxWithPartition()2435 …iPartitionNum = AVERSLICENUM_CONSTRAINT; // AVERSLICENUM_CONSTRAINT might be variable, however not… in UpdateSlicepEncCtxWithPartition()
103 int32_t iMaxSliceNumEstimation = WELS_MIN (AVERSLICENUM_CONSTRAINT, in InitParamForSizeLimitSlcMode()