MCPcopy Create free account
hub / github.com/creatale/node-dv / fixSteps

Function fixSteps

deps/opencv/modules/core/src/arithm.cpp:530–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528#pragma clang diagnostic ignored "-Wunused-function"
529#endif
530static inline void fixSteps(Size sz, size_t elemSize, size_t& step1, size_t& step2, size_t& step)
531{
532 if( sz.height == 1 )
533 step1 = step2 = step = sz.width*elemSize;
534}
535#if defined(__clang__)
536#pragma clang diagnostic pop
537#endif

Callers 15

add8uFunction · 0.85
add16uFunction · 0.85
add16sFunction · 0.85
add32fFunction · 0.85
sub8uFunction · 0.85
sub16uFunction · 0.85
sub16sFunction · 0.85
sub32fFunction · 0.85
max8uFunction · 0.85
max16uFunction · 0.85
max32fFunction · 0.85
min8uFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected