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

  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 284 const uint8x8x4_t r_g_b_v255 = {{ y, u, v, vmov_n_u8(255) }}; local
285 vst4_u8(top_dst + off, r_g_b_v255);
332 const uint8x8x4_t r_g_b_v255 = {{ y, u, v, vmov_n_u8(255) }}; local
333 vst4_u8(bottom_dst + off, r_g_b_v255);
  /external/webp/src/dsp/
upsampling_neon.c 109 uint8x8x4_t r_g_b_v255; \
110 INIT_VECTOR4(r_g_b_v255, r, g, b, v255); \
111 vst4_u8(out, r_g_b_v255); \

Completed in 1520 milliseconds