Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h1794 int coeff_w, coeff_h; // number of 8x8 coefficient blocks member
2826 short *data = z->img_comp[n].coeff + 64 * (i + j * z->img_comp[n].coeff_w); in stbi__parse_entropy_coded_data()
2857 … short *data = z->img_comp[n].coeff + 64 * (x2 + y2 * z->img_comp[n].coeff_w); in stbi__parse_entropy_coded_data()
2894 short *data = z->img_comp[n].coeff + 64 * (i + j * z->img_comp[n].coeff_w); in stbi__jpeg_finish()
3138 z->img_comp[i].coeff_w = z->img_comp[i].w2 / 8; in stbi__process_frame_header()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h1794 int coeff_w, coeff_h; // number of 8x8 coefficient blocks member
2826 short *data = z->img_comp[n].coeff + 64 * (i + j * z->img_comp[n].coeff_w); in stbi__parse_entropy_coded_data()
2857 … short *data = z->img_comp[n].coeff + 64 * (x2 + y2 * z->img_comp[n].coeff_w); in stbi__parse_entropy_coded_data()
2894 short *data = z->img_comp[n].coeff + 64 * (i + j * z->img_comp[n].coeff_w); in stbi__jpeg_finish()
3138 z->img_comp[i].coeff_w = z->img_comp[i].w2 / 8; in stbi__process_frame_header()