Home | History | Annotate | Download | only in neon

Lines Matching refs:vdupq_n_u8

146   const uint8x16_t v_delta_level_1_and_2 = vdupq_n_u8(1);
147 const uint8x16_t v_delta_level_2_and_3 = vdupq_n_u8(2);
148 const uint8x16_t v_level1_threshold = vdupq_n_u8(4 + shift_inc);
149 const uint8x16_t v_level2_threshold = vdupq_n_u8(8);
150 const uint8x16_t v_level3_threshold = vdupq_n_u8(16);
243 const uint8x16_t v_delta_level_1_and_2 = vdupq_n_u8(1);
244 const uint8x16_t v_delta_level_2_and_3 = vdupq_n_u8(2);
246 const uint8x16_t v_level2_threshold = vdupq_n_u8(8);
247 const uint8x16_t v_level3_threshold = vdupq_n_u8(16);
295 const uint8x16_t k_delta = vdupq_n_u8(delta);