Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h132 static inline void GetMbResProperty (int32_t* pMBproperty, int32_t* pResidualProperty, bool bCavlc)… in GetMbResProperty() argument
136 *pResidualProperty = bCavlc ? CHROMA_AC : CHROMA_AC_U; in GetMbResProperty()
140 *pResidualProperty = bCavlc ? CHROMA_AC : CHROMA_AC_V; in GetMbResProperty()
148 *pResidualProperty = bCavlc ? CHROMA_DC : CHROMA_DC_U; in GetMbResProperty()
152 *pResidualProperty = bCavlc ? CHROMA_DC : CHROMA_DC_V; in GetMbResProperty()
166 *pResidualProperty = bCavlc ? CHROMA_DC : CHROMA_DC_U; in GetMbResProperty()
170 *pResidualProperty = bCavlc ? CHROMA_DC : CHROMA_DC_V; in GetMbResProperty()
174 *pResidualProperty = bCavlc ? CHROMA_AC : CHROMA_AC_U; in GetMbResProperty()
178 *pResidualProperty = bCavlc ? CHROMA_AC : CHROMA_AC_V; in GetMbResProperty()