Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp459 uint32_t uiBestCost = pMe->uiSadCost; in VerticalFullSearchUsingSSE41() local
468 if (uiCostMin < uiBestCost) { in VerticalFullSearchUsingSSE41()
469 uiBestCost = uiCostMin; in VerticalFullSearchUsingSSE41()
483 if (uiSadCost < uiBestCost) { in VerticalFullSearchUsingSSE41()
484 uiBestCost = uiSadCost; in VerticalFullSearchUsingSSE41()
492 if (uiBestCost < pMe->uiSadCost) { in VerticalFullSearchUsingSSE41()
496 UpdateMeResults (sBestMv, uiBestCost, &pMe->pColoRefMb[sBestMv.iMvY * kiRefStride], pMe); in VerticalFullSearchUsingSSE41()
523 uint32_t uiBestCost = pMe->uiSadCost; in HorizontalFullSearchUsingSSE41() local
530 if (uiCostMin < uiBestCost) { in HorizontalFullSearchUsingSSE41()
531 uiBestCost = uiCostMin; in HorizontalFullSearchUsingSSE41()
[all …]