Merge "Hooks to use 32x32 masked transforms for ext-tx" into nextgenv2

This commit is contained in:
Debargha Mukherjee
2016-02-26 20:54:37 +00:00
committed by Gerrit Code Review
6 changed files with 1206 additions and 88 deletions

View File

@@ -82,7 +82,7 @@
#define NEW_MV_DISCOUNT_FACTOR 8
#if CONFIG_EXT_TX
const double ext_tx_th = 0.98;
const double ext_tx_th = 0.99;
#else
const double ext_tx_th = 0.99;
#endif