Searched defs:filter_type (Results 26 - 38 of 38) sorted by relevance

12

/external/pdfium/third_party/libpng16/
H A Dpngstruct.h403 png_byte filter_type; member in struct:png_struct_def
H A Dpngwutil.c674 int bit_depth, int color_type, int compression_type, int filter_type,
771 (filter_type == PNG_INTRAPIXEL_DIFFERENCING)) &&
773 filter_type != PNG_FILTER_TYPE_BASE)
776 filter_type = PNG_FILTER_TYPE_BASE;
795 png_ptr->filter_type = (png_byte)filter_type;
814 buf[11] = (png_byte)filter_type;
673 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
H A Dpng.c2484 int filter_type)
2605 if (filter_type != PNG_FILTER_TYPE_BASE)
2608 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
2625 if (filter_type != PNG_FILTER_TYPE_BASE)
2481 png_check_IHDR(png_const_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
/external/skia/third_party/libpng/
H A Dpngrutil.c833 int bit_depth, color_type, compression_type, filter_type; local
855 filter_type = buf[11];
865 png_ptr->filter_type = (png_byte)filter_type;
898 color_type, interlace_type, compression_type, filter_type);
H A Dpngstruct.h403 png_byte filter_type; member in struct:png_struct_def
H A Dpngtest.c1077 int interlace_type, compression_type, filter_type; local
1080 &color_type, &interlace_type, &compression_type, &filter_type) != 0)
1083 color_type, interlace_type, compression_type, filter_type);
H A Dpngwutil.c674 int bit_depth, int color_type, int compression_type, int filter_type,
771 (filter_type == PNG_INTRAPIXEL_DIFFERENCING)) &&
773 filter_type != PNG_FILTER_TYPE_BASE)
776 filter_type = PNG_FILTER_TYPE_BASE;
795 png_ptr->filter_type = (png_byte)filter_type;
814 buf[11] = (png_byte)filter_type;
673 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
H A Dpng.c2483 int filter_type)
2604 if (filter_type != PNG_FILTER_TYPE_BASE)
2607 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
2624 if (filter_type != PNG_FILTER_TYPE_BASE)
2480 png_check_IHDR(png_const_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
/external/syslinux/com32/lib/libpng/
H A Dpngrutil.c438 int bit_depth, color_type, compression_type, filter_type; local
460 filter_type = buf[11];
470 png_ptr->filter_type = (png_byte)filter_type;
503 color_type, interlace_type, compression_type, filter_type);
H A Dpngtest.c907 int interlace_type, compression_type, filter_type; local
910 &color_type, &interlace_type, &compression_type, &filter_type))
914 color_type, interlace_type, compression_type, filter_type);
916 color_type, PNG_INTERLACE_NONE, compression_type, filter_type);
H A Dpngwutil.c393 int bit_depth, int color_type, int compression_type, int filter_type,
470 (filter_type == PNG_INTRAPIXEL_DIFFERENCING)) &&
472 filter_type != PNG_FILTER_TYPE_BASE)
475 filter_type = PNG_FILTER_TYPE_BASE;
494 png_ptr->filter_type = (png_byte)filter_type;
513 buf[11] = (png_byte)filter_type;
392 png_write_IHDR(png_structp 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
/external/libpng/
H A Dpng.c2515 int filter_type)
2636 if (filter_type != PNG_FILTER_TYPE_BASE)
2639 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
2656 if (filter_type != PNG_FILTER_TYPE_BASE)
2512 png_check_IHDR(png_const_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c2722 INTERP_FILTER filter_type,
2733 const InterpKernel *const kernel = vp9_filter_kernels[filter_type];
4039 YV12_BUFFER_CONFIG *scaled_temp, INTERP_FILTER filter_type,
4047 vp9_scale_and_extend_frame(scaled_temp, scaled, filter_type,
4053 filter_type, phase_scaler);
4058 vp9_scale_and_extend_frame(scaled_temp, scaled, filter_type, phase_scaler);
4068 int use_normative_scaler, INTERP_FILTER filter_type, int phase_scaler) {
4075 vp9_scale_and_extend_frame(unscaled, scaled, filter_type, phase_scaler);
4078 filter_type, phase_scaler);
4084 vp9_scale_and_extend_frame(unscaled, scaled, filter_type, phase_scale
2720 scale_and_extend_frame(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int bd, INTERP_FILTER filter_type, int phase_scaler) argument
4037 vp9_svc_twostage_scale( VP9_COMMON *cm, YV12_BUFFER_CONFIG *unscaled, YV12_BUFFER_CONFIG *scaled, YV12_BUFFER_CONFIG *scaled_temp, INTERP_FILTER filter_type, int phase_scaler, INTERP_FILTER filter_type2, int phase_scaler2) argument
4066 vp9_scale_if_required( VP9_COMMON *cm, YV12_BUFFER_CONFIG *unscaled, YV12_BUFFER_CONFIG *scaled, int use_normative_scaler, INTERP_FILTER filter_type, int phase_scaler) argument
[all...]

Completed in 447 milliseconds

12