Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp803 int32_t iMbResProperty; in WelsDecodeMbCabacISliceBaseMode0() local
809 iMbResProperty = i ? CHROMA_DC_V : CHROMA_DC_U; in WelsDecodeMbCabacISliceBaseMode0()
811iMbResProperty, pCurDqLayer->pScaledTCoeff[iMbXy] + 256 + (i << 6), pCurDqLayer->pChromaQp[iMbXy][… in WelsDecodeMbCabacISliceBaseMode0()
818 iMbResProperty = i ? CHROMA_AC_V : CHROMA_AC_U; in WelsDecodeMbCabacISliceBaseMode0()
822 …d - WELS_MAX (iScanIdxStart, 1) + 1, g_kuiZigzagScan + WELS_MAX (iScanIdxStart, 1), iMbResProperty, in WelsDecodeMbCabacISliceBaseMode0()
867 int32_t iMbResProperty; in WelsDecodeMbCabacPSliceBaseMode0() local
1019iMbResProperty = (IS_INTRA (pCurDqLayer->pDec->pMbType[iMbXy])) ? LUMA_DC_AC_INTRA : LUMA_DC_AC_IN… in WelsDecodeMbCabacPSliceBaseMode0()
1026 … g_kuiZigzagScan + iScanIdxStart, iMbResProperty, pCurDqLayer->pScaledTCoeff[iMbXy] + (iIdx << 4), in WelsDecodeMbCabacPSliceBaseMode0()
1048 iMbResProperty = i ? CHROMA_DC_V : CHROMA_DC_U; in WelsDecodeMbCabacPSliceBaseMode0()
1050 iMbResProperty = i ? CHROMA_DC_V_INTER : CHROMA_DC_U_INTER; in WelsDecodeMbCabacPSliceBaseMode0()
[all …]
Dparse_mb_syn_cavlc.cpp869 int32_t iMbResProperty = 0; in WelsResidualBlockCavlc() local
870 GetMbResProperty (&iMbResProperty, &iResidualProperty, 1); in WelsResidualBlockCavlc()
871 …const uint16_t* kpDequantCoeff = pCtx->bUseScalingList ? pCtx->pDequant_coeff4x4[iMbResProperty][u… in WelsResidualBlockCavlc()
987 int32_t iMbResProperty = 0; in WelsResidualBlockCavlc8x8() local
988 GetMbResProperty (&iMbResProperty, &iResidualProperty, 1); in WelsResidualBlockCavlc8x8()
990 …const uint16_t* kpDequantCoeff = pCtx->bUseScalingList ? pCtx->pDequant_coeff8x8[iMbResProperty - … in WelsResidualBlockCavlc8x8()
Dparse_mb_syn_cabac.cpp1406 int32_t iMbResProperty = 0; in ParseResidualBlockCabac8x8() local
1407 GetMbResProperty (&iMbResProperty, &iResProperty, false); in ParseResidualBlockCabac8x8()
1408 …const uint16_t* pDeQuantMul = (pCtx->bUseScalingList) ? pCtx->pDequant_coeff8x8[iMbResProperty - 6… in ParseResidualBlockCabac8x8()
1448 int32_t iMbResProperty = 0; in ParseResidualBlockCabac() local
1449 GetMbResProperty (&iMbResProperty, &iResProperty, false); in ParseResidualBlockCabac()
1450 …const uint16_t* pDeQuantMul = (pCtx->bUseScalingList) ? pCtx->pDequant_coeff4x4[iMbResProperty][ui… in ParseResidualBlockCabac()