Searched refs:kiDy (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_motion_estimate.cpp | 293 const int32_t kiDy, int32_t* pIx, int32_t* pIy) { in WelsMeSadCostSelect() argument 296 iTempSadCost[0] = iSadCost[0] + COST_MVD (kpMvdCost, kiDx, kiDy - 4); in WelsMeSadCostSelect() 297 iTempSadCost[1] = iSadCost[1] + COST_MVD (kpMvdCost, kiDx, kiDy + 4); in WelsMeSadCostSelect() 298 iTempSadCost[2] = iSadCost[2] + COST_MVD (kpMvdCost, kiDx - 4, kiDy); in WelsMeSadCostSelect() 299 iTempSadCost[3] = iSadCost[3] + COST_MVD (kpMvdCost, kiDx + 4, kiDy); in WelsMeSadCostSelect()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_motion_estimate.h | 189 const int32_t kiDy, int32_t* pIx, int32_t* pIy);
|