Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.c600 const int raw_motion_error = get_prediction_error_bitdepth( in firstpass_inter_prediction() local
603 raw_motion_err_list[raw_motion_err_counts] = raw_motion_error; in firstpass_inter_prediction()
606 if (raw_motion_error > LOW_MOTION_ERROR_THRESH) { in firstpass_inter_prediction()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1041 int tmp_err, motion_error, this_motion_error, raw_motion_error; in vp9_first_pass_encode_tile_mb_row() local
1073 raw_motion_error = highbd_get_prediction_error( in vp9_first_pass_encode_tile_mb_row()
1076 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row()
1080 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row()
1084 if (raw_motion_error > NZ_MOTION_PENALTY) { in vp9_first_pass_encode_tile_mb_row()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c599 int raw_motion_error = INT_MAX; in vp8_first_pass() local
602 zz_motion_search(x, cpi->last_frame_unscaled_source, &raw_motion_error, in vp8_first_pass()
607 if (raw_motion_error < cpi->oxcf.encode_breakout) { in vp8_first_pass()