HomeSort by relevance Sort by last modified time
    Searched refs:raw_motion_error (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/av1/encoder/
firstpass.c 542 int tmp_err, motion_error, raw_motion_error; local
564 raw_motion_error = highbd_get_prediction_error(
567 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src,
572 if (raw_motion_error > 25) {
706 raw_motion_err_list[raw_motion_err_counts++] = raw_motion_error;
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 1039 int tmp_err, motion_error, this_motion_error, raw_motion_error; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 603 int raw_motion_error = INT_MAX; local
607 &raw_motion_error, lst_yv12, &motion_error,
612 if (raw_motion_error < cpi->oxcf.encode_breakout) {
    [all...]

Completed in 52 milliseconds