Searched refs:pix (Results 1 - 25 of 48) sorted by relevance

12

/external/libyuv/files/source/
H A Drow_neon.cc542 void BGRAToARGBRow_NEON(const uint8* src_bgra, uint8* dst_argb, int pix) { argument
554 "+r"(pix) // %2
562 void ABGRToARGBRow_NEON(const uint8* src_abgr, uint8* dst_argb, int pix) { argument
573 "+r"(pix) // %2
581 void RGBAToARGBRow_NEON(const uint8* src_rgba, uint8* dst_argb, int pix) { argument
592 "+r"(pix) // %2
600 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { argument
611 "+r"(pix) // %2
619 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) { argument
631 "+r"(pix) //
639 ARGBToRGBARow_NEON(const uint8* src_argb, uint8* dst_rgba, int pix) argument
658 ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) argument
676 ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) argument
695 YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) argument
713 UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int pix) argument
731 YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, int pix) argument
752 UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, int pix) argument
773 YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int pix) argument
799 UYVYToUVRow_NEON(const uint8* src_uyvy, int stride_uyvy, uint8* dst_u, uint8* dst_v, int pix) argument
[all...]
H A Drow_posix.cc121 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) { argument
142 "+r"(pix) // %2
151 void ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix) { argument
166 "+r"(pix) // %2
175 void BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix) { argument
189 "+r"(pix) // %2
198 void RGBAToARGBRow_SSSE3(const uint8* src_rgba, uint8* dst_argb, int pix) { argument
213 "+r"(pix) // %2
222 void ARGBToRGBARow_SSSE3(const uint8* src_argb, uint8* dst_rgba, int pix) { argument
237 "+r"(pix) //
246 RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) argument
287 RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) argument
328 RGB565ToARGBRow_SSE2(const uint8* src, uint8* dst, int pix) argument
378 ARGB1555ToARGBRow_SSE2(const uint8* src, uint8* dst, int pix) argument
431 ARGB4444ToARGBRow_SSE2(const uint8* src, uint8* dst, int pix) argument
471 ARGBToRGB24Row_SSSE3(const uint8* src, uint8* dst, int pix) argument
512 ARGBToRAWRow_SSSE3(const uint8* src, uint8* dst, int pix) argument
553 ARGBToRGB565Row_SSE2(const uint8* src, uint8* dst, int pix) argument
593 ARGBToARGB1555Row_SSE2(const uint8* src, uint8* dst, int pix) argument
637 ARGBToARGB4444Row_SSE2(const uint8* src, uint8* dst, int pix) argument
669 ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) argument
706 ARGBToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) argument
874 BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) argument
911 BGRAToYRow_Unaligned_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) argument
1074 ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix) argument
1111 ABGRToYRow_Unaligned_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix) argument
2070 SplitUV_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) argument
2175 YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) argument
2202 YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int pix) argument
2242 YUY2ToUV422Row_SSE2(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, int pix) argument
2278 YUY2ToYRow_Unaligned_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) argument
2306 YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int pix) argument
2347 YUY2ToUV422Row_Unaligned_SSE2(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, int pix) argument
2383 UYVYToYRow_SSE2(const uint8* src_uyvy, uint8* dst_y, int pix) argument
2408 UYVYToUVRow_SSE2(const uint8* src_uyvy, int stride_uyvy, uint8* dst_u, uint8* dst_v, int pix) argument
2448 UYVYToUV422Row_SSE2(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, int pix) argument
2484 UYVYToYRow_Unaligned_SSE2(const uint8* src_uyvy, uint8* dst_y, int pix) argument
2510 UYVYToUVRow_Unaligned_SSE2(const uint8* src_uyvy, int stride_uyvy, uint8* dst_u, uint8* dst_v, int pix) argument
2550 UYVYToUV422Row_Unaligned_SSE2(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, int pix) argument
[all...]
H A Dformat_conversion.cc31 uint8* dst_bayer, uint32 selector, int pix) {
36 mov ecx, [esp + 16] // pix
56 uint32 selector, int pix) {
71 "+r"(pix) // %2
83 uint8* dst_bayer, uint32 selector, int pix) {
87 for (int x = 0; x < pix - 1; x += 2) {
93 if (pix & 1) {
148 uint32 selector, int pix) = ARGBToBayerRow_C;
176 uint8* dst_argb, int pix) {
180 for (int x = 0; x < pix
30 ARGBToBayerRow_SSSE3(const uint8* src_argb, uint8* dst_bayer, uint32 selector, int pix) argument
82 ARGBToBayerRow_C(const uint8* src_argb, uint8* dst_bayer, uint32 selector, int pix) argument
175 BayerRowBG(const uint8* src_bayer0, int src_stride_bayer, uint8* dst_argb, int pix) argument
207 BayerRowRG(const uint8* src_bayer0, int src_stride_bayer, uint8* dst_argb, int pix) argument
239 BayerRowGB(const uint8* src_bayer0, int src_stride_bayer, uint8* dst_argb, int pix) argument
269 BayerRowGR(const uint8* src_bayer0, int src_stride_bayer, uint8* dst_argb, int pix) argument
[all...]
H A Dconvert.cc70 uint8* dst_uv, int pix) {
76 mov ecx, [esp + 4 + 16] // pix
95 uint8* dst_uv, int pix) {
108 "+r"(pix) // %2
119 uint8* dst_uv, int pix) {
120 for (int x = 0; x < pix; ++x) {
150 uint8* dst_uv, int pix) = HalfRow_C;
425 void (*SplitUV)(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) =
534 int pix) = YUY2ToUV422Row_C;
535 void (*YUY2ToYRow)(const uint8* src_yuy2, uint8* dst_y, int pix)
69 HalfRow_SSE2(const uint8* src_uv, int src_uv_stride, uint8* dst_uv, int pix) argument
94 HalfRow_SSE2(const uint8* src_uv, int src_uv_stride, uint8* dst_uv, int pix) argument
118 HalfRow_C(const uint8* src_uv, int src_uv_stride, uint8* dst_uv, int pix) argument
[all...]
/external/libyuv/files/include/libyuv/
H A Drow.h218 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
219 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
220 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
221 void RGBAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
222 void ARGBToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
223 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
224 void ABGRToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
225 void RGBAToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
256 void SplitUV_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix);
257 void SplitUV_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix);
[all...]
/external/freetype/src/base/
H A Dftlcdfil.c68 FT_UInt val, pix; local
72 pix = fir[0] + weights[0] * val;
78 pix >>= 8;
79 pix |= -( pix >> 8 );
80 line[xx - 2] = (FT_Byte)pix;
84 FT_UInt pix; local
87 pix = fir[0] >> 8;
88 pix |= -( pix >>
129 FT_UInt val, pix; local
146 FT_UInt pix; local
[all...]
/external/qemu/android/skin/
H A Dargb.h255 ARGB_DECL(pix);
256 ARGB_ZERO(pix);
284 ARGB_ADD(pix,spix);
289 ARGB_RESCALE(pix,scale2);
290 ARGB_WRITE(pix,dst);
350 ARGB_DECL2(spix, pix);
361 ARGB_ZERO(pix);
378 ARGB_ADD(pix,spix);
384 ARGB_ADD(pix,spix);
390 ARGB_ADD(pix,spi
[all...]
H A Dsurface.h75 extern int skin_surface_lock ( SkinSurface* s, SkinSurfacePixels *pix );
H A Dimage.c317 unsigned pix = d[0]; local
320 pix = ((pix >> 8) & 0xffffff) | (pix << 24);
323 pix = (pix & 0xff00ff00) | ((pix >> 16) & 0xff) | ((pix & 0xff) << 16);
325 d[0] = pix;
/external/quake/quake/src/QW/client/
H A Dd_part.c61 int i, izi, pix, count, u, v; local
91 pix = izi >> d_pix_shift;
93 if (pix < d_pix_min)
94 pix = d_pix_min;
95 else if (pix > d_pix_max)
96 pix = d_pix_max;
98 switch (pix)
189 count = pix << d_y_aspect_shift;
193 for (i=0 ; i<pix ; i++)
H A Dr_surf.c329 unsigned char pix, *psource, *prowdest; local
353 pix = psource[b];
355 [(light & 0xFF00) + pix];
379 unsigned char pix, *psource, *prowdest; local
403 pix = psource[b];
405 [(light & 0xFF00) + pix];
429 unsigned char pix, *psource, *prowdest; local
453 pix = psource[b];
455 [(light & 0xFF00) + pix];
479 unsigned char pix, *psourc local
540 unsigned char pix; local
[all...]
H A Dd_edge.c87 int u, u2, pix; local
89 pix = (color<<24) | (color<<16) | (color<<8) | color;
95 ((byte *)pdest)[u] = pix;
100 ((byte *)pdest)[u] = pix;
105 ((byte *)pdest)[u] = pix;
109 *(int *)((byte *)pdest + u) = pix;
112 ((byte *)pdest)[u] = pix;
H A Dd_surf.c37 int size, pix; local
47 pix = width*height;
48 if (pix > 64000)
49 size += (pix-64000)*3;
H A Dskin.c98 byte *out, *pix; local
156 pix = out;
159 for (y=0 ; y<pcx->ymax ; y++, pix += 320)
195 pix[x++] = dataByte;
/external/quake/quake/src/WinQuake/
H A Dd_part.cpp61 int i, izi, pix, count, u, v; local
91 pix = izi >> d_pix_shift;
93 if (pix < d_pix_min)
94 pix = d_pix_min;
95 else if (pix > d_pix_max)
96 pix = d_pix_max;
98 switch (pix)
189 count = pix << d_y_aspect_shift;
193 for (i=0 ; i<pix ; i++)
H A Dr_surf.cpp346 unsigned char pix, *psource, *prowdest; local
370 pix = psource[b];
372 [(light & 0xFF00) + pix];
396 unsigned char pix, *psource, *prowdest; local
420 pix = psource[b];
422 [(light & 0xFF00) + pix];
446 unsigned char pix, *psource, *prowdest; local
470 pix = psource[b];
472 [(light & 0xFF00) + pix];
496 unsigned char pix, *psourc local
557 unsigned char pix; local
[all...]
H A Dd_edge.cpp87 int u, u2, pix; local
89 pix = (color<<24) | (color<<16) | (color<<8) | color;
95 ((byte *)pdest)[u] = pix;
100 ((byte *)pdest)[u] = pix;
105 ((byte *)pdest)[u] = pix;
109 *(int *)((byte *)pdest + u) = pix;
112 ((byte *)pdest)[u] = pix;
H A Dd_surf.cpp37 int size, pix; local
47 pix = width*height;
48 if (pix > 64000)
49 size += (pix-64000)*3;
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow.h81 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
82 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
83 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
95 void RGB24ToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
96 void RAWToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
110 void ARGBToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
111 void BGRAToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
112 void ABGRToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
113 void RGB24ToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
114 void RAWToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp287 int pix = pix_row[x]; local
288 dst[x*ncmpts] = CV_CAST_8U(pix);
293 int pix = ((pix_row[x] + delta) >> rshift) << lshift; local
294 dst[x*ncmpts] = CV_CAST_8U(pix);
300 int pix = ((pix_row[j] + delta) >> rshift) << lshift; local
301 dst[x*ncmpts] = dst[(x+1)*ncmpts] = CV_CAST_8U(pix);
306 int pix = ((pix_row[j] + delta) >> rshift) << lshift; local
307 pix = CV_CAST_8U(pix);
309 dst[x*ncmpts] = (uchar)pix;
349 int pix = pix_row[x]; local
355 int pix = ((pix_row[x] + delta) >> rshift) << lshift; local
362 int pix = ((pix_row[j] + delta) >> rshift) << lshift; local
368 int pix = ((pix_row[j] + delta) >> rshift) << lshift; local
[all...]
/external/eigen/demos/mandelbrot/
H A Dmandelbrot.cpp50 int pix = y * img_width; local
59 for(int x = 0; x < alignedWidth; x += packetSize, pix += packetSize)
98 buffer[4*(pix+i)] = 255*pix_iter[i]/max_iter;
99 buffer[4*(pix+i)+1] = 0;
100 buffer[4*(pix+i)+2] = 0;
105 for(int x = alignedWidth; x < img_width; x++, pix++)
106 buffer[4*pix] = buffer[4*pix+1] = buffer[4*pix+2] = 0;
/external/opencv/cxcore/src/
H A Dcxmean.cpp53 s0 += src[x], pix++; \
55 s0 += src[x+1], pix++; \
60 s0 += src[x], pix++
69 pix++; \
80 pix++; \
92 pix++; \
100 s0 += src[x*(cn)], pix++; \
102 s0+=src[(x+1)*(cn)], pix++; \
107 s0 += src[x*(cn)], pix++;
113 int pix
[all...]
H A Dcxmeansdv.cpp140 t0 = src[x*(cn)]; pix++; \
147 t0 = src[(x+1)*(cn)]; pix++; \
154 t0 = src[(x+2)*(cn)]; pix++; \
161 t0 = src[(x+3)*(cn)]; pix++; \
171 worktype t0 = src[x*(cn)]; pix++; \
190 pix++; \
208 pix++; \
227 pix++; \
245 int pix; \
310 scale = pix
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_bmp.c315 Uint16 *pix = (Uint16 *)bits; local
317 pix[i] = SDL_Swap16(pix[i]);
322 Uint32 *pix = (Uint32 *)bits; local
324 pix[i] = SDL_Swap32(pix[i]);
/external/webp/src/dsp/
H A Ddsp.h72 typedef int (*VP8Metric)(const uint8_t* pix, const uint8_t* ref);
74 typedef int (*VP8WMetric)(const uint8_t* pix, const uint8_t* ref,

Completed in 1686 milliseconds

12