Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1974 int coeff_w, coeff_h; // number of 8x8 coefficient blocks member
3020 short *data = z->img_comp[n].coeff + 64 * (i + j * z->img_comp[n].coeff_w); in stbi__parse_entropy_coded_data()
3051 short *data = z->img_comp[n].coeff + 64 * (x2 + y2 * z->img_comp[n].coeff_w); in stbi__parse_entropy_coded_data()
3088 short *data = z->img_comp[n].coeff + 64 * (i + j * z->img_comp[n].coeff_w); in stbi__jpeg_finish()
3342 z->img_comp[i].coeff_w = z->img_comp[i].w2 / 8; in stbi__process_frame_header()

Completed in 12 milliseconds