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

12

/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/libyuv/files/source/
H A Drow.h40 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
41 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
42 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
54 void RGB24ToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
55 void RAWToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
61 void ARGBToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
62 void BGRAToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
63 void ABGRToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
64 void RGB24ToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
65 void RAWToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
[all...]
H A Dplanar_functions.cc25 uint8* dst_u, uint8* dst_v, int pix) {
37 "+r"(pix) // Output registers
65 uint8* dst_u, uint8* dst_v, int pix) {
71 mov ecx, [esp + 4 + 16] // pix
102 uint8* dst_u, uint8* dst_v, int pix) {
127 "+r"(pix) // %3
136 uint8* dst_u, uint8* dst_v, int pix) {
138 for (int x = 0; x < pix; ++x) {
258 void (*SetRow)(uint8* dst, uint32 value, int pix);
419 void (*SplitUV)(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix);
24 SplitUV_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) argument
135 SplitUV_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) argument
503 SplitYUY2_SSE2(const uint8* src_yuy2, uint8* dst_y, uint8* dst_u, uint8* dst_v, int pix) argument
551 SplitYUY2_SSE2(const uint8* src_yuy2, uint8* dst_y, uint8* dst_u, uint8* dst_v, int pix) argument
592 SplitYUY2_C(const uint8* src_yuy2, uint8* dst_y, uint8* dst_u, uint8* dst_v, int pix) argument
659 YUY2ToI420RowY_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) argument
684 YUY2ToI420RowUV_SSE2(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_y, int pix) argument
728 UYVYToI420RowY_SSE2(const uint8* src_uyvy, uint8* dst_y, int pix) argument
751 UYVYToI420RowUV_SSE2(const uint8* src_uyvy, int stride_uyvy, uint8* dst_u, uint8* dst_y, int pix) argument
797 YUY2ToI420RowY_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) argument
821 YUY2ToI420RowUV_SSE2(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_y, int pix) argument
857 UYVYToI420RowY_SSE2(const uint8* src_uyvy, uint8* dst_y, int pix) argument
879 UYVYToI420RowUV_SSE2(const uint8* src_uyvy, int stride_uyvy, uint8* dst_u, uint8* dst_y, int pix) argument
917 YUY2ToI420RowUV_C(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_u, uint8* dst_v, int pix) argument
929 YUY2ToI420RowY_C(const uint8* src_yuy2, uint8* dst_y, int pix) argument
939 UYVYToI420RowUV_C(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_u, uint8* dst_v, int pix) argument
951 UYVYToI420RowY_C(const uint8* src_uyvy, uint8* dst_y, int pix) argument
1205 I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) argument
1233 ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix) argument
1255 BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix) argument
1281 I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) argument
1308 ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix) argument
1329 BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix) argument
1351 I400ToARGBRow_C(const uint8* src_y, uint8* dst_argb, int pix) argument
1392 ABGRToARGBRow_C(const uint8* src_abgr, uint8* dst_argb, int pix) argument
1437 BGRAToARGBRow_C(const uint8* src_bgra, uint8* dst_argb, int pix) argument
[all...]
H A Dformat_conversion.cc29 uint8* dst_bayer, uint32 selector, int pix) {
34 mov ecx, [esp + 16] // pix
54 uint32 selector, int pix) {
68 "+r"(pix) // %2
76 uint8* dst_bayer, uint32 selector, int pix) {
80 for (int x = 0; x < (pix - 1); x += 2) {
86 if (pix & 1) {
110 uint8* dst_bayer, uint32 selector, int pix);
163 uint8* dst_rgb, int pix) {
167 for (int x = 0; x < (pix
28 ARGBToBayerRow_SSSE3(const uint8* src_argb, uint8* dst_bayer, uint32 selector, int pix) argument
75 ARGBToBayerRow_C(const uint8* src_argb, uint8* dst_bayer, uint32 selector, int pix) argument
162 BayerRowBG(const uint8* src_bayer0, int src_stride_bayer, uint8* dst_rgb, int pix) argument
192 BayerRowRG(const uint8* src_bayer0, int src_stride_bayer, uint8* dst_rgb, int pix) argument
222 BayerRowGB(const uint8* src_bayer0, int src_stride_bayer, uint8* dst_rgb, int pix) argument
250 BayerRowGR(const uint8* src_bayer0, int src_stride_bayer, uint8* dst_rgb, int pix) argument
[all...]
H A Drow_table.cc307 void RAWToARGBRow_C(const uint8* src_raw, uint8* dst_argb, int pix) { argument
308 for (int x = 0; x < pix; ++x) {
321 void BG24ToARGBRow_C(const uint8* src_bg24, uint8* dst_argb, int pix) { argument
322 for (int x = 0; x < pix; ++x) {
337 void RGB24ToYRow_C(const uint8* src_argb, uint8* dst_y, int pix) { argument
339 BG24ToARGBRow_C(src_argb, row, pix);
340 ARGBToYRow_C(row, dst_y, pix);
343 void RAWToYRow_C(const uint8* src_argb, uint8* dst_y, int pix) { argument
345 RAWToARGBRow_C(src_argb, row, pix);
346 ARGBToYRow_C(row, dst_y, pix);
349 RGB24ToUVRow_C(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int pix) argument
357 RAWToUVRow_C(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int pix) argument
416 RGB24ToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) argument
422 RAWToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) argument
432 RGB24ToUVRow_SSSE3(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int pix) argument
440 RAWToUVRow_SSSE3(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int pix) argument
450 RGB24ToUVRow_SSSE3(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int pix) argument
458 RAWToUVRow_SSSE3(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int pix) argument
[all...]
H A Drow_posix.cc36 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { argument
60 "+r"(pix) // %2
69 void BG24ToARGBRow_SSSE3(const uint8* src_bg24, uint8* dst_argb, int pix) { argument
100 "+r"(pix) // %2
106 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) { argument
137 "+r"(pix) // %2
/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;
H A Dd_polyse.c166 int pix; local
169 pix = skintable[fv->v[3]>>16][fv->v[2]>>16];
170 pix = ((byte *)acolormap)[pix + (fv->v[4] & 0xFF00) ];
171 d_viewbuffer[d_scantable[fv->v[1]] + fv->v[0]] = pix;
376 int pix; local
379 pix = d_pcolormap[skintable[new[3]>>16][new[2]>>16]];
380 d_viewbuffer[d_scantable[new[1]] + new[0]] = pix;
1021 int pix;
1024 pix
[all...]
/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;
H A Dd_polyse.cpp166 int pix; local
169 pix = skintable[fv->v[3]>>16][fv->v[2]>>16];
170 pix = ((byte *)acolormap)[pix + (fv->v[4] & 0xFF00) ];
171 d_viewbuffer[d_scantable[fv->v[1]] + fv->v[0]] = pix;
376 int pix; local
379 pix = d_pcolormap[skintable[new[3]>>16][new[2]>>16]];
380 d_viewbuffer[d_scantable[new[1]] + new[0]] = pix;
1068 int pix;
1071 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/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.12/src/video/
H A DSDL_bmp.c291 Uint16 *pix = (Uint16 *)bits; local
293 pix[i] = SDL_Swap16(pix[i]);
298 Uint32 *pix = (Uint32 *)bits; local
300 pix[i] = SDL_Swap32(pix[i]);
/external/chromium/chrome/browser/chromeos/login/
H A Dcamera.cc221 format.fmt.pix.width = frame_size.width();
222 format.fmt.pix.height = frame_size.height();
223 format.fmt.pix.pixelformat = V4L2_PIX_FMT_YUYV;
224 format.fmt.pix.field = V4L2_FIELD_INTERLACED;
237 frame_width_ = format.fmt.pix.width;
238 frame_height_ = format.fmt.pix.height;

Completed in 241 milliseconds

12