| Index: source/libvpx/vp9/common/vp9_reconinter.h
|
| diff --git a/source/libvpx/vp9/common/vp9_reconinter.h b/source/libvpx/vp9/common/vp9_reconinter.h
|
| index 9bc62900a7088d4b4f5933993b9c00bd268ec057..7d907748e6247ab3e87db6dfe2fd82009380350f 100644
|
| --- a/source/libvpx/vp9/common/vp9_reconinter.h
|
| +++ b/source/libvpx/vp9/common/vp9_reconinter.h
|
| @@ -50,11 +50,6 @@ MV average_split_mvs(const struct macroblockd_plane *pd, const MODE_INFO *mi,
|
| MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv,
|
| int bw, int bh, int ss_x, int ss_y);
|
|
|
| -void build_inter_predictors(MACROBLOCKD *xd, int plane, int block,
|
| - int bw, int bh,
|
| - int x, int y, int w, int h,
|
| - int mi_x, int mi_y);
|
| -
|
| void vp9_build_inter_predictors_sby(MACROBLOCKD *xd, int mi_row, int mi_col,
|
| BLOCK_SIZE bsize);
|
|
|
|
|