MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / resize_linear_8u

Function resize_linear_8u

dnn/src/arm_common/resize/resize_cv.cpp:738–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738void resize_linear_8u(const Mat8u& src, Mat8u& dst) {
739 return resize_linear_8u_neon(src, dst);
740}
741
742const int INTER_RESIZE_COEF_BITS = 11;
743const int INTER_RESIZE_COEF_SCALE = 1 << INTER_RESIZE_COEF_BITS;

Callers 1

resize_cv_execMethod · 0.70

Calls 1

resize_linear_8u_neonFunction · 0.85

Tested by

no test coverage detected