Lines Matching defs:pwc_dec23_private
18 struct pwc_dec23_private struct
20 struct mutex lock;
22 unsigned char last_cmd, last_cmd_valid;
24 unsigned int scalebits;
25 unsigned int nbitsmask, nbits; /* Number of bits of a color in the compressed stream */
27 unsigned int reservoir;
28 unsigned int nbits_in_reservoir;
30 const unsigned char *stream;
31 int temp_colors[16];
33 unsigned char table_0004_pass1[16][1024];
34 unsigned char table_0004_pass2[16][1024];
35 unsigned char table_8004_pass1[16][256];
36 unsigned char table_8004_pass2[16][256];
37 unsigned int table_subblock[256][12];
39 unsigned char table_bitpowermask[8][256];
40 unsigned int table_d800[256];
41 unsigned int table_dc00[256];