Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c419 int new_mv_mode_penalty = 256; in first_pass_motion_search() local
434 if (tmp_err < INT_MAX - new_mv_mode_penalty) tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
455 if (tmp_err < INT_MAX - new_mv_mode_penalty) { in first_pass_motion_search()
456 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
/external/libaom/libaom/av1/encoder/
Dfirstpass.c223 const int new_mv_mode_penalty = NEW_MV_MODE_PENALTY; in first_pass_motion_search() local
240 new_mv_mode_penalty; in first_pass_motion_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c401 const int new_mv_mode_penalty = NEW_MV_MODE_PENALTY; in first_pass_motion_search() local
423 if (tmp_err < INT_MAX - new_mv_mode_penalty) tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
445 if (tmp_err < INT_MAX - new_mv_mode_penalty) in first_pass_motion_search()
446 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()