Home
last modified time | relevance | path

Searched refs:AVERSLICENUM_CONSTRAINT (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_slice_segment.h63 #define AVERSLICENUM_CONSTRAINT (MAX_SLICES_NUM) // used in sNalList… macro
/third_party/openh264/codec/encoder/core/src/
Dsvc_enc_slice_segment.cpp330 return AVERSLICENUM_CONSTRAINT;//at the beginning of dynamic slicing, set the uiSliceNum to be 1 in GetInitialSliceNum()
Dencoder_ext.cpp1599 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()
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp103 int32_t iMaxSliceNumEstimation = WELS_MIN (AVERSLICENUM_CONSTRAINT, in InitParamForSizeLimitSlcMode()