Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h77 #define CHROMA_DC_V 8 macro
150 case CHROMA_DC_V: in GetMbResProperty()
152 *pResidualProperty = bCavlc ? CHROMA_DC : CHROMA_DC_V; in GetMbResProperty()
170 *pResidualProperty = bCavlc ? CHROMA_DC : CHROMA_DC_V; in GetMbResProperty()
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp809 iMbResProperty = i ? CHROMA_DC_V : CHROMA_DC_U; in WelsDecodeMbCabacISliceBaseMode0()
1048 iMbResProperty = i ? CHROMA_DC_V : CHROMA_DC_U; in WelsDecodeMbCabacPSliceBaseMode0()
1289 iMbResProperty = i ? CHROMA_DC_V : CHROMA_DC_U; in WelsDecodeMbCabacBSliceBaseMode0()
2032 iMbResProperty = i ? CHROMA_DC_V : CHROMA_DC_U; in WelsActualDecodeMbCavlcISlice()
2402 iMbResProperty = i ? CHROMA_DC_V : CHROMA_DC_U; in WelsActualDecodeMbCavlcPSlice()
2949 iMbResProperty = i ? CHROMA_DC_V : CHROMA_DC_U; in WelsActualDecodeMbCavlcBSlice()
Dparse_mb_syn_cabac.cpp1289 …if (iResProperty == I16_LUMA_DC || iResProperty == CHROMA_DC_U || iResProperty == CHROMA_DC_V) { /… in ParseCbfInfoCabac()
1471 } else if (iResProperty == CHROMA_DC_U || iResProperty == CHROMA_DC_V) { in ParseResidualBlockCabac()