Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsample.cpp158 int32_t iBestMode = -1; in WelsSampleSatdIntra4x4Combined3_c() local
165 iBestMode = 2; in WelsSampleSatdIntra4x4Combined3_c()
172 iBestMode = 1; in WelsSampleSatdIntra4x4Combined3_c()
178 iBestMode = 0; in WelsSampleSatdIntra4x4Combined3_c()
182 memcpy (pDst, uiLocalBuffer[iBestMode], 16 * sizeof (uint8_t)); // confirmed_safe_unsafe_usage in WelsSampleSatdIntra4x4Combined3_c()
183 *pBestMode = iBestMode; in WelsSampleSatdIntra4x4Combined3_c()
193 int32_t iBestMode = -1; in WelsSampleSatdIntra8x8Combined3_c() local
202 iBestMode = 2; in WelsSampleSatdIntra8x8Combined3_c()
211 iBestMode = 1; in WelsSampleSatdIntra8x8Combined3_c()
219 iBestMode = 0; in WelsSampleSatdIntra8x8Combined3_c()
[all …]
Dsvc_base_layer_md.cpp249 int8_t iBestMode; in PredIntra4x4Mode() local
252 iBestMode = 2; in PredIntra4x4Mode()
254 iBestMode = WELS_MIN (iLeftMode, iTopMode); in PredIntra4x4Mode()
256 return iBestMode; in PredIntra4x4Mode()
375 int32_t i, iCurCost, iCurMode, iBestMode, iBestCost = INT_MAX; in WelsMdI16x16() local
381 …unc->sSampleDealingFuncs.pfIntra16x16Combined3 (pDec, iLineSizeDec, pEnc, iLineSizeEnc, &iBestMode, in WelsMdI16x16()
387 iBestMode = iCurMode; in WelsMdI16x16()
390 pFunc->pfGetLumaI16x16Pred[iBestMode] (pDst, pDec, iLineSizeDec); in WelsMdI16x16()
395 iBestMode = kpAvailMode[0]; in WelsMdI16x16()
405 iBestMode = iCurMode; in WelsMdI16x16()
[all …]
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp470 int8_t iBestMode; in ParseIntra4x4Mode() local
473 iBestMode = kiPredMode; in ParseIntra4x4Mode()
475 iBestMode = iPrevIntra4x4PredMode + (iPrevIntra4x4PredMode >= kiPredMode); in ParseIntra4x4Mode()
478 iBestMode = kiPredMode; in ParseIntra4x4Mode()
481 iBestMode = uiCode + ((int32_t) uiCode >= kiPredMode); in ParseIntra4x4Mode()
485 iFinalMode = CheckIntraNxNPredMode (&iSampleAvail[0], &iBestMode, i, false); in ParseIntra4x4Mode()
492 pIntraPredMode[g_kuiScan8[i]] = iBestMode; in ParseIntra4x4Mode()
553 int8_t iBestMode; in ParseIntra8x8Mode() local
556 iBestMode = kiPredMode; in ParseIntra8x8Mode()
558 iBestMode = iPrevIntra4x4PredMode + (iPrevIntra4x4PredMode >= kiPredMode); in ParseIntra8x8Mode()
[all …]
Dparse_mb_syn_cavlc.cpp547 int8_t iBestMode; in PredIntra4x4Mode() local
550 iBestMode = 2; in PredIntra4x4Mode()
552 iBestMode = WELS_MIN (iLeftMode, iTopMode); in PredIntra4x4Mode()
554 return iBestMode; in PredIntra4x4Mode()