Searched refs:get_prediction_error (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 156 static unsigned int get_prediction_error(BLOCK_SIZE bsize, in get_prediction_error() function 552 motion_error = get_prediction_error(bsize, &x->plane[0].src, in av1_first_pass() 567 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src, in av1_first_pass() 599 gf_motion_error = get_prediction_error(bsize, &x->plane[0].src, in av1_first_pass()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 330 static unsigned int get_prediction_error(BLOCK_SIZE bsize, in get_prediction_error() function 1054 get_prediction_error(bsize, &x->plane[0].src, &xd->plane[0].pre[0]); in vp9_first_pass_encode_tile_mb_row() 1059 get_prediction_error(bsize, &x->plane[0].src, &xd->plane[0].pre[0]); 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() 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()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | pickinter.c | 165 static int get_prediction_error(BLOCK *be, BLOCKD *b) { in get_prediction_error() function 198 distortion = get_prediction_error(be, b); in pick_intra4x4block()
|