Home
last modified time | relevance | path

Searched refs:VROW_LINE (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dchannels_combine.cpp59 #define VROW_LINE(type, n) const type * src##n = internal::getRowPtr(src##n##Base, src##n##Stride,… macro
H A Dchannel_extract.cpp215 #define VROW_LINE(type, n) type * dst##n = internal::getRowPtr(dst##n##Base, dst##n##Stride, i); macro