Searched refs:v_one (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_quantize_neon.c42 const int16x8_t v_one = vdupq_n_s16(1); local
64 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one);
89 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one);
/external/opencv3/modules/core/src/
H A Dcopy.cpp118 uint8x16_t v_one = vdupq_n_u8(1); local
121 uint8x16_t v_mask = vcgeq_u8(vld1q_u8(mask + x), v_one);
168 uint8x8_t v_one = vdup_n_u8(1); local
171 uint8x8_t v_mask = vcge_u8(vld1_u8(mask + x), v_one);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.c778 struct vertex4f v_one = { 1.0f, 1.0f, 1.0f, 1.0f }; local
790 s->layers[i].colors[j] = v_one;

Completed in 151 milliseconds