Home
last modified time | relevance | path

Searched refs:bs_width (Results 1 – 25 of 33) sorted by relevance

12

/dports/audio/sweep/sweep-0.9.3/src/
H A Dtime_ruler.c329 gint bs_width, bs_height; in time_ruler_draw_pos() local
347 bs_width = height / 2; in time_ruler_draw_pos()
348 bs_width |= 1; /* make sure it's odd */ in time_ruler_draw_pos()
349 bs_height = bs_width / 2 + 1; in time_ruler_draw_pos()
351 if ((bs_width > 0) && (bs_height > 0)) in time_ruler_draw_pos()
360 bs_width, bs_height); in time_ruler_draw_pos()
365 (xthickness - bs_width) / 2 - 1; in time_ruler_draw_pos()
371 x + bs_width - 1 - i, y + i); in time_ruler_draw_pos()
H A Ddb_ruler.c506 gint bs_width, bs_height; in db_ruler_draw_pos() local
525 bs_width = 4; in db_ruler_draw_pos()
527 if ((bs_width > 0) && (bs_height > 0)) in db_ruler_draw_pos()
536 bs_width, bs_height); in db_ruler_draw_pos()
540 x = (width - bs_width) + xthickness - 2; in db_ruler_draw_pos()
543 for (i = 0; i < bs_width; i++) in db_ruler_draw_pos()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkruler.c812 gint bs_width, bs_height; in gtk_ruler_real_draw_pos() local
828 bs_width = height / 2 + 2; in gtk_ruler_real_draw_pos()
829 bs_width |= 1; /* make sure it's odd */ in gtk_ruler_real_draw_pos()
830 bs_height = bs_width / 2 + 1; in gtk_ruler_real_draw_pos()
838 bs_width = bs_height / 2 + 1; in gtk_ruler_real_draw_pos()
841 if ((bs_width > 0) && (bs_height > 0)) in gtk_ruler_real_draw_pos()
851 cairo_rectangle (cr, ruler->xsrc, ruler->ysrc, bs_width, bs_height); in gtk_ruler_real_draw_pos()
868 x = (width + bs_width) / 2 + xthickness; in gtk_ruler_real_draw_pos()
878 cairo_line_to (cr, x + bs_width / 2.0, y + bs_height); in gtk_ruler_real_draw_pos()
879 cairo_line_to (cr, x + bs_width, y); in gtk_ruler_real_draw_pos()
[all …]
/dports/x11-toolkits/gtkdatabox/gtkdatabox-0.9.3.1/gtk/
H A Dgtkdatabox_ruler.c1531 gint bs_width, bs_height; in gtk_databox_ruler_draw_pos() local
1547 bs_width = height / 2 + 2; in gtk_databox_ruler_draw_pos()
1548 bs_width |= 1; /* make sure it's odd */ in gtk_databox_ruler_draw_pos()
1549 bs_height = bs_width / 2 + 1; in gtk_databox_ruler_draw_pos()
1555 bs_width = bs_height / 2 + 1; in gtk_databox_ruler_draw_pos()
1557 bs_width=-bs_width; in gtk_databox_ruler_draw_pos()
1580 (xthickness - bs_width) / 2 - 1; in gtk_databox_ruler_draw_pos()
1586 cairo_line_to (cr, x + bs_width / 2., y + bs_height); in gtk_databox_ruler_draw_pos()
1587 cairo_line_to (cr, x + bs_width, y); in gtk_databox_ruler_draw_pos()
1591 x = (width + bs_width) / 2 + xthickness; in gtk_databox_ruler_draw_pos()
[all …]
/dports/multimedia/lives/lives-3.2.0/src/giw/
H A Dgiwtimeline.c910 gint bs_width, bs_height; in giw_timeline_draw_pos() local
921 bs_width = height / 2 + 2; in giw_timeline_draw_pos()
922 bs_width |= 1; /* make sure it's odd */ in giw_timeline_draw_pos()
923 bs_height = bs_width / 2 + 1; in giw_timeline_draw_pos()
930 bs_width = bs_height / 2 + 1; in giw_timeline_draw_pos()
933 if ((bs_width > 0) && (bs_height > 0)) { in giw_timeline_draw_pos()
967 cairo_rectangle(cr, timeline->xsrc, timeline->ysrc, bs_width, bs_height); in giw_timeline_draw_pos()
985 x = (width + bs_width) / 2 + border.left; in giw_timeline_draw_pos()
997 cairo_line_to(cr, x + bs_width / 2.0, y + bs_height); in giw_timeline_draw_pos()
998 cairo_line_to(cr, x + bs_width, y); in giw_timeline_draw_pos()
[all …]
/dports/games/klavaro/klavaro-3.11/gtkdatabox/
H A Dgtkdatabox_ruler.c1589 gint bs_width, bs_height; in gtk_databox_ruler_draw_pos() local
1611 bs_width = height / 2 + 2; in gtk_databox_ruler_draw_pos()
1612 bs_width |= 1; /* make sure it's odd */ in gtk_databox_ruler_draw_pos()
1613 bs_height = bs_width / 2 + 1; in gtk_databox_ruler_draw_pos()
1619 bs_width = bs_height / 2 + 1; in gtk_databox_ruler_draw_pos()
1621 bs_width=-bs_width; in gtk_databox_ruler_draw_pos()
1648 (xthickness - bs_width) / 2 - 1; in gtk_databox_ruler_draw_pos()
1654 cairo_line_to (cr, x + bs_width / 2., y + bs_height); in gtk_databox_ruler_draw_pos()
1655 cairo_line_to (cr, x + bs_width, y); in gtk_databox_ruler_draw_pos()
1659 x = (width + bs_width) / 2 + xthickness; in gtk_databox_ruler_draw_pos()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dhevc_filter.c382 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
383 const int bs1 = s->vertical_bs[(x + (y + 4) * s->bs_width) >> 2]; in deblocking_filter_CTB()
412 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
413 const int bs1 = s->horizontal_bs[((x + 4) + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
447 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
448 const int bs1 = s->vertical_bs[(x + (y + (4 * v)) * s->bs_width) >> 2]; in deblocking_filter_CTB()
481 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
619 s->horizontal_bs[((x0 + i) + y0 * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
657 s->vertical_bs[(x0 + (y0 + i) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
675 s->horizontal_bs[((x0 + i) + (y0 + j) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
[all …]
H A Dhevc.h843 int bs_width; member
H A Dhevc.c92 s->bs_width = (width >> 2) + 1; in pic_arrays_init()
119 s->horizontal_bs = av_mallocz_array(s->bs_width, s->bs_height); in pic_arrays_init()
120 s->vertical_bs = av_mallocz_array(s->bs_width, s->bs_height); in pic_arrays_init()
2549 memset(s->horizontal_bs, 0, s->bs_width * s->bs_height); in hevc_frame_start()
2550 memset(s->vertical_bs, 0, s->bs_width * s->bs_height); in hevc_frame_start()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dhevc_filter.c382 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
383 const int bs1 = s->vertical_bs[(x + (y + 4) * s->bs_width) >> 2]; in deblocking_filter_CTB()
412 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
413 const int bs1 = s->horizontal_bs[((x + 4) + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
447 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
448 const int bs1 = s->vertical_bs[(x + (y + (4 * v)) * s->bs_width) >> 2]; in deblocking_filter_CTB()
481 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
619 s->horizontal_bs[((x0 + i) + y0 * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
657 s->vertical_bs[(x0 + (y0 + i) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
675 s->horizontal_bs[((x0 + i) + (y0 + j) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
[all …]
H A Dhevc.h843 int bs_width; member
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_filter.c545 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
546 const int bs1 = s->vertical_bs[(x + (y + 4) * s->bs_width) >> 2]; in deblocking_filter_CTB()
575 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
576 const int bs1 = s->horizontal_bs[((x + 4) + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
611 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
789 s->horizontal_bs[((x0 + i) + y0 * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
793 s->horizontal_bs[((x0 + i) + y0 * s->bs_width) >> 2] = 2; in ff_hevc_deblocking_boundary_strengths()
833 s->vertical_bs[(x0 + (y0 + i) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
837 s->vertical_bs[(x0 + (y0 + i) * s->bs_width) >> 2] = 2; in ff_hevc_deblocking_boundary_strengths()
857 s->horizontal_bs[((x0 + i) + (y0 + j) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
[all …]
H A Dhevc.h860 int bs_width; member
/dports/emulators/x48/x48-0.6.4_1/src/bitmaps/
H A Dbs.h1 #define bs_width 11 macro
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhevc_filter.c522 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
523 const int bs1 = s->vertical_bs[(x + (y + 4) * s->bs_width) >> 2]; in deblocking_filter_CTB()
552 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
553 const int bs1 = s->horizontal_bs[((x + 4) + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
588 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
589 const int bs1 = s->vertical_bs[(x + (y + (4 * v)) * s->bs_width) >> 2]; in deblocking_filter_CTB()
622 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
761 s->horizontal_bs[((x0 + i) + y0 * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
799 s->vertical_bs[(x0 + (y0 + i) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
817 s->horizontal_bs[((x0 + i) + (y0 + j) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
[all …]
H A Dhevcdec.h517 int bs_width; member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhevc_filter.c522 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
523 const int bs1 = s->vertical_bs[(x + (y + 4) * s->bs_width) >> 2]; in deblocking_filter_CTB()
552 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
553 const int bs1 = s->horizontal_bs[((x + 4) + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
588 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
589 const int bs1 = s->vertical_bs[(x + (y + (4 * v)) * s->bs_width) >> 2]; in deblocking_filter_CTB()
622 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
761 s->horizontal_bs[((x0 + i) + y0 * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
799 s->vertical_bs[(x0 + (y0 + i) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
817 s->horizontal_bs[((x0 + i) + (y0 + j) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
[all …]
H A Dhevcdec.h431 int bs_width; member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhevc_filter.c522 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
523 const int bs1 = s->vertical_bs[(x + (y + 4) * s->bs_width) >> 2]; in deblocking_filter_CTB()
552 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
553 const int bs1 = s->horizontal_bs[((x + 4) + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
588 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
589 const int bs1 = s->vertical_bs[(x + (y + (4 * v)) * s->bs_width) >> 2]; in deblocking_filter_CTB()
622 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
761 s->horizontal_bs[((x0 + i) + y0 * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
799 s->vertical_bs[(x0 + (y0 + i) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
817 s->horizontal_bs[((x0 + i) + (y0 + j) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
[all …]
H A Dhevcdec.h517 int bs_width; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c522 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
523 const int bs1 = s->vertical_bs[(x + (y + 4) * s->bs_width) >> 2]; in deblocking_filter_CTB()
552 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
553 const int bs1 = s->horizontal_bs[((x + 4) + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
588 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
589 const int bs1 = s->vertical_bs[(x + (y + (4 * v)) * s->bs_width) >> 2]; in deblocking_filter_CTB()
622 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
761 s->horizontal_bs[((x0 + i) + y0 * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
799 s->vertical_bs[(x0 + (y0 + i) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
817 s->horizontal_bs[((x0 + i) + (y0 + j) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
[all …]
H A Dhevcdec.h431 int bs_width; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c522 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
523 const int bs1 = s->vertical_bs[(x + (y + 4) * s->bs_width) >> 2]; in deblocking_filter_CTB()
552 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
553 const int bs1 = s->horizontal_bs[((x + 4) + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
588 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
589 const int bs1 = s->vertical_bs[(x + (y + (4 * v)) * s->bs_width) >> 2]; in deblocking_filter_CTB()
622 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
761 s->horizontal_bs[((x0 + i) + y0 * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
799 s->vertical_bs[(x0 + (y0 + i) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
817 s->horizontal_bs[((x0 + i) + (y0 + j) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
[all …]
H A Dhevcdec.h515 int bs_width; member
/dports/games/spellcast/spellcast/bitmaps/
H A Dbs.bm1 #define bs_width 48

12