Home
last modified time | relevance | path

Searched refs:MAX_TEMPORAL_LAYER_NUM (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dwels_const.h102 #define MAX_TEMPORAL_LEVEL MAX_TEMPORAL_LAYER_NUM // Maximal temporal level
Dencoder_context.h94 int32_t iLastLtrIdx[MAX_TEMPORAL_LAYER_NUM];
/third_party/openh264/test/api/
Dencode_decode_api_test.h29 #define TEMPORAL_LAYER_NUM_RANGE (2*MAX_TEMPORAL_LAYER_NUM)
Dencode_options_test.cpp143 param_.iTemporalLayerNum = WELS_CLIP3 (param_.iTemporalLayerNum, 1, MAX_TEMPORAL_LAYER_NUM); in ValidateParamExtCombination()
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp504 for (int32_t i = 0 ; i < MAX_TEMPORAL_LAYER_NUM; ++i) { in WelsMarkPic()
946 int32_t iRefNum_t[MAX_TEMPORAL_LAYER_NUM] = {0}; in WelsMarkPicScreen()
954 for (i = 0; i < MAX_TEMPORAL_LAYER_NUM ; ++i) { in WelsMarkPicScreen()
983 for (i = 0 ; i < MAX_TEMPORAL_LAYER_NUM; ++i) { in WelsMarkPicScreen()
Dencoder_ext.cpp3119 iSubSeqId = 3 + MAX_TEMPORAL_LAYER_NUM; in GetSubSequenceId()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h44 #define MAX_TEMPORAL_LAYER_NUM 4 macro
/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp746 int iTargetTemporalLayerNum = rand() % MAX_TEMPORAL_LAYER_NUM; in TEST_F()