Compare commits
1 Commits
main
...
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user