Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c409 int * best_motion_err, int recon_yoffset) in zz_motion_search() argument
432 (unsigned int *)(best_motion_err)); in zz_motion_search()
438 int *best_motion_err, int recon_yoffset ) in first_pass_motion_search() argument
471 if (tmp_err < *best_motion_err) in first_pass_motion_search()
473 *best_motion_err = tmp_err; in first_pass_motion_search()
497 if (tmp_err < *best_motion_err) in first_pass_motion_search()
499 *best_motion_err = tmp_err; in first_pass_motion_search()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c392 int *best_motion_err) { in first_pass_motion_search() argument
426 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
427 *best_motion_err = tmp_err; in first_pass_motion_search()
452 if (tmp_err < *best_motion_err) { in first_pass_motion_search()
453 *best_motion_err = tmp_err; in first_pass_motion_search()