Merge "add a -jpeg_like option"

This commit is contained in:
skal
2013-02-13 22:17:58 -08:00
committed by Gerrit Code Review
8 changed files with 80 additions and 29 deletions

View File

@ -389,6 +389,7 @@ struct VP8Encoder {
VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];
int base_quant_; // nominal quantizer value. Only used
// for relative coding of segments' quant.
int alpha_; // global susceptibility (<=> complexity)
int uv_alpha_; // U/V quantization susceptibility
// global offset of quantizers, shared by all segments
int dq_y1_dc_;