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

/external/chromium_org/third_party/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.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

Completed in 64 milliseconds