Home
last modified time | relevance | path

Searched refs:pixel_size (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Drdtarga.c66 int pixel_size; /* Bytes per Targa pixel (1 to 4) */ member
130 for (i = 0; i < sinfo->pixel_size; i++) { in read_non_rle_pixel()
161 for (i = 0; i < sinfo->pixel_size; i++) { in read_rle_pixel()
358 source->pixel_size = UCH(targaheader[16]) >> 3; in start_input_tga()
365 source->pixel_size < 1 || source->pixel_size > 4 || in start_input_tga()
387 if (source->pixel_size == 1 && cmaptype == 1) in start_input_tga()
394 switch (source->pixel_size) { in start_input_tga()
413 if (source->pixel_size == 1) in start_input_tga()
/external/pdfium/third_party/libtiff/
Dtif_luv.c163 int pixel_size; /* bytes per pixel */ member
200 npixels = occ / sp->pixel_size; in LogL16Decode()
266 npixels = occ / sp->pixel_size; in LogLuvDecode24()
323 npixels = occ / sp->pixel_size; in LogLuvDecode32()
430 npixels = cc / sp->pixel_size; in LogL16Encode()
518 npixels = cc / sp->pixel_size; in LogLuvEncode24()
571 npixels = cc / sp->pixel_size; in LogLuvEncode32()
1251 sp->pixel_size = sizeof (float); in LogL16InitState()
1254 sp->pixel_size = sizeof (int16); in LogL16InitState()
1257 sp->pixel_size = sizeof (uint8); in LogL16InitState()
[all …]
/external/opencv3/3rdparty/libtiff/
Dtif_luv.c163 int pixel_size; /* bytes per pixel */ member
200 npixels = occ / sp->pixel_size; in LogL16Decode()
266 npixels = occ / sp->pixel_size; in LogLuvDecode24()
323 npixels = occ / sp->pixel_size; in LogLuvDecode32()
424 npixels = cc / sp->pixel_size; in LogL16Encode()
512 npixels = cc / sp->pixel_size; in LogLuvEncode24()
565 npixels = cc / sp->pixel_size; in LogLuvEncode32()
1237 sp->pixel_size = sizeof (float); in LogL16InitState()
1240 sp->pixel_size = sizeof (int16); in LogL16InitState()
1243 sp->pixel_size = sizeof (uint8); in LogL16InitState()
[all …]
/external/libjpeg-turbo/simd/
Djsimd_mips_dspr2.S143 .macro GENERATE_JSIMD_RGB_YCC_CONVERT_MIPS_DSPR2 colorid, pixel_size, r_offs, g_offs, b_offs
152 addiu \inptr, \pixel_size
249 .macro GENERATE_JSIMD_YCC_RGB_CONVERT_MIPS_DSPR2 colorid, pixel_size, r_offs, g_offs, b_offs, a_offs
258 .if (\pixel_size == 4)
262 addiu \outptr, \pixel_size
366 .macro GENERATE_JSIMD_RGB_GRAY_CONVERT_MIPS_DSPR2 colorid, pixel_size, r_offs, g_offs, b_offs
375 addiu \inptr, \pixel_size
495 pixel_size, \
518 .if (\pixel_size == 8)
523 addiu \outptr, \pixel_size
[all …]
/external/libpng/contrib/libtests/
Dpngvalid.c3657 unsigned int pixel_size, png_uint_32 w, int pass, int littleendian) in interlace_row() argument
3673 pixel_copy(buffer, xout, imageRow, xin, pixel_size, littleendian); in interlace_row()
3681 unsigned int pixel_size, png_uint_32 w, int pass, int littleendian) in deinterlace_row() argument
3695 pixel_copy(buffer, xout, row, xin, pixel_size, littleendian); in deinterlace_row()
3962 unsigned int pixel_size; in make_size_image() local
4015 pixel_size = bit_size(pp, colour_type, bit_depth); in make_size_image()
4016 if (png_get_rowbytes(pp, pi) != ((w * pixel_size) + 7) / 8) in make_size_image()
4037 size_row(image[y], w * pixel_size, y); in make_size_image()
4071 interlace_row(tempRow, row, pixel_size, w, pass, in make_size_image()
4575 png_uint_32 pixel_size; /* Width of one pixel in bits */ member
[all …]
/external/libpng/
Dlibpng-manual.txt1172 if (width > PNG_UINT_32_MAX/pixel_size)
1184 width*pixel_size);