You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test -> 1) Resize x2 with Jincresize(36~256) and turn right and turn left for AA in YV16 Color Space.
2) Resize x1 with Jincresize(36~256) and turn right and turn left for AA in YV16 Color Space.
3) Resize x2 with Jincresize(36~256) and turn right and turn left for AA in YV12 Color Space.
4) Resize x1 with Jincresize(36~256) and turn right and turn left for AA in YV12 Color Space.
Result -> 1) msg : "evaluate : Unhandled C++ exception!" from // x2 : YV16 : Jinc256
2) No Error message // x1 : YV16 : Jinc36&64&144&256
3) msg : "access violation! at 0x0000964A in JincResize.dll" or
"evaluate : Unhandled C++ exception!" from // x2 : YV12 : Jinc256
4) No Error message // x1 : YV12 : Jinc36&64&144&256
The text was updated successfully, but these errors were encountered:
Yeah, it has been something I have been trying to pinpoint since the first version. The size of memory and the speed of the algorithm means that my debugging procedure is very ineffective.
There is also problem of I no longer using Windows, so it might be a while more.
test enviroment :
┌────────────────────────────────────────────────────────┐
└────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered: