From de3c0afdcef85f42c2762a76039e2aac1b7295e7 Mon Sep 17 00:00:00 2001 From: shugeo Date: Thu, 19 Dec 2019 12:12:35 +0200 Subject: [PATCH] Shugeo bicubic fix3 (#130) * Added test for resize_bicubic. * Eliminated wasted in test of bicubic resize. * Switched off multithreading explicit. * Eliminated waste comments and conform proper float constants. Signed-off-by: shugeo * Fixed multithreading with resize_bicubic helper for cpu platform. Signed-off-by: shugeo