Searched refs:INIT_HALF (Results 1 – 1 of 1) sorted by relevance
58 #define INIT_HALF const __m128i half = _mm_set1_epi32(1 << 23); macro174 #define INIT_HALF const uint32x4_t half = vdupq_n_u32(1 << 23); macro195 #define INIT_HALF uint32_t half = 1 << 23; macro237 INIT_HALF in box_blur()