HomeSort by relevance Sort by last modified time
    Searched refs:bit_depth (Results 101 - 125 of 179) sorted by null

1 2 3 45 6 7 8

  /external/skia/third_party/libpng/
pngset.c 208 png_uint_32 width, png_uint_32 height, int bit_depth,
219 info_ptr->bit_depth = (png_byte)bit_depth;
226 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
241 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
524 (1 << info_ptr->bit_depth) : PNG_MAX_PALETTE_LENGTH;
966 if (info_ptr->bit_depth < 16)
968 int sample_max = (1 << info_ptr->bit_depth) - 1;
977 "tRNS chunk has out-of-range samples for bit_depth");
    [all...]
pngget.c 73 return info_ptr->bit_depth;
796 png_uint_32 *width, png_uint_32 *height, int *bit_depth,
811 if (bit_depth != NULL)
812 *bit_depth = info_ptr->bit_depth;
832 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
png.c 834 /* Build a grayscale palette. Palette is assumed to be 1 << bit_depth
840 png_build_grayscale_palette(int bit_depth, png_colorp palette)
852 switch (bit_depth)
    [all...]
pngstruct.h 254 png_byte bit_depth; /* bit depth of file */ member in struct:png_struct_def
  /external/libpng/
pngget.c 73 return info_ptr->bit_depth;
796 png_uint_32 *width, png_uint_32 *height, int *bit_depth,
811 if (bit_depth != NULL)
812 *bit_depth = info_ptr->bit_depth;
832 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
png.c 834 /* Build a grayscale palette. Palette is assumed to be 1 << bit_depth
840 png_build_grayscale_palette(int bit_depth, png_colorp palette)
852 switch (bit_depth)
    [all...]
pngstruct.h 254 png_byte bit_depth; /* bit depth of file */ member in struct:png_struct_def
  /external/pdfium/third_party/freetype/src/sfnt/
ttsbit.c 336 FT_Byte bit_depth; member in struct:TT_SBitDecoderRec_
399 decoder->bit_depth = *p;
442 switch ( decoder->bit_depth )
583 line_bits = width * decoder->bit_depth;
723 line_bits = width * decoder->bit_depth;
918 decoder->bit_depth,
    [all...]
  /external/pdfium/third_party/libpng16/
pngget.c 73 return info_ptr->bit_depth;
796 png_uint_32 *width, png_uint_32 *height, int *bit_depth,
811 if (bit_depth != NULL)
812 *bit_depth = info_ptr->bit_depth;
832 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
png.c 834 /* Build a grayscale palette. Palette is assumed to be 1 << bit_depth
840 png_build_grayscale_palette(int bit_depth, png_colorp palette)
852 switch (bit_depth)
    [all...]
pngstruct.h 254 png_byte bit_depth; /* bit depth of file */ member in struct:png_struct_def
  /external/syslinux/com32/lib/libpng/
pngget.c 76 return info_ptr->bit_depth;
578 png_uint_32 *width, png_uint_32 *height, int *bit_depth,
586 height == NULL || bit_depth == NULL || color_type == NULL)
591 *bit_depth = info_ptr->bit_depth;
609 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
pngset.c 228 png_uint_32 width, png_uint_32 height, int bit_depth,
239 info_ptr->bit_depth = (png_byte)bit_depth;
246 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
257 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
863 int sample_max = (1 << info_ptr->bit_depth);
871 "tRNS chunk has out-of-range samples for bit_depth");
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 958 vp9_compute_qdelta(rc, rc->avg_q, rc->avg_q * 0.875, cm->bit_depth);
5304 uint32_t bit_depth = 8; local
    [all...]
vp9_aq_variance.c 64 rate_ratio[i], cm->bit_depth);
vp9_bitstream.c 128 vpx_bit_depth_t bit_depth) {
132 (bit_depth == VPX_BITS_12)
134 : (bit_depth == VPX_BITS_10) ? vp9_extra_bits_high10 : vp9_extra_bits;
137 (void)bit_depth;
394 pack_mb_tokens(w, tok, tok_end, cm->bit_depth);
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 464 FT_Byte bit_depth; member in struct:TT_SBitDecoderRec_
525 decoder->bit_depth = *p;
569 switch ( decoder->bit_depth )
720 line_bits = width * decoder->bit_depth;
863 line_bits = width * decoder->bit_depth;
1073 decoder->bit_depth,
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 195 int bit_depth, color_type; local
196 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth,
  /external/libvpx/libvpx/vpx_dsp/
psnr.c 203 uint32_t bit_depth, uint32_t in_bit_depth) {
215 const unsigned int input_shift = bit_depth - in_bit_depth;
  /external/syslinux/com32/lib/sys/vesa/
background.c 157 if (info_ptr->bit_depth == 16)
159 else if (info_ptr->bit_depth < 8)
  /external/libvpx/libvpx/test/
sad_test.cc 30 : width(w), height(h), bit_depth(bd), func(f) {}
31 int width, height, bit_depth; member in struct:TestParams
71 if (params_.bit_depth == -1) {
80 bit_depth_ = static_cast<vpx_bit_depth_t>(params_.bit_depth);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 946 unsigned int *const bit_depth = va_arg(args, unsigned int *); local
    [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 127 img->bit_depth = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 16 : 8;
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 4157 milliseconds

1 2 3 45 6 7 8