Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.c592 int gf_motion_error; in av1_first_pass() local
596 gf_motion_error = highbd_get_prediction_error( in av1_first_pass()
599 gf_motion_error = get_prediction_error(bsize, &x->plane[0].src, in av1_first_pass()
604 &gf_motion_error); in av1_first_pass()
606 if (gf_motion_error < motion_error && gf_motion_error < this_error) in av1_first_pass()
618 if (gf_motion_error < this_error) in av1_first_pass()
619 sr_coded_error += gf_motion_error; in av1_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1113 int gf_motion_error; in vp9_first_pass_encode_tile_mb_row() local
1118 gf_motion_error = highbd_get_prediction_error( in vp9_first_pass_encode_tile_mb_row()
1121 gf_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row()
1125 gf_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row()
1129 first_pass_motion_search(cpi, x, &zero_mv, &tmp_mv, &gf_motion_error); in vp9_first_pass_encode_tile_mb_row()
1131 if (gf_motion_error < motion_error && gf_motion_error < this_error) in vp9_first_pass_encode_tile_mb_row()
1143 if (gf_motion_error < this_error) in vp9_first_pass_encode_tile_mb_row()
1144 fp_acc_data->sr_coded_error += gf_motion_error; in vp9_first_pass_encode_tile_mb_row()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c562 int gf_motion_error = INT_MAX; in vp8_first_pass() local
642 &gf_motion_error, recon_yoffset); in vp8_first_pass()
644 if ((gf_motion_error < motion_error) && in vp8_first_pass()
645 (gf_motion_error < this_error)) { in vp8_first_pass()