Searched refs:VALID_SIZE (Results 1 – 4 of 4) sorted by relevance
14 #define VALID_SIZE(iSize) (((iSize)>16)?(iSize):16) macro91 pSrcPic->iPicWidth = VALID_SIZE (pParamExt->iPicWidth); in PrepareOneSrcFrame()92 pSrcPic->iPicHeight = VALID_SIZE (pParamExt->iPicHeight); in PrepareOneSrcFrame()479 pEncParamBase->iPicWidth = VALID_SIZE (pEncParamBase->iPicWidth); in GetValidEncParamBase()480 pEncParamBase->iPicHeight = VALID_SIZE (pEncParamBase->iPicHeight); in GetValidEncParamBase()
41 #define VALID_SIZE(iSize) (((iSize)>16)?(iSize):16) macro
88 …EncodeDecodeTestBase::prepareParam (iLayers, iSlices, VALID_SIZE(width), VALID_SIZE(height), frame… in prepareParamDefault()
1184 iWidth = VALID_SIZE (iWidth); in TEST_F()1185 iHeight = VALID_SIZE (iHeight); in TEST_F()1441 iWidth = VALID_SIZE (iWidth); in TEST_F()1442 iHeight = VALID_SIZE (iHeight); in TEST_F()