Searched refs:RLE_cmd (Results 1 – 2 of 2) sorted by relevance
5626 int RLE_cmd = stbi__get8(s); in stbi__tga_load() local5627 RLE_count = 1 + (RLE_cmd & 127); in stbi__tga_load()5628 RLE_repeating = RLE_cmd >> 7; in stbi__tga_load()