Home
last modified time | relevance | path

Searched refs:g_kuiInterCbpTable (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Ddecoder_data_tables.cpp142 const uint8_t g_kuiInterCbpTable[48] = { variable
Ddecode_slice.cpp2270 … uiCbp = pCtx->pSps->uiChromaFormatIdc ? g_kuiInterCbpTable[uiCbp] : g_kuiInterCbpTable400[uiCbp]; in WelsActualDecodeMbCavlcPSlice()
2817 … uiCbp = pCtx->pSps->uiChromaFormatIdc ? g_kuiInterCbpTable[uiCbp] : g_kuiInterCbpTable400[uiCbp]; in WelsActualDecodeMbCavlcBSlice()
/third_party/openh264/codec/decoder/core/inc/
Ddec_golomb.h93 extern const uint8_t g_kuiInterCbpTable[48];