Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h454 int i,j, j_end; in stbiw__write_pixels() local
463 j_end = -1; j = y-1; in stbiw__write_pixels()
465 j_end = y; j = 0; in stbiw__write_pixels()
468 for (; j != j_end; j += vdir) { in stbiw__write_pixels()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h454 int i,j, j_end; in stbiw__write_pixels() local
463 j_end = -1; j = y-1; in stbiw__write_pixels()
465 j_end = y; j = 0; in stbiw__write_pixels()
468 for (; j != j_end; j += vdir) { in stbiw__write_pixels()