Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp97 int32_t iMbIndex = 0; in Process() local
103 iSumDiff = pVaaCalcResults->pSad8x8[iMbIndex][0]; in Process()
104 iSumDiff += pVaaCalcResults->pSad8x8[iMbIndex][1]; in Process()
105 iSumDiff += pVaaCalcResults->pSad8x8[iMbIndex][2]; in Process()
106 iSumDiff += pVaaCalcResults->pSad8x8[iMbIndex][3]; in Process()
108 iSQDiff = pVaaCalcResults->pSsd16x16[iMbIndex]; in Process()
109 uiSum = pVaaCalcResults->pSum16x16[iMbIndex]; in Process()
110 iSQSum = pVaaCalcResults->pSumOfSquare16x16[iMbIndex]; in Process()
121 ++iMbIndex; in Process()
/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp115 void CBackgroundDetection::GetOUParameters (SVAACalcResult* sVaaCalcInfo, int32_t iMbIndex, int32_t… in GetOUParameters() argument
129 iSubSAD[0] = pSad8x8[iMbIndex][0]; in GetOUParameters()
130 iSubSAD[1] = pSad8x8[iMbIndex][1]; in GetOUParameters()
131 iSubSAD[2] = pSad8x8[iMbIndex][2]; in GetOUParameters()
132 iSubSAD[3] = pSad8x8[iMbIndex][3]; in GetOUParameters()
134 iSubSD[0] = pSd8x8[iMbIndex][0]; in GetOUParameters()
135 iSubSD[1] = pSd8x8[iMbIndex][1]; in GetOUParameters()
136 iSubSD[2] = pSd8x8[iMbIndex][2]; in GetOUParameters()
137 iSubSD[3] = pSd8x8[iMbIndex][3]; in GetOUParameters()
139 iSubMAD[0] = pMad8x8[iMbIndex][0]; in GetOUParameters()
[all …]
DBackgroundDetection.h96 void GetOUParameters (SVAACalcResult* sVaaCalcInfo, int32_t iMbIndex, int32_t iMbWidth,