Searched refs:pixel_count (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2rgba.c | 387 size_t pixel_count; in cvt_whole_image() local 391 pixel_count = width * height; in cvt_whole_image() 394 if (!width || !height || pixel_count / width != height) { in cvt_whole_image() 404 raster = (uint32*)_TIFFCheckMalloc(in, pixel_count, sizeof(uint32), "raster buffer"); in cvt_whole_image() 407 (unsigned long)pixel_count, (unsigned long)sizeof(uint32)); in cvt_whole_image() 431 size_t count = pixel_count; in cvt_whole_image()
|
A D | rgb2ycbcr.c | 294 size_t pixel_count; in tiffcvt() local 298 pixel_count = width * height; in tiffcvt() 301 if (!width || !height || pixel_count / width != height) { in tiffcvt() 309 raster = (uint32*)_TIFFCheckMalloc(in, pixel_count, sizeof(uint32), in tiffcvt() 314 (unsigned long)pixel_count, in tiffcvt()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | frame_enc.c | 578 const uint64_t pixel_count = nb_mbs * 384; in OneStatPass() local 606 s->value = GetPSNR(distortion, pixel_count); in OneStatPass() 782 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; in VP8EncTokenLoop() local 847 stats.value = GetPSNR(distortion, pixel_count); in VP8EncTokenLoop()
|
Completed in 17 milliseconds