Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h75 #define LUMA_DC_AC_8 6 macro
183 *pResidualProperty = LUMA_DC_AC_8; in GetMbResProperty()
187 *pResidualProperty = LUMA_DC_AC_8; in GetMbResProperty()
/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cabac.cpp1323 …PWelsCabacCtx pMapCtx = pCtx->pCabacCtx + (iResProperty == LUMA_DC_AC_8 ? NEW_CTX_OFFSET_MAP_8x8 … in ParseSignificantMapCabac()
1325 …PWelsCabacCtx pLastCtx = pCtx->pCabacCtx + (iResProperty == LUMA_DC_AC_8 ? NEW_CTX_OFFSET_LAST_8x8… in ParseSignificantMapCabac()
1337 iCtx = (iResProperty == LUMA_DC_AC_8 ? g_kuiIdx2CtxSignificantCoeffFlag8x8[i] : i); in ParseSignificantMapCabac()
1344 iCtx = (iResProperty == LUMA_DC_AC_8 ? g_kuiIdx2CtxLastSignificantCoeffFlag8x8[i] : i); in ParseSignificantMapCabac()
1366 …PWelsCabacCtx pOneCtx = pCtx->pCabacCtx + (iResProperty == LUMA_DC_AC_8 ? NEW_CTX_OFFSET_ONE_8x8 :… in ParseSignificantCoeffCabac()
1368 …PWelsCabacCtx pAbsCtx = pCtx->pCabacCtx + (iResProperty == LUMA_DC_AC_8 ? NEW_CTX_OFFSET_ABS_8x8 :… in ParseSignificantCoeffCabac()
1425 if (iResProperty == LUMA_DC_AC_8) { in ParseResidualBlockCabac8x8()