Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_external.cpp121 size_t num_pixels = dim_x * dim_y; in load_png_with_wuffs() local
122 if (num_pixels > (SIZE_MAX / 4)) in load_png_with_wuffs()
147 …lice_u8 pixbuf_slice = wuffs_base__make_slice_u8((uint8_t*)malloc(num_pixels * 4), num_pixels * 4); in load_png_with_wuffs()
Dwuffs-v0.3.c5120 uint64_t num_pixels,
11651 uint64_t num_pixels);
20315 uint64_t num_pixels, in wuffs_base__pixel_swizzler__transparent_black_src() argument
20318 if (n > num_pixels) { in wuffs_base__pixel_swizzler__transparent_black_src()
20319 n = num_pixels; in wuffs_base__pixel_swizzler__transparent_black_src()
20331 uint64_t num_pixels, in wuffs_base__pixel_swizzler__transparent_black_src_over() argument
20334 if (n > num_pixels) { in wuffs_base__pixel_swizzler__transparent_black_src_over()
20335 n = num_pixels; in wuffs_base__pixel_swizzler__transparent_black_src_over()
21454 uint64_t num_pixels) { in wuffs_base__pixel_swizzler__swizzle_interleaved_transparent_black() argument
21457 dst.ptr, dst.len, dst_palette.ptr, dst_palette.len, num_pixels, in wuffs_base__pixel_swizzler__swizzle_interleaved_transparent_black()