Home
last modified time | relevance | path

Searched refs:BgrToBlue (Results 1 – 3 of 3) sorted by relevance

/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdConversion.h78 SIMD_INLINE __m128i BgrToBlue(__m128i bgr[3]) in BgrToBlue() function
150 SIMD_INLINE __m256i BgrToBlue(__m256i bgr[3]) in BgrToBlue() function
H A DSimdSsse3Deinterleave.cpp36 Store<align>((__m128i*)(b + offset), BgrToBlue(_bgr)); in DeinterleaveBgr()
H A DSimdAvx2Deinterleave.cpp36 Store<align>((__m256i*)(b + offset), BgrToBlue(_bgr)); in DeinterleaveBgr()