Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.c217 int *best_motion_err) { in first_pass_motion_search() argument
246 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
247 *best_motion_err = tmp_err; in first_pass_motion_search()
269 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
270 *best_motion_err = tmp_err; in first_pass_motion_search()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c381 int *best_motion_err, int recon_yoffset) { in zz_motion_search() argument
403 (unsigned int *)(best_motion_err)); in zz_motion_search()
409 int *best_motion_err, int recon_yoffset) { in first_pass_motion_search() argument
440 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
441 *best_motion_err = tmp_err; in first_pass_motion_search()
463 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
464 *best_motion_err = tmp_err; in first_pass_motion_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c393 int *best_motion_err) { in first_pass_motion_search() argument
424 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
425 *best_motion_err = tmp_err; in first_pass_motion_search()
447 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
448 *best_motion_err = tmp_err; in first_pass_motion_search()