Searched refs:decsixel_buf (Results 1 – 3 of 3) sorted by relevance
2498 memset(ip->decsixel_buf, 0, sizeof(ip->decsixel_buf));2560 memset(ip->decsixel_buf, 0,2561 sizeof(ip->decsixel_buf));2571 ip->decsixel_buf[ip->decsixel_x] |= d;2591 ip->decsixel_buf[ip->decsixel_x + i] |=
119 uint32_t decsixel_buf[MAX_SIXEL_WIDTH]; member
791 color = ip->decsixel_buf[cx * 16 + px] >> (y * 4); in tv_sixel()