Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.c224 const int new_mv_mode_penalty = NEW_MV_MODE_PENALTY; in first_pass_motion_search() local
244 if (tmp_err < INT_MAX - new_mv_mode_penalty) tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
266 if (tmp_err < INT_MAX - new_mv_mode_penalty) in first_pass_motion_search()
267 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c423 int new_mv_mode_penalty = 256; in first_pass_motion_search() local
438 if (tmp_err < INT_MAX - new_mv_mode_penalty) tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
459 if (tmp_err < INT_MAX - new_mv_mode_penalty) { in first_pass_motion_search()
460 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c400 const int new_mv_mode_penalty = NEW_MV_MODE_PENALTY; in first_pass_motion_search() local
422 if (tmp_err < INT_MAX - new_mv_mode_penalty) tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
444 if (tmp_err < INT_MAX - new_mv_mode_penalty) in first_pass_motion_search()
445 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()