Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/src/
Dcommon_tables.cpp64 const uint8_t g_kuiMatrixV[6][8][8] = { // generated from equation 8-317, 8-318 variable
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h68 extern const uint8_t g_kuiMatrixV[6][8][8];
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp1503g_kuiMatrixV[q % 6][y / 8][y % 8] : pCtx->pSps->iScalingList8x8[i][y] * g_kuiMatrixV[q % 6][y / 8]… in WelsCalcDeqCoeffScalingList()