Add temporal dependency model and rdmult modulation to AV1
This feature is an AV1-aligned version of VP9's rdmult modulation
based on temporal dependency models.
By default it is turned off, so far no gain is observed yet, more
tuning is on the way. To turn it on, use '--enable-tpl-model=1'.
Change-Id: I722a5cbdd94383794374ca25e0014f25855ee03f
diff --git a/av1/encoder/block.h b/av1/encoder/block.h
index 4d579bc..9049c25 100644
--- a/av1/encoder/block.h
+++ b/av1/encoder/block.h
@@ -244,6 +244,7 @@
// for sub-8x8 blocks.
int sadperbit4;
int rdmult;
+ int cb_rdmult;
int mb_energy;
int sb_energy_level;
int *m_search_count_ptr;