Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c630 int tmp_err, motion_error; in vp9_first_pass() local
634 motion_error = zz_motion_search(x); in vp9_first_pass()
641 &motion_error); in vp9_first_pass()
644 motion_error = (int)(motion_error * error_weight); in vp9_first_pass()
658 if (tmp_err < motion_error) { in vp9_first_pass()
659 motion_error = tmp_err; in vp9_first_pass()
679 if (gf_motion_error < motion_error && gf_motion_error < this_error) in vp9_first_pass()
696 sr_coded_error += motion_error; in vp9_first_pass()
701 if (motion_error <= this_error) { in vp9_first_pass()
705 if (((this_error - intrapenalty) * 9 <= motion_error * 10) && in vp9_first_pass()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c641 int motion_error = INT_MAX; in vp8_first_pass() local
646 &raw_motion_error, lst_yv12, &motion_error, in vp8_first_pass()
659 &motion_error, recon_yoffset); in vp8_first_pass()
670 if ( tmp_err < motion_error ) in vp8_first_pass()
672 motion_error = tmp_err; in vp8_first_pass()
685 if ((gf_motion_error < motion_error) && (gf_motion_error < this_error)) in vp8_first_pass()
700 if (motion_error <= this_error) in vp8_first_pass()
708 (motion_error*10)) && in vp8_first_pass()
716 this_error = motion_error; in vp8_first_pass()