Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c41 const int16x8_t v_one = vdupq_n_s16(1); in vp9_quantize_fp_neon() local
63 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one); in vp9_quantize_fp_neon()
88 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one); in vp9_quantize_fp_neon()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c896 struct vertex4f v_one = { 1.0f, 1.0f, 1.0f, 1.0f }; in vl_compositor_clear_layers() local
907 s->layers[i].colors[j] = v_one; in vl_compositor_clear_layers()