Lines Matching defs:pwc_dec23_private
30 struct pwc_dec23_private struct
32 struct mutex lock;
34 unsigned char last_cmd, last_cmd_valid;
36 unsigned int scalebits;
37 unsigned int nbitsmask, nbits; /* Number of bits of a color in the compressed stream */
39 unsigned int reservoir;
40 unsigned int nbits_in_reservoir;
42 const unsigned char *stream;
43 int temp_colors[16];
45 unsigned char table_0004_pass1[16][1024];
46 unsigned char table_0004_pass2[16][1024];
47 unsigned char table_8004_pass1[16][256];
48 unsigned char table_8004_pass2[16][256];
49 unsigned int table_subblock[256][12];
51 unsigned char table_bitpowermask[8][256];
52 unsigned int table_d800[256];
53 unsigned int table_dc00[256];