HomeSort by relevance Sort by last modified time
    Searched defs:v255 (Results 1 - 4 of 4) sorted by null

  /external/webp/src/dsp/
upsampling_neon.c 95 #define v255 vdup_n_u8(255) macro
112 INIT_VECTOR4(r_g_b_v255, r, g, b, v255); \
118 INIT_VECTOR4(b_g_r_v255, b, g, r, v255); \
124 INIT_VECTOR4(v255_r_g_b, v255, r, g, b); \
  /external/opencv3/3rdparty/libwebp/dsp/
upsampling_neon.c 157 #define v255 vmov_n_u8(255) macro
170 const uint8x8x4_t r_g_b_v255 = {{ r, g, b, v255 }}; \
175 const uint8x8x4_t b_g_r_v255 = {{ b, g, r, v255 }}; \
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr29166.cpp 42 register int v251=OFF+251,v252=OFF+252,v253=OFF+253,v254=OFF+254,v255=OFF+255,v256=OFF+256,v257=OFF+257,v258=OFF+258,v259=OFF+259,v260=OFF+260; local
73 sum +=v251+v252+v253+v254+v255+v256+v257+v258+v259+v260;
116 register int v251=OFF+251,v252=OFF+252,v253=OFF+253,v254=OFF+254,v255=OFF+255,v256=OFF+256,v257=OFF+257,v258=OFF+258,v259=OFF+259,v260=OFF+260; local
150 sum +=v251+v252+v253+v254+v255+v256+v257+v258+v259+v260;
187 sum +=v251+v252+v253+v254+v255+v256+v257+v258+v259+v260;
  /ndk/tests/device/test-stlport_static-exception/jni/
pr29166.cpp 42 register int v251=OFF+251,v252=OFF+252,v253=OFF+253,v254=OFF+254,v255=OFF+255,v256=OFF+256,v257=OFF+257,v258=OFF+258,v259=OFF+259,v260=OFF+260; local
73 sum +=v251+v252+v253+v254+v255+v256+v257+v258+v259+v260;
116 register int v251=OFF+251,v252=OFF+252,v253=OFF+253,v254=OFF+254,v255=OFF+255,v256=OFF+256,v257=OFF+257,v258=OFF+258,v259=OFF+259,v260=OFF+260; local
150 sum +=v251+v252+v253+v254+v255+v256+v257+v258+v259+v260;
187 sum +=v251+v252+v253+v254+v255+v256+v257+v258+v259+v260;

Completed in 1119 milliseconds