Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h506 …uint16_t (*pDequant_coeff8x8[6])[64];//64 residual coeff ,with 6 kinds of residual type, 52 qp lev… member
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp1495 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()
Dparse_mb_syn_cabac.cpp1408 …const uint16_t* pDeQuantMul = (pCtx->bUseScalingList) ? pCtx->pDequant_coeff8x8[iMbResProperty - 6… in ParseResidualBlockCabac8x8()
Dparse_mb_syn_cavlc.cpp990 …const uint16_t* kpDequantCoeff = pCtx->bUseScalingList ? pCtx->pDequant_coeff8x8[iMbResProperty - … in WelsResidualBlockCavlc8x8()