Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1069 int tmp_err, motion_error, raw_motion_error; in vp9_first_pass_encode_tile_mb_row() local
1096 raw_motion_error = highbd_get_prediction_error( in vp9_first_pass_encode_tile_mb_row()
1099 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row()
1103 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row()
1108 if (raw_motion_error > 25 || lc != NULL) { in vp9_first_pass_encode_tile_mb_row()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c603 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()