Home
last modified time | relevance | path

Searched defs:InterleaveBgr (Results 1 – 5 of 5) sorted by relevance

/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdSsse3Interleave.cpp33 …template <bool align> SIMD_INLINE void InterleaveBgr(const uint8_t * b, const uint8_t * g, const u… in InterleaveBgr() function
43 …template <bool align> void InterleaveBgr(const uint8_t * b, size_t bStride, const uint8_t * g, siz… in InterleaveBgr() function
68 …void InterleaveBgr(const uint8_t * b, size_t bStride, const uint8_t * g, size_t gStride, const uin… in InterleaveBgr() function
H A DSimdAvx2Interleave.cpp33 …template <bool align> SIMD_INLINE void InterleaveBgr(const uint8_t * b, const uint8_t * g, const u… in InterleaveBgr() function
43 …template <bool align> void InterleaveBgr(const uint8_t * b, size_t bStride, const uint8_t * g, siz… in InterleaveBgr() function
68 …void InterleaveBgr(const uint8_t * b, size_t bStride, const uint8_t * g, size_t gStride, const uin… in InterleaveBgr() function
H A DSimdBaseInterleave.cpp30 …void InterleaveBgr(const uint8_t * b, size_t bStride, const uint8_t * g, size_t gStride, const uin… in InterleaveBgr() function
H A DSimdNeonInterleave.cpp74 …template <bool align> void InterleaveBgr(const uint8_t * b, size_t bStride, const uint8_t * g, siz… in InterleaveBgr() function
114 …void InterleaveBgr(const uint8_t * b, size_t bStride, const uint8_t * g, size_t gStride, const uin… in InterleaveBgr() function
H A DSimdLib.hpp334 …template<template<class> class A> SIMD_INLINE void InterleaveBgr(const View<A> & b, const View<A> … in InterleaveBgr() function