Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: third_party/libwebp/enc/backward_references_enc.h

Issue 2651883004: libwebp-0.6.0-rc1 (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libwebp/enc/backward_references.c ('k') | third_party/libwebp/enc/backward_references_enc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/enc/backward_references_enc.h
diff --git a/third_party/libwebp/enc/backward_references.h b/third_party/libwebp/enc/backward_references_enc.h
similarity index 99%
rename from third_party/libwebp/enc/backward_references.h
rename to third_party/libwebp/enc/backward_references_enc.h
index 0cadb11e11ef421d5099aa9037f98be8f936b28f..3a19aa763eae4095670a8b7cd97d774629f0c81b 100644
--- a/third_party/libwebp/enc/backward_references.h
+++ b/third_party/libwebp/enc/backward_references_enc.h
@@ -130,7 +130,8 @@ struct VP8LHashChain {
int VP8LHashChainInit(VP8LHashChain* const p, int size);
// Pre-compute the best matches for argb.
int VP8LHashChainFill(VP8LHashChain* const p, int quality,
- const uint32_t* const argb, int xsize, int ysize);
+ const uint32_t* const argb, int xsize, int ysize,
+ int low_effort);
void VP8LHashChainClear(VP8LHashChain* const p); // release memory
// -----------------------------------------------------------------------------
« no previous file with comments | « third_party/libwebp/enc/backward_references.c ('k') | third_party/libwebp/enc/backward_references_enc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698