Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h79 #define CHROMA_AC_V 10 macro
138 case CHROMA_AC_V: in GetMbResProperty()
140 *pResidualProperty = bCavlc ? CHROMA_AC : CHROMA_AC_V; in GetMbResProperty()
178 *pResidualProperty = bCavlc ? CHROMA_AC : CHROMA_AC_V; 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()