Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c378 int *best_motion_err, int recon_yoffset) { in zz_motion_search() argument
399 (unsigned int *)(best_motion_err)); in zz_motion_search()
405 int *best_motion_err, int recon_yoffset) { in first_pass_motion_search() argument
436 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
437 *best_motion_err = tmp_err; in first_pass_motion_search()
459 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
460 *best_motion_err = tmp_err; in first_pass_motion_search()
/external/libaom/libaom/av1/encoder/
Dfirstpass.c217 int *best_motion_err) { in first_pass_motion_search() argument
243 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
244 *best_motion_err = tmp_err; in first_pass_motion_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c394 int *best_motion_err) { in first_pass_motion_search() argument
425 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
426 *best_motion_err = tmp_err; in first_pass_motion_search()
448 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
449 *best_motion_err = tmp_err; in first_pass_motion_search()