Searched refs:pResI4x4 (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_encode_mb.cpp | 145 int16_t* pResI4x4 = pMbCache->pCoeffLevel; in WelsEncRecI4x4Y() local 164 …pFuncList->pfDctT4 (pResI4x4, & (pEncMb[pStrideEncBlockOffset[uiI4x4Idx]]), iEncStride, pBestPred,… in WelsEncRecI4x4Y() 165 pFuncList->pfQuantization4x4 (pResI4x4, pFF, pMF); in WelsEncRecI4x4Y() 166 pFuncList->pfScan4x4 (pBlock, pResI4x4); in WelsEncRecI4x4Y() 174 pFuncList->pfDequantization4x4 (pResI4x4, g_kuiDequantCoeff[uiQp]); in WelsEncRecI4x4Y() 175 pFuncList->pfIDctT4 (pPredI4x4, iRecStride, pBestPred, 4, pResI4x4); in WelsEncRecI4x4Y()
|