Searched refs:iMbNb (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | deblocking.cpp | 1140 int32_t iMbNb; in WelsDeblockingMb() local 1156 iMbNb = iMbXyIndex - 1; in WelsDeblockingMb() 1157 …Type = pCurDqLayer->pDec != NULL ? pCurDqLayer->pDec->pMbType[iMbNb] : pCurDqLayer->pMbType[iMbNb]; in WelsDeblockingMb() 1161 pFilter, pCurDqLayer, 0, iMbNb, iMbXyIndex); in WelsDeblockingMb() 1164 pFilter, pCurDqLayer, 0, iMbNb, iMbXyIndex); in WelsDeblockingMb() 1170 iMbNb = iMbXyIndex - pCurDqLayer->iMbWidth; in WelsDeblockingMb() 1171 …Type = pCurDqLayer->pDec != NULL ? pCurDqLayer->pDec->pMbType[iMbNb] : pCurDqLayer->pMbType[iMbNb]; in WelsDeblockingMb() 1175 pFilter, pCurDqLayer, 1, iMbNb, iMbXyIndex); in WelsDeblockingMb() 1178 pFilter, pCurDqLayer, 1, iMbNb, iMbXyIndex); in WelsDeblockingMb()
|