Searched refs:iRefC (Results 1 – 1 of 1) sorted by relevance
828 int32_t iRefC = pRefIndexCache[5];//top-right g_uiCache12_8x8RefIdx[0] - 2 in PredictSad() local836 if (iRefC == REF_NOT_AVAIL) { in PredictSad()837 iRefC = pRefIndexCache[0];//top-left g_uiCache12_8x8RefIdx[0] - 4 - 1 in PredictSad()841 if (kiRefB == REF_NOT_AVAIL && iRefC == REF_NOT_AVAIL && kiRefA != REF_NOT_AVAIL) { in PredictSad()846 iCount |= (uiRef == iRefC) << MB_TOPRIGHT_BIT; in PredictSad()873 int32_t iRefC = pRefIndexCache[5];//top-right g_uiCache12_8x8RefIdx[0] - 2 in PredictSadSkip() local882 if (iRefC == REF_NOT_AVAIL) { in PredictSadSkip()883 iRefC = pRefIndexCache[0];//top-left g_uiCache12_8x8RefIdx[0] - 4 - 1 in PredictSadSkip()888 if (kiRefB == REF_NOT_AVAIL && iRefC == REF_NOT_AVAIL && kiRefA != REF_NOT_AVAIL) { in PredictSadSkip()893 iCount |= ((uiRef == iRefC) && (iRefSkip == 1)) << MB_TOPRIGHT_BIT; in PredictSadSkip()