Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h78 #define CHROMA_AC_U 9 macro
134 case CHROMA_AC_U: in GetMbResProperty()
136 *pResidualProperty = bCavlc ? CHROMA_AC : CHROMA_AC_U; in GetMbResProperty()
174 *pResidualProperty = bCavlc ? CHROMA_AC : CHROMA_AC_U; in GetMbResProperty()
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp818 iMbResProperty = i ? CHROMA_AC_V : CHROMA_AC_U; in WelsDecodeMbCabacISliceBaseMode0()
1060 iMbResProperty = i ? CHROMA_AC_V : CHROMA_AC_U; in WelsDecodeMbCabacPSliceBaseMode0()
1301 iMbResProperty = i ? CHROMA_AC_V : CHROMA_AC_U; in WelsDecodeMbCabacBSliceBaseMode0()
2043 iMbResProperty = i ? CHROMA_AC_V : CHROMA_AC_U; in WelsActualDecodeMbCavlcISlice()
2417 iMbResProperty = i ? CHROMA_AC_V : CHROMA_AC_U; in WelsActualDecodeMbCavlcPSlice()
2964 iMbResProperty = i ? CHROMA_AC_V : CHROMA_AC_U; in WelsActualDecodeMbCavlcBSlice()