Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp353 int32_t iBlockWidth = iWidth >> 4; in GomComplexityAnalysisIntra() local
377 for (int32_t i = 0; i < iBlockWidth; i++) { in GomComplexityAnalysisIntra()
392 …if (i == iBlockWidth - 1 && ((j + 1) % m_ComplexityAnalysisParam.iMbRowInGom == 0 || j == iBlockHe… in GomComplexityAnalysisIntra()
409 int32_t iBlockWidth = iWidth >> 4; in GomComplexityAnalysisInter() local
441 for (int32_t i = 0; i < iBlockWidth; i++) { in GomComplexityAnalysisInter()
473 …if (i == iBlockWidth - 1 && ((j + 1) % m_ComplexityAnalysisParam.iMbRowInGom == 0 || j == iBlockHe… in GomComplexityAnalysisInter()
/third_party/openh264/test/decoder/
DDecUT_PredMv.cpp163 …AnchorPredMv (sAncMvPred.iMvArray, sAncMvPred.iRefIdxArray, iIndex, iBlockWidth, iRef, sAncMvPre…
164 …PredMv (sWelsMvPred.iMvArray, sWelsMvPred.iRefIdxArray, LIST_0, iIndex, iBlockWidth, iRef, sWelsMv…
174 int32_t i, iRef, iBlockWidth, iIndex; in TEST() local
180 iBlockWidth = 4; in TEST()
188 iBlockWidth = 4; in TEST()
197 iBlockWidth = 2; in TEST()
206 iBlockWidth = 2; in TEST()
215 iBlockWidth = 1; in TEST()
/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cavlc.cpp1276 int16_t iMv[2], iPartIdx, iBlockWidth = iPartWidth[i], iIdx = i << 2; in ParseInterInfo() local
1285 iPartIdx = iIdx + j * iBlockWidth; in ParseInterInfo()
1288 PredMv (iMvArray, iRefIdxArray, LIST_0, iPartIdx, iBlockWidth, iRefIdx[i], iMv); in ParseInterInfo()