| Index: source/libvpx/vp9/encoder/vp9_encodemv.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_encodemv.h (revision 247498)
|
| +++ source/libvpx/vp9/encoder/vp9_encodemv.h (working copy)
|
| @@ -14,9 +14,13 @@
|
|
|
| #include "vp9/encoder/vp9_onyx_int.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| void vp9_entropy_mv_init();
|
|
|
| -void vp9_write_nmv_probs(VP9_COMP* const, int usehp, vp9_writer* const);
|
| +void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vp9_writer* const);
|
|
|
| void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref,
|
| const nmv_context* mvctx, int usehp);
|
| @@ -30,4 +34,8 @@
|
|
|
| void vp9_update_mv_count(VP9_COMP *cpi, MACROBLOCK *x, int_mv best_ref_mv[2]);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_ENCODER_VP9_ENCODEMV_H_
|
|
|