HomeSort by relevance Sort by last modified time
    Searched refs:filter_type (Results 101 - 119 of 119) sorted by null

1 2 3 45

  /external/skia/third_party/libpng/
pngrutil.c 833 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);
    [all...]
pngwrite.c 109 info_ptr->filter_type,
872 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
    [all...]
pngpriv.h     [all...]
pngread.c 554 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
    [all...]
  /external/libpng/
pngwrite.c 109 info_ptr->filter_type,
872 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
    [all...]
pngpriv.h     [all...]
pngread.c 557 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
    [all...]
  /external/pdfium/third_party/libpng16/
pngwrite.c 109 info_ptr->filter_type,
872 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
    [all...]
pngpriv.h     [all...]
pngread.c 557 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 473 if (pc->filter_type == NORMAL_LOOPFILTER) {
  /external/opencv/cv/src/
cvfilter.cpp 678 int filter_type;
695 filter_type = MAX( CV_32F, CV_MAT_DEPTH(_kx->type) );
706 CV_CALL( kx = cvCreateMat( _kx->rows, _kx->cols, filter_type ));
712 CV_CALL( ky = cvCreateMat( _ky->rows, _ky->cols, filter_type ));
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c     [all...]
onyx_if.c     [all...]
  /external/syslinux/com32/lib/libpng/
pngread.c 787 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
    [all...]
  /external/syslinux/com32/include/
png.h     [all...]
  /external/webp/src/enc/
quant_enc.c 311 enc->filter_hdr_.simple_ = (enc->config_->filter_type == 0);
    [all...]
  /system/bt/btif/src/
btif_dm.cc     [all...]
  /hardware/intel/common/libva/va/
va_trace.c     [all...]

Completed in 1159 milliseconds

1 2 3 45