| Index: source/libvpx/vp9/encoder/vp9_encodemv.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_encodemv.h (revision 254565)
|
| +++ source/libvpx/vp9/encoder/vp9_encodemv.h (working copy)
|
| @@ -25,14 +25,11 @@
|
| void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref,
|
| const nmv_context* mvctx, int usehp);
|
|
|
| -void vp9_build_nmv_cost_table(int *mvjoint,
|
| - int *mvcost[2],
|
| - const nmv_context* const mvctx,
|
| - int usehp,
|
| - int mvc_flag_v,
|
| - int mvc_flag_h);
|
| +void vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2],
|
| + const nmv_context* mvctx, int usehp);
|
|
|
| -void vp9_update_mv_count(VP9_COMP *cpi, MACROBLOCK *x, int_mv best_ref_mv[2]);
|
| +void vp9_update_mv_count(VP9_COMMON *cm, const MACROBLOCKD *xd,
|
| + const MV best_ref_mv[2]);
|
|
|
| #ifdef __cplusplus
|
| } // extern "C"
|
|
|