Searched refs:MAX_SPATIAL_LAYER_NUM (Results 1 – 13 of 13) sorted by relevance
/third_party/openh264/test/api/ |
D | encode_decode_api_test.template | 29 unsigned char* pBsBuf[MAX_SPATIAL_LAYER_NUM]; 30 int aLen[MAX_SPATIAL_LAYER_NUM] = {0}; 31 ISVCDecoder* decoder[MAX_SPATIAL_LAYER_NUM]; 34 FILE* fEnc[MAX_SPATIAL_LAYER_NUM]; 145 for (int i = 0; i < MAX_SPATIAL_LAYER_NUM; i++) {
|
D | encode_options_test.cpp | 109 if (iSpatialIdx < MAX_SPATIAL_LAYER_NUM) { in RandomParamExtCombination() 146 param_.iSpatialLayerNum = WELS_CLIP3 (param_.iSpatialLayerNum, 1, MAX_SPATIAL_LAYER_NUM); in ValidateParamExtCombination() 947 int iSpatialLayerNum = WelsClip3 ((rand() % MAX_SPATIAL_LAYER_NUM), 2, MAX_SPATIAL_LAYER_NUM); in TEST_F() 959 unsigned char* pBsBuf[MAX_SPATIAL_LAYER_NUM]; in TEST_F() 960 int aLen[MAX_SPATIAL_LAYER_NUM] = {0}; in TEST_F() 961 ISVCDecoder* decoder[MAX_SPATIAL_LAYER_NUM]; in TEST_F() 964 FILE* fEnc[MAX_SPATIAL_LAYER_NUM] = { NULL }; in TEST_F() 1067 int iSpatialLayerNum = WelsClip3 ((rand() % MAX_SPATIAL_LAYER_NUM), 2, MAX_SPATIAL_LAYER_NUM); in TEST_F() 1082 unsigned char* pBsBuf[MAX_SPATIAL_LAYER_NUM]; in TEST_F() 1083 int aLen[MAX_SPATIAL_LAYER_NUM] = {0}; in TEST_F() [all …]
|
D | encode_decode_api_test.h | 28 #define SPATIAL_LAYER_NUM_RANGE (2*MAX_SPATIAL_LAYER_NUM) 30 #define SAVED_NALUNIT_NUM ( (MAX_SPATIAL_LAYER_NUM*MAX_QUALITY_LAYER_NUM) + 1 + MAX_SPATIAL_…
|
D | encode_decode_api_test.cpp | 127 int aLen[MAX_SPATIAL_LAYER_NUM] = {0, 0, 0, 0}; in TestOneSimulcastAVC() 129 FILE* fEnc[MAX_SPATIAL_LAYER_NUM]; in TestOneSimulcastAVC()
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 45 #define MAX_SPATIAL_LAYER_NUM 4 macro 55 …fine SAVED_NALUNIT_NUM_TMP ( (MAX_SPATIAL_LAYER_NUM*MAX_QUALITY_LAYER_NUM) + 1 + MAX_SPA… 552 SSpatialLayerConfig sSpatialLayers[MAX_SPATIAL_LAYER_NUM];
|
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_enc_slice_segment.h | 61 …ED_NALUNIT_NUM ( (MAX_SPATIAL_LAYER_NUM*MAX_QUALITY_LAYER_NUM) + 1 + MAX_SPA…
|
D | wels_const.h | 96 #define MAX_DEPENDENCY_LAYER MAX_SPATIAL_LAYER_NUM // Maximal dependency layer
|
D | param_svc.h | 181 for (int32_t iLayer = 0; iLayer < MAX_SPATIAL_LAYER_NUM; iLayer++) { in FillDefault()
|
/third_party/openh264/test/encoder/ |
D | EncUT_ParameterSetStrategy.cpp | 141 for ( int i = 0; i < MAX_SPATIAL_LAYER_NUM; i++ ) in TEST_F()
|
D | EncUT_EncoderExt.cpp | 644 int iSpatialLayerNum = rand() % MAX_SPATIAL_LAYER_NUM; in TEST_F() 645 sEncParamExt.iSpatialLayerNum = WELS_CLIP3 (iSpatialLayerNum, 1, MAX_SPATIAL_LAYER_NUM); in TEST_F() 677 int iLayerNum = rand() % MAX_SPATIAL_LAYER_NUM; in TEST_F()
|
/third_party/openh264/codec/encoder/plus/src/ |
D | welsEncoderExt.cpp | 542 …int32_t iSpatialLayers = (pParam->iSpatialLayerNum < MAX_SPATIAL_LAYER_NUM) ? (pParam->iSpatialLay… in TraceParamInfo() 543 MAX_SPATIAL_LAYER_NUM; in TraceParamInfo() 803 … || sEncodingParam.iSpatialLayerNum > MAX_SPATIAL_LAYER_NUM) { // verify number of spatial layer in SetOption()
|
/third_party/openh264/codec/console/enc/src/ |
D | welsenc.cpp | 449 SLayerPEncCtx sLayerCtx[MAX_SPATIAL_LAYER_NUM]; in ParseCommandLine()
|
/third_party/openh264/codec/encoder/core/src/ |
D | encoder_ext.cpp | 3042 if ((iLayerId < 0) || (iLayerId >= MAX_SPATIAL_LAYER_NUM) || (!pCtx->pSvcParam->bSimulcastAVC)) { in ForceCodingIDR()
|