Searched defs:percent_store (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
H A Dwebpenc.c346 int percent, int* const percent_store) {
347 if (percent_store != NULL && percent != *percent_store) {
348 *percent_store = percent;
345 WebPReportProgress(const WebPPicture* const pic, int percent, int* const percent_store) argument
/external/webp/src/enc/
H A Dwebpenc.c299 int percent, int* const percent_store) {
300 if (percent_store != NULL && percent != *percent_store) {
301 *percent_store = percent;
298 WebPReportProgress(const WebPPicture* const pic, int percent, int* const percent_store) argument

Completed in 60 milliseconds