| Index: source/libvpx/vp9/common/vp9_common_data.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_common_data.h (revision 247498)
|
| +++ source/libvpx/vp9/common/vp9_common_data.h (working copy)
|
| @@ -13,10 +13,13 @@
|
|
|
| #include "vp9/common/vp9_enums.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| extern const int b_width_log2_lookup[BLOCK_SIZES];
|
| extern const int b_height_log2_lookup[BLOCK_SIZES];
|
| extern const int mi_width_log2_lookup[BLOCK_SIZES];
|
| -extern const int mi_height_log2_lookup[BLOCK_SIZES];
|
| extern const int num_8x8_blocks_wide_lookup[BLOCK_SIZES];
|
| extern const int num_8x8_blocks_high_lookup[BLOCK_SIZES];
|
| extern const int num_4x4_blocks_high_lookup[BLOCK_SIZES];
|
| @@ -29,4 +32,8 @@
|
| extern const TX_SIZE tx_mode_to_biggest_tx_size[TX_MODES];
|
| extern const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2];
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_COMMON_VP9_COMMON_DATA_H_
|
|
|