Searched refs:pPredI4x4 (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_encode_mb.cpp | 146 uint8_t* pPredI4x4; in WelsEncRecI4x4Y() local 171 pPredI4x4 = pPred + pStrideDecBlockOffset[uiI4x4Idx]; in WelsEncRecI4x4Y() 175 pFuncList->pfIDctT4 (pPredI4x4, iRecStride, pBestPred, 4, pResI4x4); in WelsEncRecI4x4Y() 177 pFuncList->pfCopy4x4 (pPredI4x4, iRecStride, pBestPred, 4); in WelsEncRecI4x4Y()
|
/third_party/openh264/codec/decoder/core/src/ |
D | rec_mb.cpp | 145 uint8_t* pPredI4x4 = pPred + pBlockOffset[i]; in RecI4x4Luma() local 148 pGetI4x4LumaPredFunc[uiMode] (pPredI4x4, iLumaStride); in RecI4x4Luma() 152 pIdctResAddPredFunc (pPredI4x4, iLumaStride, pRSI4x4); in RecI4x4Luma()
|