Lines Matching refs:low_effort

124                                    int low_effort,  in AnalyzeAndCreatePalette()  argument
134 if (!low_effort && PaletteHasNonMonotonousDeltas(palette, num_colors)) { in AnalyzeAndCreatePalette()
380 const int low_effort = (config->method == 0); in EncoderAnalyze() local
390 AnalyzeAndCreatePalette(pic, low_effort, in EncoderAnalyze()
398 if (low_effort) { in EncoderAnalyze()
797 int width, int height, int quality, int low_effort) { in EncodeImageNoHuffman() argument
816 low_effort)) { in EncodeImageNoHuffman()
881 int height, int quality, int low_effort, int use_cache, in EncodeImageInternal() argument
915 low_effort)) { in EncodeImageInternal()
937 err = VP8LGetBackwardReferences(width, height, argb, quality, low_effort, in EncodeImageInternal()
958 quality, low_effort, histogram_bits, in EncodeImageInternal()
1014 VP8LSubSampleSize(height, histogram_bits), quality, low_effort); in EncodeImageInternal()
1091 int quality, int low_effort, in ApplyPredictFilter() argument
1101 VP8LResidualImage(width, height, pred_bits, low_effort, enc->argb_, in ApplyPredictFilter()
1112 quality, low_effort); in ApplyPredictFilter()
1117 int quality, int low_effort, in ApplyCrossColorFilter() argument
1132 quality, low_effort); in ApplyCrossColorFilter()
1463 static WebPEncodingError EncodePalette(VP8LBitWriter* const bw, int low_effort, in EncodePalette() argument
1479 low_effort); in EncodePalette()
1542 const int low_effort = (config->method == 0); in EncodeStreamHook() local
1574 if (low_effort) { in EncodeStreamHook()
1606 err = EncodePalette(bw, low_effort, enc); in EncodeStreamHook()
1633 low_effort, enc->use_subtract_green_, bw); in EncodeStreamHook()
1639 low_effort, bw); in EncodeStreamHook()
1649 enc->current_width_, height, quality, low_effort, in EncodeStreamHook()