Searched refs:iUV (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_encode_mb.cpp | 246 …cRecUV (SWelsFuncPtrList* pFuncList, SMB* pCurMb, SMbCache* pMbCache, int16_t* pRes, int32_t iUV) { in WelsEncRecUV() argument 258 uint8_t uiNoneZeroCountOffset = (iUV - 1) << 1; //UV==1 or 2 in WelsEncRecUV() 259 …uint8_t uiSubMbIdx = 16 + ((iUV - 1) << 2); //uiSubMbIdx == 16 … in WelsEncRecUV() 260 …int16_t* iChromaDc = pMbCache->pDct->iChromaDc[iUV - 1], *pBlock = pMbCache->pDct->iChromaBlock[ (… in WelsEncRecUV() 355 bool WelsTryPUVskip (sWelsEncCtx* pEncCtx, SMB* pCurMb, SMbCache* pMbCache, int32_t iUV) { in WelsTryPUVskip() argument 356 …int16_t* pRes = ((iUV == 1) ? & (pMbCache->pCoeffLevel[256]) : & (pMbCache->pCoeffLevel[256 + 64])… in WelsTryPUVskip() 369 int16_t* pBlock = pMbCache->pDct->iChromaBlock[ (iUV - 1) << 2]; in WelsTryPUVskip()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_encode_mb.h | 56 … WelsEncRecUV (SWelsFuncPtrList* func, SMB* pCurMb, SMbCache* pMbCache, int16_t* pRs, int32_t iUV); 60 bool WelsTryPUVskip (sWelsEncCtx* pEncCtx, SMB* pCurMb, SMbCache* pMbCache, int32_t iUV);
|