Searched refs:base_p (Results 1 – 2 of 2) sorted by relevance
1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core() local1543 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() local1581 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()