Lines Matching refs:map_table
381 int non_mod, uint8_t *map_table, int x_pos)
398 if (map_table)
399 *destbuf++ = map_table[bits];
413 if (map_table)
414 bits = map_table[bits];
431 if (map_table)
432 bits = map_table[bits];
445 if (map_table)
446 bits = map_table[bits];
453 if (map_table)
454 bits = map_table[0];
467 if (map_table)
468 bits = map_table[0];
488 int non_mod, uint8_t *map_table, int x_pos)
505 if (map_table)
506 *destbuf++ = map_table[bits];
523 if (map_table)
524 bits = map_table[0];
541 if (map_table)
542 bits = map_table[bits];
557 if (map_table)
558 bits = map_table[bits];
571 if (map_table)
572 bits = map_table[bits];
579 if (map_table)
580 bits = map_table[0];
589 if (map_table)
590 bits = map_table[0];
612 int non_mod, uint8_t *map_table, int x_pos)
626 if (map_table)
627 *destbuf++ = map_table[bits];
647 if (map_table)
648 bits = map_table[bits];
878 uint8_t *map_table;
917 map_table = map2to8;
919 map_table = map2to4;
921 map_table = NULL;
925 non_mod, map_table, x_pos);
934 map_table = map4to8;
936 map_table = NULL;
940 non_mod, map_table, x_pos);