WebPReportProgress  394 third_party/libwebp/enc/alpha.c   return WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
WebPReportProgress  390 third_party/libwebp/enc/analysis.c   WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
WebPReportProgress  847 third_party/libwebp/enc/frame.c   return WebPReportProgress(enc->pic_, final_percent, &enc->percent_);
WebPReportProgress 1054 third_party/libwebp/enc/frame.c   ok = ok && WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
WebPReportProgress   92 third_party/libwebp/enc/iterator.c     return WebPReportProgress(enc->pic_, percent, &enc->percent_);
WebPReportProgress  408 third_party/libwebp/enc/syntax.c     ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part,
WebPReportProgress  418 third_party/libwebp/enc/syntax.c   ok = ok && WebPReportProgress(pic, final_percent, &enc->percent_);
WebPReportProgress  515 third_party/libwebp/enc/vp8enci.h int WebPReportProgress(const WebPPicture* const pic,
WebPReportProgress 1101 third_party/libwebp/enc/vp8l.c   if (!WebPReportProgress(picture, 1, &percent)) {
WebPReportProgress 1130 third_party/libwebp/enc/vp8l.c   if (!WebPReportProgress(picture, 5, &percent)) goto UserAbort;
WebPReportProgress 1137 third_party/libwebp/enc/vp8l.c   if (!WebPReportProgress(picture, 90, &percent)) goto UserAbort;
WebPReportProgress 1143 third_party/libwebp/enc/vp8l.c   if (!WebPReportProgress(picture, 100, &percent)) goto UserAbort;
WebPReportProgress  311 third_party/libwebp/enc/webpenc.c   WebPReportProgress(enc->pic_, 100, &enc->percent_);  // done!