Searched refs:g_kiMapModeIntraChroma (Results 1 – 5 of 5) sorted by relevance
72 const int8_t g_kiMapModeIntraChroma[7] = { variable
108 BsWriteUE (pBs, g_kiMapModeIntraChroma[pMbCache->uiChmaI8x8Mode]); in WelsSpatialWriteMbPred()118 BsWriteUE (pBs, g_kiMapModeIntraChroma[pMbCache->uiChmaI8x8Mode]); in WelsSpatialWriteMbPred()
161 int32_t iPredMode = g_kiMapModeIntraChroma[pMbCache->uiChmaI8x8Mode]; in WelsCabacMbIntraChromaPredMode()163 if ((uiNeighborAvail & LEFT_MB_POS) && g_kiMapModeIntraChroma[pLeftMb->uiChromPredMode] != 0) in WelsCabacMbIntraChromaPredMode()165 if ((uiNeighborAvail & TOP_MB_POS) && g_kiMapModeIntraChroma[pTopMb->uiChromPredMode] != 0) in WelsCabacMbIntraChromaPredMode()
918 iLambda * BsSizeUE (g_kiMapModeIntraChroma[iCurMode]); in WelsMdIntraChroma()
81 extern const int8_t g_kiMapModeIntraChroma[7];