Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cavlc.cpp871 …const uint16_t* kpDequantCoeff = pCtx->bUseScalingList ? pCtx->pDequant_coeff4x4[iMbResProperty][u… in WelsResidualBlockCavlc()
946 if (!pCtx->bUseScalingList) { in WelsResidualBlockCavlc()
968 if (!pCtx->bUseScalingList) { in WelsResidualBlockCavlc()
990 …const uint16_t* kpDequantCoeff = pCtx->bUseScalingList ? pCtx->pDequant_coeff8x8[iMbResProperty - … in WelsResidualBlockCavlc8x8()
Dparse_mb_syn_cabac.cpp1408 …const uint16_t* pDeQuantMul = (pCtx->bUseScalingList) ? pCtx->pDequant_coeff8x8[iMbResProperty - 6… in ParseResidualBlockCabac8x8()
1450 …const uint16_t* pDeQuantMul = (pCtx->bUseScalingList) ? pCtx->pDequant_coeff4x4[iMbResProperty][ui… in ParseResidualBlockCabac()
1479 if (!pCtx->bUseScalingList) { in ParseResidualBlockCabac()
1491 if (!pCtx->bUseScalingList) { in ParseResidualBlockCabac()
Ddecoder.cpp352 pCtx->bUseScalingList = false; in WelsDecoderDefaults()
Ddecode_slice.cpp247 …const int32_t kiQMul = pCtx->bUseScalingList ? pCtx->pDequant_coeff4x4[0][iQp][0] : (g_kuiDequantC… in WelsLumaDcDequantIdct()
1488 pCtx->bUseScalingList = true; in WelsCalcDeqCoeffScalingList()
1511 pCtx->bUseScalingList = false; in WelsCalcDeqCoeffScalingList()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h509 bool bUseScalingList; member