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

1 2

  /external/webp/src/enc/
config.c 37 config->filter_type = 0; // default: simple
97 if (config->filter_type < 0 || config->filter_type > 1)
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp 33 int filter_type,
58 if (filter_type == 0)
67 combined_with_deblock_filter = filter_type & PV_DEBLOCK;
73 if ((filter_type & PV_DEBLOCK) && (filter_type & PV_DERING))
79 if (filter_type & PV_DEBLOCK)
92 if (filter_type & PV_DERING)
105 if ((filter_type & PV_DEBLOCK) && (filter_type & PV_DERING))
111 if (filter_type & PV_DEBLOCK
    [all...]
  /external/chromium/net/base/
gzip_filter.h 34 // Parameter filter_type specifies the type of filter, which corresponds to
38 bool InitDecoding(Filter::FilterType filter_type);
sdch_filter.h 35 bool InitDecoding(Filter::FilterType filter_type);
filter.cc 142 const std::string& filter_type) {
144 if (LowerCaseEqualsASCII(filter_type, kDeflate)) {
146 } else if (LowerCaseEqualsASCII(filter_type, kGZip) ||
147 LowerCaseEqualsASCII(filter_type, kXGZip)) {
149 } else if (LowerCaseEqualsASCII(filter_type, kSdch)) {
filter.h 9 // Filter* filter = Filter::Factory(filter_type, size);
187 static FilterType ConvertEncodingToType(const std::string& filter_type);
gzip_filter.cc 33 bool GZipFilter::InitDecoding(Filter::FilterType filter_type) {
44 switch (filter_type) {
sdch_filter.cc 118 bool SdchFilter::InitDecoding(Filter::FilterType filter_type) {
123 if (FILTER_TYPE_SDCH_POSSIBLE == filter_type)
  /external/libvpx/vp8/encoder/
picklpf.c 192 cm->last_filter_type = cm->filter_type;
208 cm->last_filter_type = cm->filter_type;
245 cm->last_filter_type = cm->filter_type;
351 cm->last_filter_type = cm->filter_type;
392 cm->last_filter_type = cm->filter_type;
432 cm->last_filter_type = cm->filter_type;
parms.cpp 54 DOTHIS(O, filter_type )\
  /external/libvpx/vp8/common/
onyxc_int.h 147 LOOPFILTERTYPE filter_type; member in struct:VP8Common
loopfilter.c 133 LOOPFILTERTYPE lft = cm->filter_type;
340 if ((cm->last_filter_type != cm->filter_type) || (cm->last_sharpness_level != cm->sharpness_level))
446 if ((cm->last_filter_type != cm->filter_type) || (cm->last_sharpness_level != cm->sharpness_level))
554 if ((cm->last_filter_type != cm->filter_type) || (cm->last_sharpness_level != cm->sharpness_level))
  /external/webp/include/webp/
encode.h 62 int filter_type; // filtering type: 0 = simple, 1 = strong member in struct:__anon13732
  /external/libpng/
pngget.c 94 return info_ptr->filter_type;
580 int *filter_type)
597 if (filter_type != NULL)
598 *filter_type = info_ptr->filter_type;
610 info_ptr->compression_type, info_ptr->filter_type);
png.c 963 int filter_type)
1070 if (filter_type != PNG_FILTER_TYPE_BASE)
1073 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
1090 if (filter_type != PNG_FILTER_TYPE_BASE)
pngset.c 230 int filter_type)
242 info_ptr->filter_type = (png_byte)filter_type;
247 info_ptr->compression_type, info_ptr->filter_type);
    [all...]
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...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 92 return info_ptr->filter_type;
542 int *filter_type)
559 if (filter_type != NULL)
560 *filter_type = info_ptr->filter_type;
pngset.c 263 int filter_type)
322 if(filter_type != PNG_FILTER_TYPE_BASE)
325 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
334 if(filter_type != PNG_FILTER_TYPE_BASE)
343 info_ptr->filter_type = (png_byte)filter_type;
    [all...]
  /external/libvpx/vp8/decoder/
onyxd_if.c 95 cm->last_filter_type = cm->filter_type;
392 cm->last_filter_type = cm->filter_type;
  /external/bluetooth/bluez/tools/
hcitool.c 2429 uint8_t filter_type = 0; local
    [all...]
  /prebuilt/linux-x86/toolchain/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;
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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;

Completed in 1131 milliseconds

1 2