Searched refs:unpacksrc (Results 1 – 1 of 1) sorted by relevance
1013 uinT8 *unpacksrc; //unpacking pointer in get_line() local1049 unpacksrc = bpp4table[*src++]; in get_line()1050 *dest++ = *unpacksrc++; in get_line()1051 *dest++ = *unpacksrc++; //copy nibbles in get_line()1069 unpacksrc = &bpp2table[*src++][bit]; in get_line()1071 *dest++ = *unpacksrc++;//copy bytes in get_line()1086 unpacksrc = &bpp1table[*src++][bit]; in get_line()1088 *dest++ = *unpacksrc++;//copy bytes in get_line()