Searched refs:raw_motion_error (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 542 int tmp_err, motion_error, raw_motion_error; in av1_first_pass() local 564 raw_motion_error = highbd_get_prediction_error( in av1_first_pass() 567 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src, in av1_first_pass() 572 if (raw_motion_error > 25) { in av1_first_pass() 706 raw_motion_err_list[raw_motion_err_counts++] = raw_motion_error; in av1_first_pass()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1039 int tmp_err, motion_error, this_motion_error, raw_motion_error; in vp9_first_pass_encode_tile_mb_row() local 1071 raw_motion_error = highbd_get_prediction_error( in vp9_first_pass_encode_tile_mb_row() 1074 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row() 1078 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row() 1082 if (raw_motion_error > NZ_MOTION_PENALTY) { in vp9_first_pass_encode_tile_mb_row()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 603 int raw_motion_error = INT_MAX; in vp8_first_pass() local 607 &raw_motion_error, lst_yv12, &motion_error, in vp8_first_pass() 612 if (raw_motion_error < cpi->oxcf.encode_breakout) { in vp8_first_pass()
|