HomeSort by relevance Sort by last modified time
    Searched refs:bitdepth (Results 1 - 10 of 10) sorted by null

  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 101 initially. Bytes per pixel depends on colortype and bitdepth.
109 bitdepth: the desired bit depth for the raw output image. See explanation on PNG color types.
114 LodePNGColorType colortype, unsigned bitdepth);
131 LodePNGColorType colortype, unsigned bitdepth);
146 Converts raw pixel data into a PNG image in memory. The colortype and bitdepth
148 by the colortype, bitdepth and content of the input pixel data.
154 w * h * (bytes per pixel), bytes per pixel depends on colortype and bitdepth.
158 bitdepth: the bit depth of the raw input image. See explanation on PNG color types.
163 LodePNGColorType colortype, unsigned bitdepth);
181 LodePNGColorType colortype, unsigned bitdepth);
316 unsigned bitdepth; \/*bits per sample, see PNG standard or documentation further in this header file*\/ member in struct:LodePNGColorMode
    [all...]
lodepng.cpp     [all...]
  /external/freetype/src/sfnt/
pngshim.c 266 int bitdepth, color_type, interlace; local
319 &bitdepth, &color_type, &interlace,
365 if ( bitdepth == 16 )
368 if ( bitdepth < 8 )
385 &bitdepth, &color_type, &interlace,
388 if ( bitdepth != 8 ||
  /prebuilts/go/darwin-x86/src/image/png/
reader_test.go 131 var bitdepth int
134 bitdepth = 8
136 bitdepth = 16
143 bitdepth = 1
145 bitdepth = 2
147 bitdepth = 4
149 bitdepth = 8
156 fmt.Fprintf(w, " width: %d; height: %d; bitdepth: %d;\n", bounds.Dx(), bounds.Dy(), bitdepth)
310 b = b<<uint(bitdepth) | int(paletted.ColorIndexAt(x, y)
    [all...]
  /prebuilts/go/linux-x86/src/image/png/
reader_test.go 131 var bitdepth int
134 bitdepth = 8
136 bitdepth = 16
143 bitdepth = 1
145 bitdepth = 2
147 bitdepth = 4
149 bitdepth = 8
156 fmt.Fprintf(w, " width: %d; height: %d; bitdepth: %d;\n", bounds.Dx(), bounds.Dy(), bitdepth)
310 b = b<<uint(bitdepth) | int(paletted.ColorIndexAt(x, y)
    [all...]
  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 196 state.info_raw.bitdepth = 8;
199 state.info_raw.bitdepth = 16;
375 if (inputstate.info_png.color.bitdepth == 16 && !png_options.lossy_8bit) {
  /external/libvpx/libvpx/test/
dct_test.cc 85 #define idctNxN(n, coeffs, bitdepth) \
86 void idct##n##x##n##_##bitdepth(const tran_low_t *in, uint8_t *out, \
89 stride, bitdepth); \
101 #define ihtNxN(n, coeffs, bitdepth) \
102 void iht##n##x##n##_##bitdepth(const tran_low_t *in, uint8_t *out, \
105 stride, tx_type, bitdepth); \
  /device/linaro/hikey/gralloc960/
Android.mk 55 # fbdev bitdepth to use
  /external/libhevc/common/
ihevc_sao.h 71 UWORD32 bitdepth);
  /external/tensorflow/tensorflow/tools/quantization/
quantize_graph.py 58 flags.DEFINE_integer("bitdepth", 8,
246 # Currently, the parameter FLAGS.bitdepth is used to compute the
247 # number of buckets as 1 << FLAGS.bitdepth, meaning the number of
253 num_buckets = 1 << FLAGS.bitdepth
471 levels = 1 << FLAGS.bitdepth
    [all...]

Completed in 599 milliseconds