Home
last modified time | relevance | path

Searched refs:FORMAT_4_2_0 (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/lib/
H A Dimage.c247 if (format == FORMAT_4_2_0 && band != Y) in alloc_image()
271 if (new->format == FORMAT_4_2_0 && band != Y) in clone_image()
450 if (image->format == FORMAT_4_2_0) in write_image()
H A Dimage.h25 typedef enum {FORMAT_4_4_4, FORMAT_4_2_0} format_e; enumerator
H A Ddither.c421 if (image->format == FORMAT_4_2_0) in display_16_bit()
725 if (image->format == FORMAT_4_2_0) in display_24_bit_bgr()
1170 if (image->format == FORMAT_4_2_0) in display_24_bit_rgb()
1620 if (image->format == FORMAT_4_2_0) in display_32_bit()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/codec/
H A Ddecoder.c329 && format == FORMAT_4_2_0) in get_next_frame()
466 compute_actual_size (format == FORMAT_4_2_0 ? root_state [Y] : MAXSTATES, in decode_image()
525 if (format == FORMAT_4_2_0 && band == Y) in decode_image()
793 if (enlarge_factor != 0 || format == FORMAT_4_2_0) in enlarge_image()
837 if (format == FORMAT_4_2_0 && state == y_root) in enlarge_image()
929 unsigned width = format == FORMAT_4_2_0 ? in alloc_state_images()
1052 if (format == FORMAT_4_2_0) in free_state_images()
H A Dmotion.c53 #define FX(v) ((image->format == FORMAT_4_2_0) && band != Y ? ((v) / 2) : v) in restore_mc()
197 unsigned shift = image->format == FORMAT_4_2_0 ? 2 : 0; in restore_mc()
H A Doptions.c860 this->image_format = format ? FORMAT_4_2_0 : FORMAT_4_4_4; in fiasco_d_options_set_4_2_0_format()