Home
last modified time | relevance | path

Searched refs:mod_width (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libx264/filters/video/
H A Dresize.c297 width = width / csp->mod_width * csp->mod_width; in handle_opts()
301 int new_width = round( height * height_units / (width_units * csp->mod_width) ); in handle_opts()
302 new_width *= csp->mod_width; in handle_opts()
338 width = round( info->width * height_units / (width_units * csp->mod_width) ); in handle_opts()
339 width *= csp->mod_width; in handle_opts()
486 FAIL_IF_ERROR( h->dst.width % csp->mod_width || h->dst.height % csp->mod_height, in init()
H A Dcrop.c77 dim_mod = i&1 ? (h->csp->mod_height << info->interlaced) : h->csp->mod_width; in init()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dresize.c301 width = width / csp->mod_width * csp->mod_width; in handle_opts()
305 int new_width = round( height * height_units / (width_units * csp->mod_width) ); in handle_opts()
306 new_width *= csp->mod_width; in handle_opts()
342 width = round( info->width * height_units / (width_units * csp->mod_width) ); in handle_opts()
343 width *= csp->mod_width; in handle_opts()
503 FAIL_IF_ERROR( h->dst.width % csp->mod_width || h->dst.height % csp->mod_height, in init()
H A Dcrop.c59 int dim_mod = i&1 ? (h->csp->mod_height << info->interlaced) : h->csp->mod_width; in handle_opts()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dresize.c301 width = width / csp->mod_width * csp->mod_width; in handle_opts()
305 int new_width = round( height * height_units / (width_units * csp->mod_width) ); in handle_opts()
306 new_width *= csp->mod_width; in handle_opts()
342 width = round( info->width * height_units / (width_units * csp->mod_width) ); in handle_opts()
343 width *= csp->mod_width; in handle_opts()
503 FAIL_IF_ERROR( h->dst.width % csp->mod_width || h->dst.height % csp->mod_height, in init()
H A Dcrop.c59 int dim_mod = i&1 ? (h->csp->mod_height << info->interlaced) : h->csp->mod_width; in handle_opts()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/filters/video/
H A Dresize.c297 width = width / csp->mod_width * csp->mod_width; in handle_opts()
301 int new_width = round( height * height_units / (width_units * csp->mod_width) ); in handle_opts()
302 new_width *= csp->mod_width; in handle_opts()
338 width = round( info->width * height_units / (width_units * csp->mod_width) ); in handle_opts()
339 width *= csp->mod_width; in handle_opts()
486 FAIL_IF_ERROR( h->dst.width % csp->mod_width || h->dst.height % csp->mod_height, in init()
H A Dcrop.c77 dim_mod = i&1 ? (h->csp->mod_height << info->interlaced) : h->csp->mod_width; in init()
/dports/devel/p5-CPAN-Testers-Common-Client/CPAN-Testers-Common-Client-0.14/lib/CPAN/Testers/Common/
H A DClient.pm320 my $mod_width = _max_length( keys %$installed );
325 my $format = " \%-${mod_width}s \%-${ver_width}s\n";
329 $report .= sprintf( $format, "-" x $mod_width, "-" x $ver_width );
332 $report .= sprintf(" \%-${mod_width}s \%-${ver_width}s\n",
/dports/emulators/vice/vice-3.5/src/lib/libx264/input/
H A Dinput.h118 int mod_width; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/input/
H A Dinput.h118 int mod_width; member
/dports/devel/p5-CPAN-Reporter/CPAN-Reporter-1.2018/lib/CPAN/
H A DReporter.pm1449 my $mod_width = _max_length( keys %$installed );
1454 my $format = " \%-${mod_width}s \%-${ver_width}s\n";
1458 $report .= sprintf( $format, "-" x $mod_width, "-" x $ver_width );
1461 $report .= sprintf(" \%-${mod_width}s \%-${ver_width}s\n",
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/input/
H A Dinput.h123 int mod_width; member
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/input/
H A Dinput.h123 int mod_width; member
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dkis_panel_widgets.cc1186 int width_add_check = 0, width_add_en = 0, mod_width = 0; in DrawMenu() local
1203 mod_width = menu->width + 5 + width_add_check + width_add_en; in DrawMenu()
1205 wresize(win, dsz + 2, mod_width); in DrawMenu()
1225 mvwhline(win, 1 + dsz, 1, ACS_HLINE, mod_width - 1); in DrawMenu()
1227 mvwaddch(win, 1 + dsz, mod_width - 1, ACS_RTEE); in DrawMenu()
1264 (int) z <= mod_width - 5; z++) { in DrawMenu()