Merge "Remove duplicate code" into nextgenv2

This commit is contained in:
Yaowu Xu
2016-10-21 16:34:24 +00:00
committed by Gerrit Code Review

View File

@@ -859,8 +859,4 @@ static const int partition_supertx_context_lookup[PARTITION_TYPES] = { -1, 0, 0,
} // extern "C"
#endif
static const int tx_size_1d[TX_SIZES] = { 4, 8, 16, 32 };
static const int tx_size_2d[TX_SIZES] = { 16, 64, 256, 1024 };
#endif // AV1_COMMON_COMMON_DATA_H_