mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
Compare commits
1 Commits
1.2.2
...
sandbox/jz
Author | SHA1 | Date | |
---|---|---|---|
86c756929c |
@ -279,7 +279,8 @@ extern void WebPRescalerDspInitMIPS32(void);
|
||||
|
||||
WEBP_TSAN_IGNORE_FUNCTION void WebPRescalerDspInitMIPS32(void) {
|
||||
WebPRescalerImportRowExpand = ImportRowExpand;
|
||||
WebPRescalerImportRowShrink = ImportRowShrink;
|
||||
// WebPRescalerImportRowShrink = ImportRowShrink;
|
||||
(void)ImportRowShrink;
|
||||
WebPRescalerExportRowExpand = ExportRowExpand;
|
||||
WebPRescalerExportRowShrink = ExportRowShrink;
|
||||
}
|
||||
|
Reference in New Issue
Block a user