Lines Matching full:offset1
147 unsigned int offset1 = ONE_HALF; in fill_table_dc00_d800() local
151 pdec->table_dc00[i] = offset1 & ~(ONE_HALF); in fill_table_dc00_d800()
154 offset1 += 0x7bc4; in fill_table_dc00_d800()
176 * unsigned char offset1; // offset to add to access in the table_0004 % 16
492 unsigned int channel_v, offset1, op; in decode_block() local
517 offset1 = 0; in decode_block()
546 /* offset1 += yyyy */ in decode_block()
548 offset1 += 1 + yyyy; in decode_block()
549 offset1 &= 0x0F; in decode_block()
550 nbits = ptable8004[offset1 * 2]; in decode_block()
557 shift = ptable8004[offset1 * 2 + 1]; in decode_block()
562 pdec->temp_colors[i] += block[MulIdx[offset1][i]]; in decode_block()
566 * offset1 is coded on 3 bits in decode_block()
570 offset1 += hash_table_ops [htable_idx * 4 + 2]; in decode_block()
571 offset1 &= 0x0F; in decode_block()
573 rows = ptable0004[offset1 + hash_table_ops [htable_idx * 4 + 3]]; in decode_block()
576 pdec->temp_colors[i] += block[MulIdx[offset1][i]]; in decode_block()