summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_tpl_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_tpl_model.h')
-rw-r--r--vp9/encoder/vp9_tpl_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp9/encoder/vp9_tpl_model.h b/vp9/encoder/vp9_tpl_model.h
index 86a7734f8..04beb2261 100644
--- a/vp9/encoder/vp9_tpl_model.h
+++ b/vp9/encoder/vp9_tpl_model.h
@@ -20,6 +20,8 @@ extern "C" {
#endif
#define log2f(x) (log(x) / (float)M_LOG2_E)
+#define TPL_DEP_COST_SCALE_LOG2 4
+
typedef struct GF_PICTURE {
YV12_BUFFER_CONFIG *frame;
int ref_frame[3];