Home
last modified time | relevance | path

Searched refs:bpl (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image.h5129 stbi__uint32 raw_len, bpl; in stbi__parse_png_file() local
5134 bpl = (s->img_x * z->depth + 7) / 8; // bytes per line, per component in stbi__parse_png_file()
5135 raw_len = bpl * s->img_y * s->img_n /* pixels */ + s->img_y /* filter mode per row */; in stbi__parse_png_file()
Dtinyexr.h4513 int i, bpl = w * num_chans, y, z; in tdefl_write_image_to_png_file_in_memory_ex() local
4519 out_buf.m_capacity = 57 + MZ_MAX(64, (1 + bpl) * h); in tdefl_write_image_to_png_file_in_memory_ex()
4533 (mz_uint8 *)pImage + (flip ? (h - 1 - y) : y) * bpl, in tdefl_write_image_to_png_file_in_memory_ex()
4534 bpl, TDEFL_NO_FLUSH); in tdefl_write_image_to_png_file_in_memory_ex()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h5136 stbi__uint32 raw_len, bpl; in stbi__parse_png_file() local
5141 bpl = (s->img_x * z->depth + 7) / 8; // bytes per line, per component in stbi__parse_png_file()
5142 raw_len = bpl * s->img_y * s->img_n /* pixels */ + s->img_y /* filter mode per row */; in stbi__parse_png_file()