WebPReportProgress 389 3rdparty/libwebp/enc/alpha.c return WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_); WebPReportProgress 388 3rdparty/libwebp/enc/analysis.c WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_); WebPReportProgress 804 3rdparty/libwebp/enc/frame.c return WebPReportProgress(enc->pic_, final_percent, &enc->percent_); WebPReportProgress 955 3rdparty/libwebp/enc/frame.c ok = ok && WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_); WebPReportProgress 80 3rdparty/libwebp/enc/iterator.c return WebPReportProgress(enc->pic_, percent, &enc->percent_); WebPReportProgress 412 3rdparty/libwebp/enc/syntax.c ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part, WebPReportProgress 422 3rdparty/libwebp/enc/syntax.c ok = ok && WebPReportProgress(pic, final_percent, &enc->percent_); WebPReportProgress 499 3rdparty/libwebp/enc/vp8enci.h int WebPReportProgress(const WebPPicture* const pic, WebPReportProgress 1105 3rdparty/libwebp/enc/vp8l.c if (!WebPReportProgress(picture, 1, &percent)) { WebPReportProgress 1134 3rdparty/libwebp/enc/vp8l.c if (!WebPReportProgress(picture, 5, &percent)) goto UserAbort; WebPReportProgress 1141 3rdparty/libwebp/enc/vp8l.c if (!WebPReportProgress(picture, 90, &percent)) goto UserAbort; WebPReportProgress 1147 3rdparty/libwebp/enc/vp8l.c if (!WebPReportProgress(picture, 100, &percent)) goto UserAbort; WebPReportProgress 334 3rdparty/libwebp/enc/webpenc.c WebPReportProgress(enc->pic_, 100, &enc->percent_); // done!