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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_quantize_neon.c41 const int16x8_t v_one = vdupq_n_s16(1); local
63 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one);
88 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, 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 866 milliseconds