Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h505 uint16_t (*pDequant_coeff4x4[6])[16];// 4x4 sclaing list value pointer member
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp247 …const int32_t kiQMul = pCtx->bUseScalingList ? pCtx->pDequant_coeff4x4[0][iQp][0] : (g_kuiDequantC… in WelsLumaDcDequantIdct()
1494 pCtx->pDequant_coeff4x4[i] = pCtx->pDequant_coeff_buffer4x4[i]; in WelsCalcDeqCoeffScalingList()
1498 …pCtx->pDequant_coeff4x4[i][q][x] = pCtx->pPps->bPicScalingMatrixPresentFlag ? pCtx->pPps->iScaling… in WelsCalcDeqCoeffScalingList()
Dparse_mb_syn_cavlc.cpp871 …const uint16_t* kpDequantCoeff = pCtx->bUseScalingList ? pCtx->pDequant_coeff4x4[iMbResProperty][u… in WelsResidualBlockCavlc()
Dparse_mb_syn_cabac.cpp1450 …const uint16_t* pDeQuantMul = (pCtx->bUseScalingList) ? pCtx->pDequant_coeff4x4[iMbResProperty][ui… in ParseResidualBlockCabac()