mirror of
https://github.com/webmproject/libwebp.git
synced 2025-12-24 05:56:27 +01:00
Compare commits
1 Commits
v1.2.0-rc3
...
sandbox/jz
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86c756929c |
@@ -279,7 +279,8 @@ extern void WebPRescalerDspInitMIPS32(void);
|
|||||||
|
|
||||||
WEBP_TSAN_IGNORE_FUNCTION void WebPRescalerDspInitMIPS32(void) {
|
WEBP_TSAN_IGNORE_FUNCTION void WebPRescalerDspInitMIPS32(void) {
|
||||||
WebPRescalerImportRowExpand = ImportRowExpand;
|
WebPRescalerImportRowExpand = ImportRowExpand;
|
||||||
WebPRescalerImportRowShrink = ImportRowShrink;
|
// WebPRescalerImportRowShrink = ImportRowShrink;
|
||||||
|
(void)ImportRowShrink;
|
||||||
WebPRescalerExportRowExpand = ExportRowExpand;
|
WebPRescalerExportRowExpand = ExportRowExpand;
|
||||||
WebPRescalerExportRowShrink = ExportRowShrink;
|
WebPRescalerExportRowShrink = ExportRowShrink;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user