Home
last modified time | relevance | path

Searched refs:RLE_count (Results 1 – 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
Dstb_image.h5809 int RLE_count = 0; in stbi__tga_load() local
5890 if ( RLE_count == 0 ) in stbi__tga_load()
5894 RLE_count = 1 + (RLE_cmd & 127); in stbi__tga_load()
5939 --RLE_count; in stbi__tga_load()