HomeSort by relevance Sort by last modified time
    Searched refs:v_one (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/av1/encoder/arm/neon/
quantize_neon.c 43 const int16x8_t v_one = vdupq_n_s16(1); local
65 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one);
90 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one);
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_quantize_neon.c 39 const int16x8_t v_one = vdupq_n_s16(1); local
66 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one);
91 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 1063 struct vertex4f v_one = { 1.0f, 1.0f, 1.0f, 1.0f }; local
    [all...]

Completed in 214 milliseconds