shared library loading in-mem

This commit is contained in:
minjaesong
2025-04-19 22:14:36 +09:00
parent 4e063fe08e
commit 111c196e7c
2 changed files with 13 additions and 1 deletions

View File

@@ -835,7 +835,7 @@ class GraphicsJSR223Delegate(private val vm: VM) {
score += contrastWeight(yALow, yBLow, deltaLow, 2)
}
return score > 14.0
return score > 4.0
}
fun encodeIpf2(srcPtr: Int, destPtr: Int, width: Int, height: Int, channels: Int, hasAlpha: Boolean, pattern: Int) {