Searched refs:GetMbResProperty (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | wels_common_basis.h | 132 static inline void GetMbResProperty (int32_t* pMBproperty, int32_t* pResidualProperty, bool bCavlc)… in GetMbResProperty() function
|
/third_party/openh264/codec/decoder/core/src/ |
D | parse_mb_syn_cavlc.cpp | 870 GetMbResProperty (&iMbResProperty, &iResidualProperty, 1); in WelsResidualBlockCavlc() 988 GetMbResProperty (&iMbResProperty, &iResidualProperty, 1); in WelsResidualBlockCavlc8x8()
|
D | parse_mb_syn_cabac.cpp | 1407 GetMbResProperty (&iMbResProperty, &iResProperty, false); in ParseResidualBlockCabac8x8() 1449 GetMbResProperty (&iMbResProperty, &iResProperty, false); in ParseResidualBlockCabac()
|