Searched refs:pDequant_coeff8x8 (Results 1 – 4 of 4) sorted by relevance
506 …uint16_t (*pDequant_coeff8x8[6])[64];//64 residual coeff ,with 6 kinds of residual type, 52 qp lev… member
1495 pCtx->pDequant_coeff8x8[i] = pCtx->pDequant_coeff_buffer8x8[i]; in WelsCalcDeqCoeffScalingList()1502 …pCtx->pDequant_coeff8x8[i][q][y] = pCtx->pPps->bPicScalingMatrixPresentFlag ? pCtx->pPps->iScaling… in WelsCalcDeqCoeffScalingList()
1408 …const uint16_t* pDeQuantMul = (pCtx->bUseScalingList) ? pCtx->pDequant_coeff8x8[iMbResProperty - 6… in ParseResidualBlockCabac8x8()
990 …const uint16_t* kpDequantCoeff = pCtx->bUseScalingList ? pCtx->pDequant_coeff8x8[iMbResProperty - … in WelsResidualBlockCavlc8x8()