Home | History | Annotate | Download | only in enc

Lines Matching refs:quality

226 // We want to emulate jpeg-like behaviour where the expected "good" quality
242 // We map the complexity 'alpha' and quality setting 'c' to a compression
245 // JPEG file compressed with same quality factor.
300 void VP8SetSegmentParams(VP8Encoder* const enc, float quality) {
305 const double Q = quality / 100.;