HomeSort by relevance Sort by last modified time
    Searched defs:filter_type (Results 1 - 25 of 33) sorted by null

1 2

  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 70 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_def
pngstruct.h 293 png_byte filter_type; member in struct:png_struct_def
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 157 int filter_type, channels; local
160 &interlace_type, &compression_type, &filter_type);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
typelist.h 453 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
456 typedef node<typename filter_type::type> type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
typelist.h 463 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
466 typedef node<typename filter_type::type> type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
typelist.h 463 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
466 typedef node<typename filter_type::type> type;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 453 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
456 typedef node<typename filter_type::type> type;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 453 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
456 typedef node<typename filter_type::type> type;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 453 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
456 typedef node<typename filter_type::type> type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
typelist.h 453 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
456 typedef node<typename filter_type::type> type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
typelist.h 463 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
466 typedef node<typename filter_type::type> type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 469 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
472 typedef node<typename filter_type::type> type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
typelist.h 463 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
466 typedef node<typename filter_type::type> type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 469 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
472 typedef node<typename filter_type::type> type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
typelist.h 468 typedef detail::chain_filter_<root_type, Pred> filter_type; typedef in struct:typelist::filter
471 typedef node<typename filter_type::type> type;
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 168 int filter_type; local
171 &interlace_type, &compression_type, &filter_type);
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 128 LOOPFILTERTYPE filter_type; member in struct:VP8Common
  /external/openfst/src/include/fst/
compose.h 663 ComposeFilter filter_type; // Which pre-defined filter to use member in struct:fst::ComposeOptions
666 : connect(c), filter_type(ft) {}
667 ComposeOptions() : connect(true), filter_type(AUTO_FILTER) {}
704 if (opts.filter_type == AUTO_FILTER) {
708 } else if (opts.filter_type == SEQUENCE_FILTER) {
712 } else if (opts.filter_type == ALT_SEQUENCE_FILTER) {
716 } else if (opts.filter_type == MATCH_FILTER) {
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 481 PdtComposeFilter filter_type; // Which pre-defined filter to use member in struct:fst::PdtComposeOptions
484 : connect(c), filter_type(ft) {}
485 PdtComposeOptions() : connect(true), filter_type(PAREN_FILTER) {}
501 bool expand = opts.filter_type != PAREN_FILTER;
502 bool keep_parens = opts.filter_type != EXPAND_FILTER;
524 bool expand = opts.filter_type != PAREN_FILTER;
525 bool keep_parens = opts.filter_type != EXPAND_FILTER;
  /external/chromium_org/third_party/libwebp/webp/
encode.h 107 int filter_type; // filtering type: 0 = simple, 1 = strong (only used member in struct:WebPConfig
  /external/libpng/
pngtest.c 907 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);
    [all...]
pngrutil.c 461 int bit_depth, color_type, compression_type, filter_type; local
483 filter_type = buf[11];
493 png_ptr->filter_type = (png_byte)filter_type;
526 color_type, interlace_type, compression_type, filter_type);
    [all...]
  /external/webp/include/webp/
encode.h 107 int filter_type; // filtering type: 0 = simple, 1 = strong (only used member in struct:WebPConfig
  /external/chromium_org/third_party/libpng/
pngrutil.c 445 int bit_depth, color_type, compression_type, filter_type; local
467 filter_type = buf[11];
477 png_ptr->filter_type = (png_byte)filter_type;
510 color_type, interlace_type, compression_type, filter_type);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 2224 INTERPOLATION_TYPE filter_type; local
    [all...]

Completed in 761 milliseconds

1 2