Searched refs:pMb (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_encode_slice.h | 50 void WelsCountMbType (int32_t (*iMbCount)[18], const EWelsSliceType eSt, const SMB* pMb); 53 void UpdateMbNeighbor(SDqLayer* pCurDq, SMB* pMb, const int32_t kiMbWidth, uint16_t uiSliceIdc); 55 void UpdateNonZeroCountCache (SMB* pMb, SMbCache* pMbCache); 58 …utputPMbWithoutConstructCsRsNoCopy (sWelsEncCtx* pEncCtx, SDqLayer* pDq, SSlice* pSlice, SMB* pMb);
|
/third_party/openh264/codec/encoder/core/src/ |
D | svc_encode_slice.cpp | 57 void UpdateNonZeroCountCache (SMB* pMb, SMbCache* pMbCache) { in UpdateNonZeroCountCache() argument 58 ST32 (&pMbCache->iNonZeroCoeffCount[9], LD32 (&pMb->pNonZeroCount[ 0])); in UpdateNonZeroCountCache() 59 ST32 (&pMbCache->iNonZeroCoeffCount[17], LD32 (&pMb->pNonZeroCount[ 4])); in UpdateNonZeroCountCache() 60 ST32 (&pMbCache->iNonZeroCoeffCount[25], LD32 (&pMb->pNonZeroCount[ 8])); in UpdateNonZeroCountCache() 61 ST32 (&pMbCache->iNonZeroCoeffCount[33], LD32 (&pMb->pNonZeroCount[12])); in UpdateNonZeroCountCache() 63 ST16 (&pMbCache->iNonZeroCoeffCount[14], LD16 (&pMb->pNonZeroCount[16])); in UpdateNonZeroCountCache() 64 ST16 (&pMbCache->iNonZeroCoeffCount[38], LD16 (&pMb->pNonZeroCount[18])); in UpdateNonZeroCountCache() 65 ST16 (&pMbCache->iNonZeroCoeffCount[22], LD16 (&pMb->pNonZeroCount[20])); in UpdateNonZeroCountCache() 66 ST16 (&pMbCache->iNonZeroCoeffCount[46], LD16 (&pMb->pNonZeroCount[22])); in UpdateNonZeroCountCache() 138 void UpdateMbNeighbor (SDqLayer* pCurDq, SMB* pMb, const int32_t kiMbWidth, uint16_t uiSliceIdc) { in UpdateMbNeighbor() argument [all …]
|
D | encoder_ext.cpp | 2399 SMB* pMb = &pMbList[iIdx]; in DynslcUpdateMbNeighbourInfoListForAllSlices() local 2400 UpdateMbNeighbor (pCurDq, pMb, kiMbWidth, WelsMbToSliceIdc (pCurDq, pMb->iMbXY)); in DynslcUpdateMbNeighbourInfoListForAllSlices()
|