Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Daccumulate.cpp273 struct AccumulateWeightedHalf struct
275 typedef u8 type;
277 void operator() (const uint8x16_t & v_src0, const uint8x16_t & v_src1, in operator ()()
283 void operator() (const uint8x8_t & v_src0, const uint8x8_t & v_src1, in operator ()()
289 void operator() (const u8 * src0, const u8 * src1, u8 * dst) const in operator ()()