Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp1093 v_fc = vdupq_n_u16(0xfc); in RGB5x52Gray()
1101 v_fc = _mm_set1_epi16(0xfc); in RGB5x52Gray()
1115 v_t1 = vandq_u16(vshrq_n_u16(v_src, 3), v_fc), in operator ()()
1136 v_t1 = _mm_and_si128(_mm_srli_epi16(v_src, 3), v_fc), in operator ()()
1242 uint16x8_t v_f8, v_fc; member
1247 __m128i v_f8, v_fc; member