Searched refs:lzss_image_state (Results 1 – 1 of 1) sorted by relevance
2248 struct lzss_image_state { struct2257 typedef struct lzss_image_state lzss_image_state; argument2261 vc_decompress_lzss_next_pixel(int next_data, lzss_image_state* state) in vc_decompress_lzss_next_pixel()2330 lzss_image_state state = {0, 0, image_width, image_height, bytes_per_row, image_start, clut}; in vc_display_lzss_icon()