HomeSort by relevance Sort by last modified time
    Searched refs:WebPReportProgress (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
webpenc.c 285 WebPReportProgress(enc->pic_, 100, &enc->percent_); // done!
296 int WebPReportProgress(const WebPPicture* const pic,
syntax.c 368 ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part,
378 ok = ok && WebPReportProgress(pic, final_percent, &enc->percent_);
vp8enci.h 513 int WebPReportProgress(const WebPPicture* const pic,
vp8l.c     [all...]
alpha.c 396 return WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
frame.c 636 return WebPReportProgress(enc->pic_, final_percent, &enc->percent_);
840 ok = ok && WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
analysis.c 385 WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
iterator.c 92 return WebPReportProgress(enc->pic_, percent, &enc->percent_);
  /external/webp/src/enc/
webpenc.c 285 WebPReportProgress(enc->pic_, 100, &enc->percent_); // done!
296 int WebPReportProgress(const WebPPicture* const pic,
syntax.c 368 ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part,
378 ok = ok && WebPReportProgress(pic, final_percent, &enc->percent_);
vp8enci.h 513 int WebPReportProgress(const WebPPicture* const pic,
vp8l.c     [all...]
alpha.c 396 return WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
frame.c 636 return WebPReportProgress(enc->pic_, final_percent, &enc->percent_);
840 ok = ok && WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
analysis.c 385 WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
iterator.c 92 return WebPReportProgress(enc->pic_, percent, &enc->percent_);

Completed in 210 milliseconds