Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h4402 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
4415 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
4416 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4432 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4433 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4435 width = img_width_bytes; in stbi__create_png_image_raw()
4527 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h4402 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
4415 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
4416 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4432 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4433 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4435 width = img_width_bytes; in stbi__create_png_image_raw()
4527 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()