Searched refs:bit_depth (Results 26 - 50 of 99) sorted by relevance

1234

/external/libhevc/common/
H A Dihevc_sao.h96 UWORD32 bit_depth);
121 UWORD32 bit_depth);
148 UWORD32 bit_depth);
173 UWORD32 bit_depth);
200 UWORD32 bit_depth);
225 UWORD32 bit_depth);
252 UWORD32 bit_depth);
277 UWORD32 bit_depth);
303 UWORD32 bit_depth);
H A Dihevc_chroma_iquant_itrans_recon.h65 UWORD8 bit_depth);
92 UWORD8 bit_depth);
119 UWORD8 bit_depth);
H A Dihevc_deblk.h95 UWORD8 bit_depth);
107 UWORD8 bit_depth);
119 UWORD8 bit_depth);
131 UWORD8 bit_depth);
H A Dihevc_chroma_iquant_itrans_recon.c142 WORD32 log2_trans_size, bit_depth; local
145 bit_depth = 8 + 0;
146 shift_iq = bit_depth + log2_trans_size - 5;
H A Dihevc_iquant_itrans_recon.c133 WORD32 log2_trans_size, bit_depth; local
136 bit_depth = 8 + 0;
137 shift_iq = bit_depth + log2_trans_size - 5;
342 WORD32 log2_trans_size, bit_depth; local
345 bit_depth = 8 + 0;
346 shift_iq = bit_depth + log2_trans_size - 5;
/external/libvpx/libvpx/
H A Dy4minput.h62 unsigned int bit_depth; member in struct:y4m_input
H A Dtools_common.h93 vpx_bit_depth_t bit_depth; member in struct:VpxInputContext
H A Dy4minput.c745 _y4m->bit_depth = 8;
765 _y4m->bit_depth = 10;
783 _y4m->bit_depth = 12;
844 _y4m->bit_depth = 10;
860 _y4m->bit_depth = 12;
912 _y4m->bit_depth = 10;
927 _y4m->bit_depth = 12;
977 if (_y4m->bit_depth == 8)
996 int bytes_per_sample = _y4m->bit_depth > 8 ? 2 : 1;
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngrtran.c1226 switch (png_ptr->bit_depth)
1480 png_ptr->bit_depth != 16)
1507 png_ptr->bit_depth == 16)
1565 png_build_gamma_table(png_ptr, png_ptr->bit_depth);
1935 info_ptr->bit_depth = 8;
1945 if (info_ptr->bit_depth < 8)
1946 info_ptr->bit_depth = 8;
1975 if (info_ptr->bit_depth == 16)
1980 info_ptr->bit_depth = 8;
1985 info_ptr->bit_depth
2532 int bit_depth = row_info->bit_depth; local
3470 png_build_grayscale_palette(int bit_depth, png_colorp palette) argument
[all...]
H A Dfx_pngtrans.c41 if (png_ptr->bit_depth == 16)
56 if (png_ptr->bit_depth < 8)
74 if (png_ptr->bit_depth < 8)
159 if (png_ptr->bit_depth >= 8)
263 * if (row_info->bit_depth == 1 &&
279 row_info->bit_depth == 8)
294 row_info->bit_depth == 16)
319 if (row_info->bit_depth == 16)
448 if (row_info->bit_depth < 8)
455 if (row_info->bit_depth
[all...]
H A Dpnginfo.h66 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ member in struct:png_info_def
135 * in the pixel data. Values are in the range [1, bit_depth], and are
202 * The integer range [0, 2^bit_depth - 1] maps to the floating-point
H A Dfx_pngwutil.c754 int bit_depth, int color_type, int compression_type, int filter_type,
765 switch (bit_depth)
784 if (bit_depth != 8 && bit_depth != 16)
786 if (bit_depth != 8)
794 switch (bit_depth)
809 if (bit_depth != 8 && bit_depth != 16)
817 if (bit_depth != 8 && bit_depth !
753 png_write_IHDR(png_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
[all...]
/external/libpng/
H A Dpngrtran.c1233 switch (png_ptr->bit_depth)
1487 png_ptr->bit_depth != 16)
1514 png_ptr->bit_depth == 16)
1572 png_build_gamma_table(png_ptr, png_ptr->bit_depth);
1943 info_ptr->bit_depth = 8;
1956 if (info_ptr->bit_depth < 8)
1957 info_ptr->bit_depth = 8;
1986 if (info_ptr->bit_depth == 16)
1991 info_ptr->bit_depth = 8;
1996 info_ptr->bit_depth
2246 int bit_depth = row_info->bit_depth; local
[all...]
H A Dpngtrans.c42 if (png_ptr->bit_depth == 16)
57 if (png_ptr->bit_depth < 8)
77 if (png_ptr->bit_depth < 8)
162 if (png_ptr->bit_depth >= 8)
266 * if (row_info->bit_depth == 1 &&
282 row_info->bit_depth == 8)
297 row_info->bit_depth == 16)
322 if (row_info->bit_depth == 16)
451 if (row_info->bit_depth < 8)
458 if (row_info->bit_depth
[all...]
H A Dpnginfo.h66 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ member in struct:png_info_def
135 * in the pixel data. Values are in the range [1, bit_depth], and are
202 * The integer range [0, 2^bit_depth - 1] maps to the floating-point
H A Dexample.c276 int bit_depth, color_type, interlace_type;
288 int bit_depth, color_type, interlace_type;
364 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
402 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
837 * bit_depth is one of 1, 2, 4, 8, or 16, but valid values also depend on
844 png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth, PNG_COLOR_TYPE_???,
H A Dpngtest.c219 * png_byte bit_depth bit depth of samples
233 if (row_info->bit_depth == 1)
245 if (row_info->bit_depth == 2)
257 if (row_info->bit_depth == 4)
269 if (row_info->bit_depth == 8)
273 if (row_info->bit_depth == 16)
292 if (row_info->bit_depth == 8)
296 if (row_info->bit_depth == 16)
307 if (row_info->bit_depth == 16)
850 int bit_depth, color_typ local
[all...]
H A Dpngwutil.c755 int bit_depth, int color_type, int compression_type, int filter_type,
766 switch (bit_depth)
785 if (bit_depth != 8 && bit_depth != 16)
787 if (bit_depth != 8)
795 switch (bit_depth)
810 if (bit_depth != 8 && bit_depth != 16)
818 if (bit_depth != 8 && bit_depth !
754 png_write_IHDR(png_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
[all...]
H A Dpngread.c333 if (row_info->bit_depth == 8)
353 else if (row_info->bit_depth == 16)
404 row_info.bit_depth = png_ptr->bit_depth;
1499 if (png_ptr->bit_depth == 16)
1573 cmap_entries = 1U << png_ptr->bit_depth;
2284 if (png_ptr->bit_depth == 16 &&
2302 if (png_ptr->bit_depth <= 8)
2309 cmap_entries = 1U << png_ptr->bit_depth;
2365 if (png_ptr->bit_depth <
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c297 int bit_depth, unsigned int npalette, int interlace_type,
308 pos = safecatn(buffer, bufsize, pos, bit_depth);
359 #define PALETTE_COUNT(bit_depth) ((bit_depth) > 4 ? 1U : 16U)
362 next_format(png_bytep colour_type, png_bytep bit_depth, argument
365 if (*bit_depth == 0)
369 *bit_depth = 8;
371 *bit_depth = 1;
379 if (++*palette_number < PALETTE_COUNT(*bit_depth))
385 *bit_depth
296 standard_name(char *buffer, size_t bufsize, size_t pos, png_byte colour_type, int bit_depth, unsigned int npalette, int interlace_type, png_uint_32 w, png_uint_32 h, int do_interlace) argument
425 sample(png_const_bytep row, png_byte colour_type, png_byte bit_depth, png_uint_32 x, unsigned int sample_index) argument
1850 png_byte bit_depth; /* From IHDR */ member in struct:png_modifier
3185 bit_size(png_const_structp pp, png_byte colour_type, png_byte bit_depth) argument
3210 transform_rowsize(png_const_structp pp, png_byte colour_type, png_byte bit_depth) argument
3222 transform_height(png_const_structp pp, png_byte colour_type, png_byte bit_depth) argument
3290 transform_row(png_const_structp pp, png_byte buffer[TRANSFORM_ROWMAX], png_byte colour_type, png_byte bit_depth, png_uint_32 y) argument
3439 make_transform_image(png_store* PNG_CONST ps, png_byte PNG_CONST colour_type, png_byte PNG_CONST bit_depth, unsigned int palette_number, int interlace_type, png_const_charp name) argument
3574 png_byte bit_depth = 0; local
3671 make_size_image(png_store* PNG_CONST ps, png_byte PNG_CONST colour_type, png_byte PNG_CONST bit_depth, int PNG_CONST interlace_type, png_uint_32 PNG_CONST w, png_uint_32 PNG_CONST h, int PNG_CONST do_interlace) argument
3951 png_byte bit_depth; local
3979 make_error(png_store* volatile psIn, png_byte PNG_CONST colour_type, png_byte bit_depth, int interlace_type, int test, png_const_charp name) argument
4244 png_byte bit_depth; member in struct:standard_display
5278 png_byte bit_depth; /* Defines bit size in row */ member in struct:image_pixel
5326 image_pixel_init(image_pixel *this, png_const_bytep row, png_byte colour_type, png_byte bit_depth, png_uint_32 x, store_palette palette) argument
6172 image_transform_default_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6207 image_transform_png_set_palette_to_rgb_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6261 image_transform_png_set_tRNS_to_alpha_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6324 image_transform_png_set_gray_to_rgb_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6368 image_transform_png_set_expand_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6409 image_transform_png_set_expand_gray_1_2_4_to_8_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6452 image_transform_png_set_expand_16_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6497 image_transform_png_set_scale_16_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6564 image_transform_png_set_strip_16_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6607 image_transform_png_set_strip_alpha_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
7228 image_transform_png_set_rgb_to_gray_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
7263 png_byte colour_type, bit_depth; local
7484 image_transform_add(PNG_CONST image_transform **this, unsigned int max, png_uint_32 counter, char *name, size_t sizeof_name, size_t *pos, png_byte colour_type, png_byte bit_depth) argument
7579 _add(image_transform *this, PNG_CONST image_transform **that, char *name, size_t sizeof_name, size_t *pos, png_byte colour_type, png_byte bit_depth) argument
7642 png_byte bit_depth = 0; local
9000 gamma_threshold_test(png_modifier *pm, png_byte colour_type, png_byte bit_depth, int interlace_type, double file_gamma, double screen_gamma) argument
9022 png_byte bit_depth = 0; local
9052 gamma_transform_test(png_modifier *pm, PNG_CONST png_byte colour_type, PNG_CONST png_byte bit_depth, PNG_CONST int palette_number, PNG_CONST int interlace_type, PNG_CONST double file_gamma, PNG_CONST double screen_gamma, PNG_CONST png_byte sbit, PNG_CONST int use_input_precision, PNG_CONST int scale16) argument
9087 png_byte bit_depth = 0; local
9117 png_byte colour_type = 0, bit_depth = 0; local
9207 gamma_composition_test(png_modifier *pm, PNG_CONST png_byte colour_type, PNG_CONST png_byte bit_depth, PNG_CONST int palette_number, PNG_CONST int interlace_type, PNG_CONST double file_gamma, PNG_CONST double screen_gamma, PNG_CONST int use_input_precision, PNG_CONST int do_background, PNG_CONST int expand_16) argument
9356 png_byte bit_depth = 0; local
[all...]
H A Dpngimage.c519 int bit_depth; member in struct:display
867 &dp->width, &dp->height, &dp->bit_depth, &dp->color_type,
879 int bd = dp->bit_depth;
919 int bit_depth, color_type; local
923 png_get_IHDR(dp->read_pp, dp->read_ip, &width, &height, &bit_depth,
933 C(bit_depth);
972 if (bit_depth < 8)
978 mask = 0xff & (0xff00 >> ((bit_depth * width) & 7));
1031 bpp = bit_depth;
1037 bpp = 2 * bit_depth;
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_png.cpp152 int bit_depth, color_type; local
158 &bit_depth, &color_type, 0, 0, 0 );
167 m_bit_depth = bit_depth;
/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h34 img->bit_depth = 8;
/external/libvpx/libvpx/vpx/
H A Dvpx_image.h108 unsigned int bit_depth; /**< Stored image bit-depth */ member in struct:vpx_image
/external/pdfium/samples/
H A Dimage_diff_png.cc151 int bit_depth, color_type, interlace_type, compression_type; local
154 png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type,
171 (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8))
179 if (bit_depth == 16)

Completed in 1894 milliseconds

1234