Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c667 int gf_motion_error; in vp9_first_pass() local
670 gf_motion_error = zz_motion_search(x); in vp9_first_pass()
673 &gf_motion_error); in vp9_first_pass()
676 gf_motion_error = (int)(gf_motion_error * error_weight); in vp9_first_pass()
679 if (gf_motion_error < motion_error && gf_motion_error < this_error) in vp9_first_pass()
691 if (gf_motion_error < this_error) in vp9_first_pass()
692 sr_coded_error += gf_motion_error; in vp9_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c601 int gf_motion_error = INT_MAX; in vp8_first_pass() local
683 …first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12, &gf_motion_error, recon_yoffset); in vp8_first_pass()
685 if ((gf_motion_error < motion_error) && (gf_motion_error < this_error)) in vp8_first_pass()