Home
last modified time | relevance | path

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

/external/webp/imageio/
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
305 const uint32_t bytes_per_px = has_alpha ? 4 : 3; in WebPWriteBMP() local
380 const uint8_t bytes_per_px = has_alpha ? 4 : 3; in WebPWriteTIFF() local
Dpnmdec.c40 int bytes_per_px; member