/external/chromium_org/third_party/libwebp/enc/ |
syntax.c | 412 ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part, 422 ok = ok && WebPReportProgress(pic, final_percent, &enc->percent_);
|
webpenc.c | 334 WebPReportProgress(enc->pic_, 100, &enc->percent_); // done! 345 int WebPReportProgress(const WebPPicture* const pic,
|
vp8enci.h | 499 int WebPReportProgress(const WebPPicture* const pic,
|
vp8l.c | [all...] |
alpha.c | 389 return WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
|
analysis.c | 388 WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
|
iterator.c | 80 return WebPReportProgress(enc->pic_, percent, &enc->percent_);
|
frame.c | 804 return WebPReportProgress(enc->pic_, final_percent, &enc->percent_); 955 ok = ok && WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
|
/external/webp/src/enc/ |
syntax.c | 412 ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part, 422 ok = ok && WebPReportProgress(pic, final_percent, &enc->percent_);
|
webpenc.c | 334 WebPReportProgress(enc->pic_, 100, &enc->percent_); // done! 345 int WebPReportProgress(const WebPPicture* const pic,
|
vp8enci.h | 499 int WebPReportProgress(const WebPPicture* const pic,
|
vp8l.c | [all...] |
alpha.c | 389 return WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
|
analysis.c | 388 WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
|
iterator.c | 80 return WebPReportProgress(enc->pic_, percent, &enc->percent_);
|
frame.c | 804 return WebPReportProgress(enc->pic_, final_percent, &enc->percent_); 955 ok = ok && WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
|