Home
last modified time | relevance | path

Searched refs:LUMA_DC_AC_INTER (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h81 #define LUMA_DC_AC_INTER 12 macro
160 case LUMA_DC_AC_INTER: in GetMbResProperty()
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp1019 …ResProperty = (IS_INTRA (pCurDqLayer->pDec->pMbType[iMbXy])) ? LUMA_DC_AC_INTRA : LUMA_DC_AC_INTER; in WelsDecodeMbCabacPSliceBaseMode0()
1260 …ResProperty = (IS_INTRA (pCurDqLayer->pDec->pMbType[iMbXy])) ? LUMA_DC_AC_INTRA : LUMA_DC_AC_INTER; in WelsDecodeMbCabacBSliceBaseMode0()
2372 …ResProperty = (IS_INTRA (pCurDqLayer->pDec->pMbType[iMbXy])) ? LUMA_DC_AC_INTRA : LUMA_DC_AC_INTER; in WelsActualDecodeMbCavlcPSlice()
2919 …ResProperty = (IS_INTRA (pCurDqLayer->pDec->pMbType[iMbXy])) ? LUMA_DC_AC_INTRA : LUMA_DC_AC_INTER; in WelsActualDecodeMbCavlcBSlice()