Home
last modified time | relevance | path

Searched refs:uiChmaI8x8Mode (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dmb_cache.h120 uint8_t uiChmaI8x8Mode; member
/third_party/openh264/codec/encoder/core/src/
Dsvc_set_mb_syn_cavlc.cpp108 BsWriteUE (pBs, g_kiMapModeIntraChroma[pMbCache->uiChmaI8x8Mode]); in WelsSpatialWriteMbPred()
118 BsWriteUE (pBs, g_kiMapModeIntraChroma[pMbCache->uiChmaI8x8Mode]); in WelsSpatialWriteMbPred()
Dsvc_base_layer_md.cpp929 pMbCache->uiChmaI8x8Mode = iBestMode; in WelsMdIntraChroma()
1850 pCurMb->uiChromPredMode = pMbCache->uiChmaI8x8Mode; in WelsMdFirstIntraMode()
2037 pCurMb->uiChromPredMode = pMbCache->uiChmaI8x8Mode; in WelsMdIntraSecondaryModesEnc()
Dsvc_set_mb_syn_cabac.cpp161 int32_t iPredMode = g_kiMapModeIntraChroma[pMbCache->uiChmaI8x8Mode]; in WelsCabacMbIntraChromaPredMode()