Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h287 static const SPartMbInfo g_ksInterBSubMbTypeInfo[] = { variable
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp599 pSubPartCount[i] = g_ksInterBSubMbTypeInfo[0].iPartCount; in PredMvBDirectSpatial()
600 pPartW[i] = g_ksInterBSubMbTypeInfo[0].iPartWidth; in PredMvBDirectSpatial()
691 pSubPartCount[i] = g_ksInterBSubMbTypeInfo[0].iPartCount; in PredBDirectTemporal()
692 pPartW[i] = g_ksInterBSubMbTypeInfo[0].iPartWidth; in PredBDirectTemporal()
Dparse_mb_syn_cavlc.cpp1558 pSubPartCount[i] = g_ksInterBSubMbTypeInfo[uiSubMbType].iPartCount; in ParseInterBInfo()
1559 pPartW[i] = g_ksInterBSubMbTypeInfo[uiSubMbType].iPartWidth; in ParseInterBInfo()
1565 if (IS_DIRECT (g_ksInterBSubMbTypeInfo[uiSubMbType].iType)) { in ParseInterBInfo()
1588 pCurDqLayer->pSubMbType[iMbXy][i] = g_ksInterBSubMbTypeInfo[uiSubMbType].iType; in ParseInterBInfo()
Dparse_mb_syn_cabac.cpp910 pSubPartCount[i] = g_ksInterBSubMbTypeInfo[uiSubMbType].iPartCount; in ParseInterBMotionInfoCabac()
911 pPartW[i] = g_ksInterBSubMbTypeInfo[uiSubMbType].iPartWidth; in ParseInterBMotionInfoCabac()
917 if (IS_DIRECT (g_ksInterBSubMbTypeInfo[uiSubMbType].iType)) { in ParseInterBMotionInfoCabac()
940 pCurDqLayer->pSubMbType[iMbXy][i] = g_ksInterBSubMbTypeInfo[uiSubMbType].iType; in ParseInterBMotionInfoCabac()