Chromium Code Reviews| Index: source/libvpx/vp9/encoder/vp9_mcomp.h |
| =================================================================== |
| --- source/libvpx/vp9/encoder/vp9_mcomp.h (revision 177019) |
| +++ source/libvpx/vp9/encoder/vp9_mcomp.h (working copy) |
| @@ -18,6 +18,7 @@ |
| #ifdef ENTROPY_STATS |
| extern void init_mv_ref_counts(); |
| extern void accum_mv_refs(MB_PREDICTION_MODE, const int near_mv_ref_cts[4]); |
| +void print_mode_context(void); |
| #endif |
| @@ -82,4 +83,4 @@ |
| int_mv *center_mv); |
| -#endif |
| +#endif // VP9_ENCODER_VP9_MCOMP_H_ |