Misc changes to decide deltaq offset
BDRATE Results:
With --deltaq-mode=1 vs. not in the
--cpu-used=0 --limit=33 --end-usage=q configuration:
lowres: -0.241%
midres: -0.622%
The gains are slightly better than with rdmult modulation
only.
Change-Id: I5395e8b3c68101795cc345fa22e8f55230172faf
diff --git a/av1/encoder/rd.h b/av1/encoder/rd.h
index 2d73095..a0e641b 100644
--- a/av1/encoder/rd.h
+++ b/av1/encoder/rd.h
@@ -457,6 +457,8 @@
int av1_get_adaptive_rdmult(const struct AV1_COMP *cpi, double beta);
+int av1_get_deltaq_offset(const struct AV1_COMP *cpi, int qindex, double beta);
+
#ifdef __cplusplus
} // extern "C"
#endif