| Index: source/libvpx/vp9/common/vp9_entropymode.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_entropymode.h (revision 247498)
|
| +++ source/libvpx/vp9/common/vp9_entropymode.h (working copy)
|
| @@ -13,12 +13,14 @@
|
|
|
| #include "vp9/common/vp9_blockd.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| #define TX_SIZE_CONTEXTS 2
|
| #define SWITCHABLE_FILTERS 3 // number of switchable filters
|
| #define SWITCHABLE_FILTER_CONTEXTS (SWITCHABLE_FILTERS + 1)
|
|
|
| -// #define MODE_STATS
|
| -
|
| struct VP9Common;
|
|
|
| struct tx_probs {
|
| @@ -57,4 +59,8 @@
|
| void tx_counts_to_branch_counts_8x8(const unsigned int *tx_count_8x8p,
|
| unsigned int (*ct_8x8p)[2]);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_COMMON_VP9_ENTROPYMODE_H_
|
|
|