Home
last modified time | relevance | path

Searched refs:img_mcu_y (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
2980 for (j=0; j < z->img_mcu_y; ++j) { in stbi__parse_entropy_coded_data()
3040 for (j=0; j < z->img_mcu_y; ++j) { in stbi__parse_entropy_coded_data()
3317 z->img_mcu_y = (s->img_y + z->img_mcu_h-1) / z->img_mcu_h; 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()
3331 z->img_comp[i].h2 = z->img_mcu_y * z->img_comp[i].v * 8; in stbi__process_frame_header()

Completed in 12 milliseconds