Searched refs:get_prediction_error (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 331 static unsigned int get_prediction_error(BLOCK_SIZE bsize, in get_prediction_error() function 1056 get_prediction_error(bsize, &x->plane[0].src, &xd->plane[0].pre[0]); in vp9_first_pass_encode_tile_mb_row() 1061 get_prediction_error(bsize, &x->plane[0].src, &xd->plane[0].pre[0]); 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() 1123 gf_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row() 1127 gf_motion_error = get_prediction_error(bsize, &x->plane[0].src, in vp9_first_pass_encode_tile_mb_row()
|
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 153 static unsigned int get_prediction_error(BLOCK_SIZE bsize, in get_prediction_error() function 481 return get_prediction_error(block_size, src, ref); in get_prediction_error_bitdepth()
|
/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()
|