Home
last modified time | relevance | path

Searched refs:g_kiMapModeIntraChroma (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dencoder_data_tables.cpp72 const int8_t g_kiMapModeIntraChroma[7] = { variable
Dsvc_set_mb_syn_cavlc.cpp108 BsWriteUE (pBs, g_kiMapModeIntraChroma[pMbCache->uiChmaI8x8Mode]); in WelsSpatialWriteMbPred()
118 BsWriteUE (pBs, g_kiMapModeIntraChroma[pMbCache->uiChmaI8x8Mode]); in WelsSpatialWriteMbPred()
Dsvc_set_mb_syn_cabac.cpp161 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()
Dsvc_base_layer_md.cpp918 iLambda * BsSizeUE (g_kiMapModeIntraChroma[iCurMode]); in WelsMdIntraChroma()
/third_party/openh264/codec/encoder/core/inc/
Dmd.h81 extern const int8_t g_kiMapModeIntraChroma[7];