Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dmd.cpp70 int8_t* pLeftMbIntra4x4PredMode = pCurMb->pIntra4x4PredMode - INTRA_4x4_MODE_NUM; in FillNeighborCacheIntra() local
71 pMbCache->iIntraPredMode[8] = pLeftMbIntra4x4PredMode[4]; in FillNeighborCacheIntra()
72 pMbCache->iIntraPredMode[16] = pLeftMbIntra4x4PredMode[5]; in FillNeighborCacheIntra()
73 pMbCache->iIntraPredMode[24] = pLeftMbIntra4x4PredMode[6]; in FillNeighborCacheIntra()
74 pMbCache->iIntraPredMode[32] = pLeftMbIntra4x4PredMode[3]; in FillNeighborCacheIntra()