Home
last modified time | relevance | path

Searched refs:MAX_SPATIAL_LAYER_NUM (Results 1 – 13 of 13) sorted by relevance

/third_party/openh264/test/api/
Dencode_decode_api_test.template29 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++) {
Dencode_options_test.cpp109 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 …]
Dencode_decode_api_test.h28 #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_…
Dencode_decode_api_test.cpp127 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/
Dcodec_app_def.h45 #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/
Dsvc_enc_slice_segment.h61 …ED_NALUNIT_NUM ( (MAX_SPATIAL_LAYER_NUM*MAX_QUALITY_LAYER_NUM) + 1 + MAX_SPA…
Dwels_const.h96 #define MAX_DEPENDENCY_LAYER MAX_SPATIAL_LAYER_NUM // Maximal dependency layer
Dparam_svc.h181 for (int32_t iLayer = 0; iLayer < MAX_SPATIAL_LAYER_NUM; iLayer++) { in FillDefault()
/third_party/openh264/test/encoder/
DEncUT_ParameterSetStrategy.cpp141 for ( int i = 0; i < MAX_SPATIAL_LAYER_NUM; i++ ) in TEST_F()
DEncUT_EncoderExt.cpp644 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/
DwelsEncoderExt.cpp542 …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/
Dwelsenc.cpp449 SLayerPEncCtx sLayerCtx[MAX_SPATIAL_LAYER_NUM]; in ParseCommandLine()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp3042 if ((iLayerId < 0) || (iLayerId >= MAX_SPATIAL_LAYER_NUM) || (!pCtx->pSvcParam->bSimulcastAVC)) { in ForceCodingIDR()