Home
last modified time | relevance | path

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

/dports/graphics/libsixel/sixel-1.8.6/src/
H A Ddither.c326 (*ppdither)->method_for_largest = SIXEL_LARGE_NORM; in sixel_dither_new()
481 method_for_largest = SIXEL_LARGE_NORM; in sixel_dither_set_method_for_largest()
H A Dencoder.c418 SIXEL_LARGE_NORM, in load_image_callback_for_palette()
1386 encoder->method_for_largest = SIXEL_LARGE_NORM; in sixel_encoder_setopt()
H A Dquant.c540 case SIXEL_LARGE_NORM: in splitBox()
/dports/graphics/libsixel/sixel-1.8.6/include/
H A Dsixel.h83 #define SIXEL_LARGE_NORM 0x1 /* simply comparing the range in RGB space */ macro
H A Dsixel.h.in83 #define SIXEL_LARGE_NORM 0x1 /* simply comparing the range in RGB space */ macro
/dports/graphics/libsixel/sixel-1.8.6/python/libsixel/
H A D__init__.py73 SIXEL_LARGE_NORM = 0x1 # simply comparing the range in RGB space variable