Searched refs:motion_error (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1069 int tmp_err, motion_error, raw_motion_error; in vp9_first_pass_encode_tile_mb_row() local 1077 motion_error = highbd_get_prediction_error( in vp9_first_pass_encode_tile_mb_row() 1080 motion_error = in vp9_first_pass_encode_tile_mb_row() 1084 motion_error = in vp9_first_pass_encode_tile_mb_row() 1111 first_pass_motion_search(cpi, x, best_ref_mv, &mv, &motion_error); in vp9_first_pass_encode_tile_mb_row() 1119 if (tmp_err < motion_error) { in vp9_first_pass_encode_tile_mb_row() 1120 motion_error = tmp_err; in vp9_first_pass_encode_tile_mb_row() 1148 if (gf_motion_error < motion_error && gf_motion_error < this_error) in vp9_first_pass_encode_tile_mb_row() 1165 fp_acc_data->sr_coded_error += motion_error; in vp9_first_pass_encode_tile_mb_row() 1168 fp_acc_data->sr_coded_error += motion_error; in vp9_first_pass_encode_tile_mb_row() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 602 int motion_error = INT_MAX; in vp8_first_pass() local 607 &raw_motion_error, lst_yv12, &motion_error, in vp8_first_pass() 620 lst_yv12, &motion_error, recon_yoffset); in vp8_first_pass() 630 if (tmp_err < motion_error) { in vp8_first_pass() 631 motion_error = tmp_err; in vp8_first_pass() 644 if ((gf_motion_error < motion_error) && in vp8_first_pass() 659 if (motion_error <= this_error) { in vp8_first_pass() 665 if ((((this_error - intrapenalty) * 9) <= (motion_error * 10)) && in vp8_first_pass() 672 this_error = motion_error; in vp8_first_pass()
|