Home
last modified time | relevance | path

Searched defs:clamped_row (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h1539 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1577 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h1539 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1577 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local