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

  /external/libjpeg-turbo/simd/
jcgryext-altivec.c 39 __vector unsigned char rgb0, rgb1 = {0}, rgb2 = {0}, local
89 rgb2 = vec_ld(32, tmpbuf);
99 rgb2 = vec_ld(32, inptr);
108 rgb1 = vec_perm(rgb1, rgb2, unaligned_shift_index);
109 rgb2 = vec_perm(rgb2, rgb3, unaligned_shift_index);
120 rgb2 = vec_ld(32, tmpbuf);
130 rgb2 = vec_ld(32, inptr);
143 rgb2 = vec_vsx_ld(32, inptr);
153 * rgb2 = Ba Rb Gb Bb Rc Gc Bc Rd Gd Bd Re Ge Be Rf Gf B
    [all...]
jccolext-altivec.c 38 __vector unsigned char rgb0, rgb1 = {0}, rgb2 = {0}, local
94 rgb2 = vec_ld(32, tmpbuf);
104 rgb2 = vec_ld(32, inptr);
113 rgb1 = vec_perm(rgb1, rgb2, unaligned_shift_index);
114 rgb2 = vec_perm(rgb2, rgb3, unaligned_shift_index);
126 rgb2 = VEC_LD(32, tmpbuf);
136 rgb2 = VEC_LD(32, inptr);
149 * rgb2 = Ba Rb Gb Bb Rc Gc Bc Rd Gd Bd Re Ge Be Rf Gf Bf
158 rgbg2 = vec_perm(rgb1, rgb2, (__vector unsigned char)RGBG_INDEX2)
    [all...]
jdcolext-altivec.c 37 __vector unsigned char rgb0, rgb1, rgb2, rgbx0, rgbx1, rgbx2, rgbx3, local
175 * rgb2 = Ba Rb Gb Bb Rc Gc Bc Rd Gd Bd Re Ge Be Rf Gf Bf
179 rgb2 = vec_perm(rgbx2, rgbx3, (__vector unsigned char)RGB_INDEX2);
188 * rgb2 = R8 G8 B8 X8 R9 G9 B9 X9 Ra Ga Ba Xa Rb Gb Bb Xb
193 rgb2 = vec_perm(rgbx2, rgbx2, (__vector unsigned char)RGB_INDEX);
213 vec_st(rgb2, 32, tmpbuf);
227 out2 = vec_perm(rgb1, rgb2, unaligned_shift_index);
229 out3 = vec_perm(rgb2, rgb3, unaligned_shift_index);
232 out3 = vec_perm(rgb2, edges, unaligned_shift_index);
252 VEC_ST(rgb2, 32, tmpbuf)
    [all...]
jdmrgext-altivec.c 38 __vector unsigned char rgb0, rgb1, rgb2, rgbx0, rgbx1, rgbx2, rgbx3, local
200 * rgb2 = Ba Rb Gb Bb Rc Gc Bc Rd Gd Bd Re Ge Be Rf Gf Bf
204 rgb2 = vec_perm(rgbx2, rgbx3, (__vector unsigned char)RGB_INDEX2);
213 * rgb2 = R8 G8 B8 X8 R9 G9 B9 X9 Ra Ga Ba Xa Rb Gb Bb Xb
218 rgb2 = vec_perm(rgbx2, rgbx2, (__vector unsigned char)RGB_INDEX);
238 vec_st(rgb2, 32, tmpbuf);
252 out2 = vec_perm(rgb1, rgb2, unaligned_shift_index);
254 out3 = vec_perm(rgb2, rgb3, unaligned_shift_index);
257 out3 = vec_perm(rgb2, edges, unaligned_shift_index);
277 VEC_ST(rgb2, 32, tmpbuf)
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 188 uint32_t rgb2 = local
194 *(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) | rgb1;
304 uint32_t rgb2 = local
310 *(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) | rgb1;
377 uint32_t rgb2 = local
383 *(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) | rgb1;
451 uint32_t rgb2 = local
457 *(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) | rgb1;
521 uint32_t rgb2 = local
527 *(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) | rgb1
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java 152 RGB rgb2 = rgbs[i]; local
153 int da = rgb2.red - rgb.red;
154 int dg = rgb2.green - rgb.green;
155 int db = rgb2.blue - rgb.blue;
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator_unittest.cpp 114 FX_FLOAT rgb2[3] = {1, 0.9f, 0}; local
115 pPathObj->m_ColorState.SetStrokeColor(pCS, rgb2, 3);
  /external/webp/src/dsp/
yuv_sse2.c 246 __m128i rgb0, rgb1, rgb2, rgb3, rgb4, rgb5; local
256 rgb2 = _mm_packus_epi16(G0, G1);
262 PlanarTo24b(&rgb0, &rgb1, &rgb2, &rgb3, &rgb4, &rgb5, dst);
358 __m128i rgb0, rgb1, rgb2, rgb3, rgb4, rgb5; local
368 rgb2 = _mm_packus_epi16(G0, G1);
374 PlanarTo24b(&rgb0, &rgb1, &rgb2, &rgb3, &rgb4, &rgb5, dst);
  /external/skia/src/opts/
SkNx_sse.h 281 __m128i rgb2 = _mm_srli_si128(_mm_loadu_si128((const __m128i*) (ptr8 + 4*2)), 2*2); local
282 __m128i rgb3 = _mm_srli_si128(rgb2, 3*2);
285 __m128i rrggbb23 = _mm_unpacklo_epi16(rgb2, rgb3);
358 __m128i rgb2 = _mm_loadu_si128((const __m128i*) (ptr8 + 6*2)); local
359 __m128i rgb3 = _mm_srli_si128(rgb2, 3*2);
366 __m128i rgb23 = _mm_unpacklo_epi16(rgb2, rgb3);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 

Completed in 2956 milliseconds