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

  /external/webp/include/webp/
encode.h 62 int filter_type; // filtering type: 0 = simple, 1 = strong member in struct:__anon15204
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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;
  /external/libvpx/vp8/common/
onyxc_int.h 147 LOOPFILTERTYPE filter_type; member in struct:VP8Common
  /external/openfst/src/include/fst/
compose.h 608 ComposeFilter filter_type; // Which pre-defined filter to use member in struct:fst::ComposeOptions
611 : connect(c), filter_type(ft) {}
612 ComposeOptions() : connect(true), filter_type(AUTO_FILTER) {}
649 if (opts.filter_type == AUTO_FILTER) {
653 } else if (opts.filter_type == SEQUENCE_FILTER) {
657 } else if (opts.filter_type == ALT_SEQUENCE_FILTER) {
661 } else if (opts.filter_type == MATCH_FILTER) {
  /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/bluetooth/bluez/tools/
hcitool.c 2429 uint8_t filter_type = 0; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 352 int bit_depth, color_type, compression_type, filter_type; local
374 filter_type = buf[11];
384 png_ptr->filter_type = (png_byte)filter_type;
414 color_type, interlace_type, compression_type, filter_type);
    [all...]
png.h 710 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_struct
1357 png_byte filter_type; member in struct:png_struct_def
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 523 int filter_type; member in struct:__anon8495

Completed in 283 milliseconds