Searched refs:histogram_16 (Results 1 – 1 of 1) sorted by relevance
1047 simd16uint16 histogram_16(const uint16_t* data, Preproc pp, size_t n_in) { in histogram_16() function1134 simd16uint16 a16 = histogram_16(data, PreprocNOP(), (n & ~15)); in simd_histogram_16_unbounded()1225 a16 = histogram_16(data, PreprocMinShift<s, 16>(min), (n & ~15)); \ in simd_histogram_16()