summaryrefslogtreecommitdiffstats
path: root/encoder/irc_common.h
diff options
context:
space:
mode:
authorHarinarayanan K K <harinarayanan.kk@ittiam.com>2015-06-18 16:03:38 +0530
committerMarco Nelissen <marcone@google.com>2015-06-25 08:25:43 -0700
commit3749f6f435e79624f72841e866245d84195551cd (patch)
tree02569a7442cbbdf650fdde01f3e72741b4b094bb /encoder/irc_common.h
parentc080d5799655658eb847b0583f58e5aff3a5cbaa (diff)
downloadandroid_external_libavc-3749f6f435e79624f72841e866245d84195551cd.tar.gz
android_external_libavc-3749f6f435e79624f72841e866245d84195551cd.tar.bz2
android_external_libavc-3749f6f435e79624f72841e866245d84195551cd.zip
Added support for Main Profile toolsets in encoder.
Added support for CABAC entropy coding. Added support for B slices. Fixed an issue in rate control constant QP mode. Change-Id: Ib759d35e8e943f941aa9b8bbff0362d92c619994
Diffstat (limited to 'encoder/irc_common.h')
-rw-r--r--encoder/irc_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoder/irc_common.h b/encoder/irc_common.h
index c341de4..448fad3 100644
--- a/encoder/irc_common.h
+++ b/encoder/irc_common.h
@@ -97,7 +97,7 @@ typedef float number_t;
/* The ratios between I to P and P to B Qp is specified here */
#define K_Q 4
#define I_TO_P_RATIO (19) /* In K_Q Q factor */
-#define P_TO_B_RATIO (21) /* In K_Q Q factor */
+#define P_TO_B_RATIO (32) /* In K_Q Q factor */
#define P_TO_I_RATIO (13) /* In K_Q Q factor */
#endif /* _RC_COMMON_H_ */