Home
last modified time | relevance | path

Searched refs:MAX_TEMPORAL_LEVEL (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 macro
113 #define MAX_GOP_SIZE (1<<(MAX_TEMPORAL_LEVEL-1))
Dparam_svc.h57 extern const uint8_t g_kuiTemporalIdListTable[MAX_TEMPORAL_LEVEL][MAX_GOP_SIZE + 1];
87 uint8_t uiCodingIdx2TemporalId[ (1 << MAX_TEMPORAL_LEVEL) + 1];
360 MAX_TEMPORAL_LEVEL); // number of temporal layer specified in ParamTranscode()
Dencoder_context.h201 bool bRefOfCurTidIsLtr[MAX_DEPENDENCY_LAYER][MAX_TEMPORAL_LEVEL];
/third_party/openh264/codec/encoder/core/src/
Dencoder_data_tables.cpp322 const uint8_t g_kuiTemporalIdListTable[MAX_TEMPORAL_LEVEL][MAX_GOP_SIZE + 1] = {
Dwels_preprocess.cpp64 const uint8_t g_kuiRefTemporalIdx[MAX_TEMPORAL_LEVEL][MAX_GOP_SIZE] = {
323 if ((iCurTid >= MAX_TEMPORAL_LEVEL) || (kiCurPos > MAX_TEMPORAL_LEVEL)) { in UpdateSpatialPictures()
Dref_list_mgr_svc.cpp637 for (int32_t k = 0; k < MAX_TEMPORAL_LEVEL; k++) { in WelsBuildRefList()
Dencoder_ext.cpp427 if (pCodingParam->iTemporalLayerNum < 1 || pCodingParam->iTemporalLayerNum > MAX_TEMPORAL_LEVEL) { in ParamValidationExt()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp261 if (pCfg->iTemporalLayerNum > MAX_TEMPORAL_LEVEL) { in InitializeInternal()
264 pCfg->iTemporalLayerNum, MAX_TEMPORAL_LEVEL); in InitializeInternal()