Home
last modified time | relevance | path

Searched refs:pixels_left (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/d2x/d2x-0.2.5/2d/
H A Dline.c176 if (pixels_left) { in gr_universal_uline()
179 if (pixels_left > 1) in gr_universal_uline()
181 if (pixels_left > 2) in gr_universal_uline()
186 if (pixels_left > 1) in gr_universal_uline()
188 if (pixels_left > 2) in gr_universal_uline()
193 if (pixels_left > 1) in gr_universal_uline()
195 if (pixels_left > 2) in gr_universal_uline()
238 if (pixels_left) { in gr_universal_uline()
241 if (pixels_left > 1) in gr_universal_uline()
243 if (pixels_left > 2) in gr_universal_uline()
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/2d/
H A Dline.cpp175 if (pixels_left) { in gr_universal_uline()
178 if (pixels_left > 1) in gr_universal_uline()
180 if (pixels_left > 2) in gr_universal_uline()
185 if (pixels_left > 1) in gr_universal_uline()
187 if (pixels_left > 2) in gr_universal_uline()
192 if (pixels_left > 1) in gr_universal_uline()
194 if (pixels_left > 2) in gr_universal_uline()
238 if (pixels_left) { in gr_universal_uline()
241 if (pixels_left > 1) in gr_universal_uline()
243 if (pixels_left > 2) in gr_universal_uline()
[all …]
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/decoders/
H A Dpg_decode.c125 int pixels_left = p->width * p->height; in _decode_rle() local
163 pixels_left -= len; in _decode_rle()
165 if (pixels_left < 0) { in _decode_rle()
166 BD_DEBUG(DBG_DECODE, "pg_decode_object(): too many pixels (%d)\n", -pixels_left); in _decode_rle()
182 if (pixels_left > 0) { in _decode_rle()
183 BD_DEBUG(DBG_DECODE, "pg_decode_object(): missing %d pixels\n", pixels_left); in _decode_rle()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/decoders/
H A Dpg_decode.c125 int pixels_left = p->width * p->height; in _decode_rle() local
163 pixels_left -= len; in _decode_rle()
165 if (pixels_left < 0) { in _decode_rle()
166 BD_DEBUG(DBG_DECODE, "pg_decode_object(): too many pixels (%d)\n", -pixels_left); in _decode_rle()
182 if (pixels_left > 0) { in _decode_rle()
183 BD_DEBUG(DBG_DECODE, "pg_decode_object(): missing %d pixels\n", pixels_left); in _decode_rle()
/dports/graphics/libnsbmp/libnsbmp-0.1.6/src/
H A Dlibnsbmp.c893 uint32_t i, length, pixels_left; in bmp_decode_rle8() local
951 if (length > pixels_left) in bmp_decode_rle8()
952 length = pixels_left; in bmp_decode_rle8()
991 pixels_left = (y + 1) * bmp->width - x; in bmp_decode_rle8()
994 if (length > pixels_left) in bmp_decode_rle8()
995 length = pixels_left; in bmp_decode_rle8()
1047 uint32_t i, length, pixels_left; in bmp_decode_rle4() local
1105 if (length > pixels_left) in bmp_decode_rle4()
1106 length = pixels_left; in bmp_decode_rle4()
1157 if (length > pixels_left) in bmp_decode_rle4()
[all …]
/dports/astro/phd2/phd2-2.6.10/
H A Dsocket_server.cpp558 int i, xsize, ysize, pixels_left, packet_size; in ServerReqFrame() local
561 pixels_left = img.NPixels; in ServerReqFrame()
564 while (pixels_left > 0) { in ServerReqFrame()
566 pixels_left -= packet_size; in ServerReqFrame()
568 Debug.Write(wxString::Format("%d left\n", pixels_left)); in ServerReqFrame()
571 if (pixels_left < 256) in ServerReqFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/skia/ext/
H A Dconvolver_neon.cc15 AccumRemainder(const unsigned char* pixels_left, in AccumRemainder() argument
21 remainder[0] += coeff * pixels_left[i * 4 + 0]; in AccumRemainder()
22 remainder[1] += coeff * pixels_left[i * 4 + 1]; in AccumRemainder()
23 remainder[2] += coeff * pixels_left[i * 4 + 2]; in AccumRemainder()
24 remainder[3] += coeff * pixels_left[i * 4 + 3]; in AccumRemainder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/skia/ext/
H A Dconvolver_neon.cc15 AccumRemainder(const unsigned char* pixels_left, in AccumRemainder() argument
21 remainder[0] += coeff * pixels_left[i * 4 + 0]; in AccumRemainder()
22 remainder[1] += coeff * pixels_left[i * 4 + 1]; in AccumRemainder()
23 remainder[2] += coeff * pixels_left[i * 4 + 2]; in AccumRemainder()
24 remainder[3] += coeff * pixels_left[i * 4 + 3]; in AccumRemainder()
/dports/graphics/p5-Imager/Imager-1.012/SGI/
H A Dimsgi.c520 int pixels_left = width;
544 if (count > pixels_left) {
553 pixels_left -= count;
577 if (count > pixels_left) {
597 pixels_left -= count;
605 if (pixels_left) {
763 if (count > pixels_left) {
772 pixels_left -= count;
799 if (count > pixels_left) {
822 pixels_left -= count;
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dtruemotion1.c614 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_16bit() local
646 pixels_left = s->avctx->width; in truemotion1_decode_16bit()
648 while (pixels_left > 0) { in truemotion1_decode_16bit()
726 pixels_left -= 4; in truemotion1_decode_16bit()
740 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_24bit() local
772 pixels_left = s->avctx->width; in truemotion1_decode_24bit()
774 while (pixels_left > 0) { in truemotion1_decode_24bit()
852 pixels_left -= 2; in truemotion1_decode_24bit()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dtruemotion1.c597 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_16bit() local
629 pixels_left = s->avctx->width; in truemotion1_decode_16bit()
631 while (pixels_left > 0) { in truemotion1_decode_16bit()
709 pixels_left -= 4; in truemotion1_decode_16bit()
723 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_24bit() local
755 pixels_left = s->avctx->width; in truemotion1_decode_24bit()
757 while (pixels_left > 0) { in truemotion1_decode_24bit()
835 pixels_left -= 4; in truemotion1_decode_24bit()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dtruemotion1.c614 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_16bit() local
646 pixels_left = s->avctx->width; in truemotion1_decode_16bit()
648 while (pixels_left > 0) { in truemotion1_decode_16bit()
726 pixels_left -= 4; in truemotion1_decode_16bit()
740 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_24bit() local
772 pixels_left = s->avctx->width; in truemotion1_decode_24bit()
774 while (pixels_left > 0) { in truemotion1_decode_24bit()
852 pixels_left -= 2; in truemotion1_decode_24bit()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dtruemotion1.c620 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_16bit() local
653 pixels_left = s->avctx->width; in truemotion1_decode_16bit()
655 while (pixels_left > 0) { in truemotion1_decode_16bit()
733 pixels_left -= 4; in truemotion1_decode_16bit()
747 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_24bit() local
779 pixels_left = s->avctx->width; in truemotion1_decode_24bit()
781 while (pixels_left > 0) { in truemotion1_decode_24bit()
859 pixels_left -= 2; in truemotion1_decode_24bit()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dtruemotion1.c620 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_16bit() local
653 pixels_left = s->avctx->width; in truemotion1_decode_16bit()
655 while (pixels_left > 0) { in truemotion1_decode_16bit()
733 pixels_left -= 4; in truemotion1_decode_16bit()
747 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_24bit() local
779 pixels_left = s->avctx->width; in truemotion1_decode_24bit()
781 while (pixels_left > 0) { in truemotion1_decode_24bit()
859 pixels_left -= 2; in truemotion1_decode_24bit()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dtruemotion1.c620 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_16bit() local
653 pixels_left = s->avctx->width; in truemotion1_decode_16bit()
655 while (pixels_left > 0) { in truemotion1_decode_16bit()
733 pixels_left -= 4; in truemotion1_decode_16bit()
747 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_24bit() local
779 pixels_left = s->avctx->width; in truemotion1_decode_24bit()
781 while (pixels_left > 0) { in truemotion1_decode_24bit()
859 pixels_left -= 2; in truemotion1_decode_24bit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dtruemotion1.c622 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_16bit() local
655 pixels_left = s->avctx->width; in truemotion1_decode_16bit()
657 while (pixels_left > 0) { in truemotion1_decode_16bit()
735 pixels_left -= 4; in truemotion1_decode_16bit()
749 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_24bit() local
781 pixels_left = s->avctx->width; in truemotion1_decode_24bit()
783 while (pixels_left > 0) { in truemotion1_decode_24bit()
861 pixels_left -= 2; in truemotion1_decode_24bit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dtruemotion1.c620 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_16bit() local
653 pixels_left = s->avctx->width; in truemotion1_decode_16bit()
655 while (pixels_left > 0) { in truemotion1_decode_16bit()
733 pixels_left -= 4; in truemotion1_decode_16bit()
747 int pixels_left; /* remaining pixels on this line */ in truemotion1_decode_24bit() local
779 pixels_left = s->avctx->width; in truemotion1_decode_24bit()
781 while (pixels_left > 0) { in truemotion1_decode_24bit()
859 pixels_left -= 2; in truemotion1_decode_24bit()
/dports/graphics/sdump/sdump-c5fb55b/
H A Dlibnsbmp.c951 uint32_t i, length, pixels_left; in bmp_decode_rle() local
996 pixels_left = (y + 1) * bmp->width - x; in bmp_decode_rle()
999 pixels_left = (bmp->height - y + 1) * bmp->width - x; in bmp_decode_rle()
1002 if (length > pixels_left) in bmp_decode_rle()
1003 length = pixels_left; in bmp_decode_rle()
1046 pixels_left = (y + 1) * bmp->width - x; in bmp_decode_rle()
1049 pixels_left = (bmp->height - y + 1) * bmp->width - x; in bmp_decode_rle()
1052 if (length > pixels_left) in bmp_decode_rle()
1053 length = pixels_left; in bmp_decode_rle()
/dports/graphics/gifsicle/gifsicle-1.93/src/
H A Dgifwrite.c550 unsigned pixels_left = image_endpos - pos - 1; in write_compressed_data() local
551 if (pixels_left) { in write_compressed_data()
557 || pixels_left > UINT_MAX / RUN_INV_THRESH in write_compressed_data()
558 || run_ewma < pixels_left * RUN_INV_THRESH) in write_compressed_data()
622 unsigned pixels_left = image_endpos - pos; in write_compressed_data() local
623 if (pixels_left) { in write_compressed_data()
629 || pixels_left > UINT_MAX / RUN_INV_THRESH in write_compressed_data()
630 || run_ewma < pixels_left * RUN_INV_THRESH) in write_compressed_data()
H A Dungifwrt.c332 unsigned pixels_left = gfi->width * gfi->height - pos; in write_compressed_data() local
333 if (pixels_left) { in write_compressed_data()
339 || pixels_left > UINT_MAX / RUN_INV_THRESH in write_compressed_data()
340 || run_ewma < pixels_left * RUN_INV_THRESH) in write_compressed_data()
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gifsicle-1.92.5/vendor/src/
H A Dgifwrite.c550 unsigned pixels_left = image_endpos - pos - 1; in write_compressed_data() local
551 if (pixels_left) { in write_compressed_data()
557 || pixels_left > UINT_MAX / RUN_INV_THRESH in write_compressed_data()
558 || run_ewma < pixels_left * RUN_INV_THRESH) in write_compressed_data()
622 unsigned pixels_left = image_endpos - pos; in write_compressed_data() local
623 if (pixels_left) { in write_compressed_data()
629 || pixels_left > UINT_MAX / RUN_INV_THRESH in write_compressed_data()
630 || run_ewma < pixels_left * RUN_INV_THRESH) in write_compressed_data()
H A Dungifwrt.c332 unsigned pixels_left = gfi->width * gfi->height - pos; in write_compressed_data() local
333 if (pixels_left) { in write_compressed_data()
339 || pixels_left > UINT_MAX / RUN_INV_THRESH in write_compressed_data()
340 || run_ewma < pixels_left * RUN_INV_THRESH) in write_compressed_data()
/dports/audio/mp3splt-gtk/mp3splt-gtk-0.9.2/src/
H A Dplayer_window.c2507 gint pixels_left = convert_time_to_pixels(ui->infos->width_drawing_area, time_left, in draw_small_rectangle() local
2511 gint pixels_length = pixels_right - pixels_left; in draw_small_rectangle()
2514 dh_draw_rectangle(cairo_surface, TRUE, pixels_left, ui->gui->erase_split_ylimit, in draw_small_rectangle()
2519 dh_draw_rectangle(cairo_surface, TRUE, pixels_left, ui->gui->text_ypos + ui->gui->margin, in draw_small_rectangle()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqcommonstyle.cpp1524 int pixels_left = w - (nu * unit_width); in drawControl() local
1525 int offset = reverse ? x0 + x + unit_width-pixels_left : x0 + x; in drawControl()
1526 pbBits.rect.setRect(offset, myY, pixels_left, myHeight); in drawControl()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqcommonstyle.cpp1635 int pixels_left = w - (nu * unit_width); in drawControl() local
1636 int offset = reverse ? x0 + x + unit_width-pixels_left : x0 + x; in drawControl()
1637 pbBits.rect.setRect(offset, myY, pixels_left, myHeight); in drawControl()

12