Home
last modified time | relevance | path

Searched refs:double_resolution (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/
H A Dfiascotopnm.c57 checkargs (int argc, char **argv, bool_t *double_resolution, bool_t *panel,
61 bool_t double_resolution, int fps, fiasco_d_options_t *options);
93 last_arg = checkargs (argc, argv, &double_resolution, &panel, &fps, in main()
101 double_resolution, fps, options); in main()
137 checkargs (int argc, char **argv, bool_t *double_resolution, bool_t *panel, in checkargs() argument
172 *double_resolution = *((bool_t *) parameter_value (params, "double")); in checkargs()
299 (height << (double_resolution ? 1 : 0)) in video_decoder()
302 height << (double_resolution ? 1 : 0)); in video_decoder()
310 double_resolution); in video_decoder()
319 size_t size = (width << (double_resolution ? 1 : 0)) in video_decoder()
[all …]
H A Dfiasco.h297 int double_resolution);
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/lib/
H A Ddither.c90 int double_resolution) in fiasco_renderer_new() argument
142 private->double_resolution = double_resolution; in fiasco_renderer_new()
426 if (private->double_resolution) in display_16_bit()
556 if (private->double_resolution) in display_16_bit()
622 if (private->double_resolution) in display_16_bit()
727 if (private->double_resolution) in display_24_bit_bgr()
922 if (private->double_resolution) in display_24_bit_bgr()
1172 if (private->double_resolution) in display_24_bit_rgb()
1367 if (private->double_resolution) in display_24_bit_rgb()
1625 if (private->double_resolution) in display_32_bit()
[all …]
H A Ddither.h24 bool_t double_resolution; member
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu_neon/psx_gpu/
H A Dpsx_gpu.h240 u32 color, int double_resolution);
H A Dpsx_gpu.c4613 u32 color, int double_resolution) in render_line() argument
4668 if(double_resolution) in render_line()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpu_neon/psx_gpu/
H A Dpsx_gpu.h240 u32 color, int double_resolution);
H A Dpsx_gpu.c4613 u32 color, int double_resolution) in render_line() argument
4668 if(double_resolution) in render_line()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_vil1_float_ops.h75 double_resolution(vil1_memory_image_of<float> const & input,
H A Dbrip_vil_float_ops.h109 double_resolution(vil_image_view<float> const& input,
H A Dbrip_vil_float_ops.cxx227 brip_vil_float_ops::double_resolution(vil_image_view<float> const& input, in double_resolution() function in brip_vil_float_ops
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/segv/
H A Dsegv_vil_segmentation_manager.cxx1736 brip_vil_float_ops::double_resolution(flt, coef); in expand_image()