Searched refs:LUMA_DC_AC_8 (Results 1 – 2 of 2) sorted by relevance
75 #define LUMA_DC_AC_8 6 macro183 *pResidualProperty = LUMA_DC_AC_8; in GetMbResProperty()187 *pResidualProperty = LUMA_DC_AC_8; in GetMbResProperty()
1323 …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()