mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 13:29:54 +02:00
Compare commits
1 Commits
fcff86c71b
...
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