Home
last modified time | relevance | path

Searched refs:g_kuiTemporalIdListTable (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dencoder_data_tables.cpp322 const uint8_t g_kuiTemporalIdListTable[MAX_TEMPORAL_LEVEL][MAX_GOP_SIZE + 1] = { variable
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h57 extern const uint8_t g_kuiTemporalIdListTable[MAX_TEMPORAL_LEVEL][MAX_GOP_SIZE + 1];
491 const uint8_t* pTemporalIdList = &g_kuiTemporalIdListTable[iDecStages][0]; in DetermineTemporalSettings()