Extend delta q with segments
This is the first patch for ext_delta_q experiment.
* Allow delta q to work with segment features
Change-Id: I9455ebb3b5b23b41daa4afa1149672a20d3a3f2c
diff --git a/av1/encoder/encoder.c b/av1/encoder/encoder.c
index b97a83f..6db38a9 100644
--- a/av1/encoder/encoder.c
+++ b/av1/encoder/encoder.c
@@ -4897,6 +4897,10 @@
}
#endif
+#if CONFIG_EXT_DELTA_Q
+ cm->delta_q_present_flag = cpi->oxcf.deltaq_mode != NO_DELTA_Q;
+#endif
+
if (cpi->sf.recode_loop == DISALLOW_RECODE) {
encode_without_recode_loop(cpi);
} else {