Searched refs:v_max (Results 1 – 2 of 2) sorted by relevance
/device/generic/vulkan-cereal/third-party/stb/include/stb/ |
D | stb_image.h | 3232 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local 3267 if (z->img_comp[i].v > v_max) v_max = z->img_comp[i].v; in stbi__process_frame_header() 3274 if (v_max % z->img_comp[i].v != 0) return stbi__err("bad V","Corrupt JPEG"); in stbi__process_frame_header() 3279 z->img_v_max = v_max; in stbi__process_frame_header() 3281 z->img_mcu_h = v_max * 8; in stbi__process_frame_header() 3289 z->img_comp[i].y = (s->img_y * z->img_comp[i].v + v_max-1) / v_max; in stbi__process_frame_header()
|
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
D | stb_image.h | 3232 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local 3267 if (z->img_comp[i].v > v_max) v_max = z->img_comp[i].v; in stbi__process_frame_header() 3272 z->img_v_max = v_max; in stbi__process_frame_header() 3274 z->img_mcu_h = v_max * 8; in stbi__process_frame_header() 3282 z->img_comp[i].y = (s->img_y * z->img_comp[i].v + v_max-1) / v_max; in stbi__process_frame_header()
|