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

  /external/webp/src/dsp/
upsampling_neon.c 65 uint8x8x2_t a_b, c_d; \
67 INIT_VECTOR2(c_d, c, d); \
69 vst2_u8(out + 32, c_d); \
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 205 const uint8x8x2_t c_d = {{ c, d }}; local
207 vst2_u8(r_uv + 32, c_d);
236 const uint8x8x2_t c_d = {{ c, d }}; local
238 vst2_u8(r_uv + 16 + 32, c_d);

Completed in 222 milliseconds