Home
last modified time | relevance | path

Searched refs:width8 (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/graphics/swftools/swftools-0.9.2/lib/gfxpoly/
H A Drenderpoly.c322 unsigned char a1 = l1[x-width8*2] & l1[x-width8] & l1[x] & in compare_bitmaps()
323 l1[x+width8] & l1[x+width8*2]; in compare_bitmaps()
324 unsigned char b1 = l2[x-width8*2] & l2[x-width8] & l2[x] & in compare_bitmaps()
325 l2[x+width8] & l2[x+width8*2]; in compare_bitmaps()
326 unsigned char a2 = l1[x-width8*2] | l1[x-width8] | l1[x] | in compare_bitmaps()
327 l1[x+width8] | l1[x+width8*2]; in compare_bitmaps()
328 unsigned char b2 = l2[x-width8*2] | l2[x-width8] | l2[x] | in compare_bitmaps()
329 l2[x+width8] | l2[x+width8*2]; in compare_bitmaps()
344 l1 += width8; in compare_bitmaps()
345 l2 += width8; in compare_bitmaps()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/pbmtoppa/
H A Dcutswath.c36 int p_width, width8, p_width8; in cut_pbm_swath() local
53 width8 = (pbm->width + 7) / 8; in cut_pbm_swath()
60 if ((data=malloc(width8*maxlines)) == NULL) in cut_pbm_swath()
97 if(!pbm_readline(pbm,data+width8*numlines)) in cut_pbm_swath()
117 if (data[width8*numlines+i]) in cut_pbm_swath()
124 if (data[width8*numlines+i]) in cut_pbm_swath()
156 pbm_unreadline (pbm, data+width8*numlines); in cut_pbm_swath()
199 if(!pbm_readline(pbm,data+width8*numlines)) in cut_pbm_swath()
211 pbm_unreadline (pbm, data+width8*numlines); in cut_pbm_swath()
259 *place++ = data[(j*2+1)*width8 + i + left/8]; in cut_pbm_swath()
[all …]
/dports/games/wop/wop-0.4.3/src/
H A Dvideo.cpp129 const int width8 = (width % 8 == 0) ? width : (width & ~7) + 8; in setMouseCursor() local
130 Uint8 image[width8 * height / 8], in setMouseCursor()
131 mask [width8 * height / 8]; in setMouseCursor()
134 for( x = 0; x < width8 * height / 8; x++ ) { in setMouseCursor()
142 for( x = 0; x < width8; x++ ) { in setMouseCursor()
170 m_cursor = SDL_CreateCursor( image, mask, width8, height, hotX, hotY ); in setMouseCursor()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/
H A DBitmapOutputDev.cc509 b += width8; in update_bitmap()
510 u += width8; in update_bitmap()
530 b += width8-xspan; in update_bitmap()
531 u += width8-xspan; in update_bitmap()
539 b += width8; in update_bitmap()
540 u += width8; in update_bitmap()
557 memset(data+y1*width8, 0, width8*(y2-y1)); in clearBooleanBitmap()
747 for(x=0;x<width8;x++) { in scan_bitmap()
803 int width8 = (width+7)/8; in clip0and1differ() local
915 int runx = width8; in intersection()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/contrib/ipp/src/
H A Dpccycbcr44deintw7cn.c39 int h,w,width8; in mfxmyNV12ToYUY2_8u_P2C2R() local
42 width8 = width & ~0x1f; in mfxmyNV12ToYUY2_8u_P2C2R()
51 for(w = 0; w < width8; w += 32 ) in mfxmyNV12ToYUY2_8u_P2C2R()
109 int h,w,width8; in mfxmyYV12ToYUY2420_8u_P3C2R() local
115 width8 = width & ~0x1f; in mfxmyYV12ToYUY2420_8u_P3C2R()
128 for(w = 0; w < width8; w += 32 ) in mfxmyYV12ToYUY2420_8u_P3C2R()
H A Dpccyuvmsw7.c195 if( width8 >= 8 ) in mfxownYCbCr420ToYCbCr422_8u_P3R()
226 int h,w,width32,width8,width16; in mfxalYCbCr422ToYCbCr422_8u_C2P3R() local
232 width8 = width & 0x0f; in mfxalYCbCr422ToYCbCr422_8u_C2P3R()
297 if( width8 >= 8 ) in mfxalYCbCr422ToYCbCr422_8u_C2P3R()
327 int h,w,width32,width8,width16; in mfxownYCbCr422ToYCbCr422_8u_C2P3R() local
405 if( width8 >= 8 ) in mfxownYCbCr422ToYCbCr422_8u_C2P3R()
442 int h,w,width32,width8,width16; in mfxownYCbCr422ToYCbCr420_8u_C2P3R() local
539 if( width8 >= 8 ) in mfxownYCbCr422ToYCbCr420_8u_C2P3R()
590 int h,w,width32,width16,width8; in mfxownYCbCr420ToYCbCr420_8u_P2P3R() local
662 if( width8 >= 8 ) in mfxownYCbCr420ToYCbCr420_8u_P2P3R()
[all …]
/dports/x11/xmascot/xmascot-2.6a.20200830/imagelib/
H A Dmag.c135 int width8; in decode16() local
143 width8 = (width - 1) >> 3; in decode16()
147 for (x = 0; x <= width8; x++, xx++) { in decode16()
195 int width8; in decode256() local
203 width8 = (width-1) >> 2; in decode256()
207 for (x = 0; x <= width8; x++, xx++) { in decode256()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/dart/test/
H A Dflex_types_test.dart105 expect(ValueTypeUtils.packedType(ValueType.Null, BitWidth.width8), equals(0));
110 expect(ValueTypeUtils.packedType(ValueType.Int, BitWidth.width8), equals(4));
116 expect(BitWidthUtil.width(0), BitWidth.width8);
117 expect(BitWidthUtil.width(-20), BitWidth.width8);
118 expect(BitWidthUtil.width(127), BitWidth.width8);
122 expect(BitWidthUtil.width(-127), BitWidth.width8);
/dports/devel/flatbuffers/flatbuffers-2.0.0/dart/test/
H A Dflex_types_test.dart105 expect(ValueTypeUtils.packedType(ValueType.Null, BitWidth.width8), equals(0));
110 expect(ValueTypeUtils.packedType(ValueType.Int, BitWidth.width8), equals(4));
116 expect(BitWidthUtil.width(0), BitWidth.width8);
117 expect(BitWidthUtil.width(-20), BitWidth.width8);
118 expect(BitWidthUtil.width(127), BitWidth.width8);
122 expect(BitWidthUtil.width(-127), BitWidth.width8);
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dint_util.cc237 goto width8; in DetectIntWidth()
243 goto width8; in DetectIntWidth()
248 width8: in DetectIntWidth()
341 goto width8; in DetectIntWidth()
347 goto width8; in DetectIntWidth()
352 width8: in DetectIntWidth()
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/generic/
H A Dui_0.cc203 int a, i, x, y, z, width, height, width8; in generic_update_64x16() local
210 width8 = width / 8; in generic_update_64x16()
216 z = (((12 * y + 6) / 8) * width8); in generic_update_64x16()
231 _dirty[z + width8]++; in generic_update_64x16()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/dart/lib/src/
H A Dtypes.dart5 width8,
18 if (v >> 7 == 0) return BitWidth.width8;
28 if (v >> 8 == 0) return BitWidth.width8;
37 return BitWidth.width8;
/dports/devel/flatbuffers/flatbuffers-2.0.0/dart/lib/src/
H A Dtypes.dart5 width8,
18 if (v >> 7 == 0) return BitWidth.width8;
28 if (v >> 8 == 0) return BitWidth.width8;
37 return BitWidth.width8;
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-filter/examples/
H A Dchannelizer_demo.grc198 width8: '1'
275 width8: '1'
352 width8: '1'
429 width8: '1'
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/embedded/
H A Dqscreen_qws.cpp444 if (width8) in qt_rectfill_gray4()
447 quint8 *d = dest + doAlign + width8; in qt_rectfill_gray4()
489 stride -= (doAlign + width8); in qt_rectfill_mono()
496 if (width8) { in qt_rectfill_mono()
497 qt_memfill<quint8>(dest, value, width8); in qt_rectfill_mono()
498 dest += width8; in qt_rectfill_mono()
913 const int count8 = (width8 + 3) / 4; in qt_rectconvert_gray4()
916 dstStride -= (width8 + doAlign); in qt_rectconvert_gray4()
925 switch (width8 & 0x03) // duff's device in qt_rectconvert_gray4()
1059 dstStride -= (width8 + doAlign); in qt_rectconvert_mono()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-audio/examples/grc/
H A Dcvsd_sweep.grc244 width8: '1'
321 width8: '1'
398 width8: '1'
491 width8: '1'
585 width8: '1'
679 width8: '1'
/dports/comms/gnuradio/gnuradio-3.8.4.0/docs/exploring-gnuradio/
H A Dfm_rx.grc264 width8: '1'
344 width8: '1'
424 width8: '1'
520 width8: '1'
617 width8: '1'
714 width8: '1'
H A Dfm_tx.grc354 width8: '1'
434 width8: '1'
530 width8: '1'
627 width8: '1'
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qvfb/
H A Dqvfbview.cpp385 const int width8 = (r.width() - align) / pixelsPerByte; in getBuffer() local
386 const int stride = mView->linestep() - (width8 + doAlign); in getBuffer()
413 for (int i = 0; i < width8; ++i) { in getBuffer()
469 const int width8 = (r.width() - align) / pixelsPerByte; in getBuffer() local
470 const int stride = mView->linestep() - (width8 + doAlign); in getBuffer()
489 for (int i = 0; i < width8; ++i) { in getBuffer()
525 const int width8 = (r.width() - doAlign) / pixelsPerByte; in getBuffer() local
541 for (int i = 0; i < width8; ++i) { in getBuffer()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-zeromq/examples/
H A Dzmq_stream.grc159 width8: '1'
252 width8: '1'
346 width8: '1'
440 width8: '1'
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-qtgui/examples/
H A Dqtgui_message_inputs.grc330 width8: '1'
408 width8: '1'
485 width8: '1'
570 width8: '1'
716 width8: '1'
810 width8: '1'
H A Dqtgui_multi_input.grc212 width8: '1'
290 width8: '1'
375 width8: '1'
521 width8: '1'
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/examples/demod/
H A Dpam_timing.grc404 width8: '1'
498 width8: '1'
592 width8: '1'
686 width8: '1'
780 width8: '1'
H A Ddigital_freq_lock.grc299 width8: '1'
376 width8: '1'
469 width8: '1'
563 width8: '1'
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/examples/packet/
H A Dpacket_loopback_hier.grc604 width8: '1'
693 width8: '1'
771 width8: '1'
848 width8: '1'
941 width8: '1'
1035 width8: '1'
1129 width8: '1'

12345678910>>...12