Home
last modified time | relevance | path

Searched defs:bytes_per_px (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dimage_enc.c229 const size_t bytes_per_px = alpha ? 4 : 3; in WritePPMPAM() local
267 const uint32_t bytes_per_px = 2; in WebPWrite16bAsPGM() local
302 const uint32_t bytes_per_px = has_alpha ? 4 : 3; in WebPWriteBMP() local
369 const uint8_t bytes_per_px = has_alpha ? 4 : 3; in WebPWriteTIFF() local
A Dpnmdec.c36 int bytes_per_px; // 1, 3, 4 member

Completed in 5 milliseconds