Home
last modified time | relevance | path

Searched refs:img_mcu_x (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h1957 int img_mcu_x, img_mcu_y; member
2981 for (i=0; i < z->img_mcu_x; ++i) { in stbi__parse_entropy_coded_data()
3041 for (i=0; i < z->img_mcu_x; ++i) { in stbi__parse_entropy_coded_data()
3316 z->img_mcu_x = (s->img_x + z->img_mcu_w-1) / z->img_mcu_w; in stbi__process_frame_header()
3328 // img_mcu_x, img_mcu_y: <=17 bits; comp[i].h and .v are <=4 (checked earlier) in stbi__process_frame_header()
3330 z->img_comp[i].w2 = z->img_mcu_x * z->img_comp[i].h * 8; in stbi__process_frame_header()

Completed in 11 milliseconds