ref: 95d32473a100e6541282cbe90abb9ae8557694c0
parent: 63b6f6f55e864c6fbd1c00cdeb1b3f15189ebd14
parent: def2ae50ee3304c6849362db03318e8dd5076438
author: dongzha <[email protected]>
date: Wed May 21 11:12:12 EDT 2014
Merge pull request #874 from ruil2/enc_quant update the minimum quant limiation as 10. quant 4 can't avoid overflow
--- a/codec/encoder/core/inc/rc.h
+++ b/codec/encoder/core/inc/rc.h
@@ -66,7 +66,7 @@
VGOP_SIZE = 8,
//qp information
- FIX_MIN_QP_MODE = 4, //qp <4 will cause level code overflow in cavlc coding which isn't suppored in baseline profile
+ FIX_MIN_QP_MODE = 10, //qp <10 will cause level code overflow in cavlc coding which isn't suppored in baseline profile
FIX_MAX_QP_MODE = 51,
GOM_MIN_QP_MODE = 12,
GOM_MAX_QP_MODE = 36,