Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core() local
1543 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()
1578 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core() local
1581 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core() local
1543 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()
1578 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core() local
1581 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()