Searched refs:raw_motion_error (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | firstpass.c | 747 const int raw_motion_error = get_prediction_error_bitdepth( in firstpass_inter_prediction() local 750 raw_motion_err_list[raw_motion_err_counts] = raw_motion_error; in firstpass_inter_prediction() 753 if (raw_motion_error > fp_sf->skip_motion_search_threshold) { in firstpass_inter_prediction()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_firstpass.c | 1115 int tmp_err, motion_error, this_motion_error, raw_motion_error; in vp9_first_pass_encode_tile_mb_row() local 1154 raw_motion_error = highbd_get_prediction_error( in vp9_first_pass_encode_tile_mb_row() 1157 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row() 1161 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row() 1165 if (raw_motion_error > NZ_MOTION_PENALTY) { in vp9_first_pass_encode_tile_mb_row()
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | firstpass.c | 602 int raw_motion_error = INT_MAX; in vp8_first_pass() local 605 zz_motion_search(x, cpi->last_frame_unscaled_source, &raw_motion_error, in vp8_first_pass() 610 if (raw_motion_error < cpi->oxcf.encode_breakout) { in vp8_first_pass()
|