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

1 2 3 4

  /external/libvpx/libvpx/vp8/common/
alloccommon.c 132 cm->filter_type = NORMAL_LOOPFILTER;
138 cm->filter_type = SIMPLE_LOOPFILTER;
144 cm->filter_type = NORMAL_LOOPFILTER;
150 cm->filter_type = SIMPLE_LOOPFILTER;
157 cm->filter_type = NORMAL_LOOPFILTER;
172 oci->filter_type = NORMAL_LOOPFILTER;
onyxc_int.h 128 LOOPFILTERTYPE filter_type; member in struct:VP8Common
  /frameworks/av/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_org/third_party/libwebp/enc/
config.c 38 config->filter_type = 1; // default: strong (so U/V is filtered too)
106 if (config->filter_type < 0 || config->filter_type > 1)
  /external/webp/src/enc/
config.c 38 config->filter_type = 1; // default: strong (so U/V is filtered too)
106 if (config->filter_type < 0 || config->filter_type > 1)
  /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/chromium_org/net/base/
gzip_filter.h 33 // Parameter filter_type specifies the type of filter, which corresponds to
37 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 28 bool GZipFilter::InitDecoding(Filter::FilterType filter_type) {
39 switch (filter_type) {
sdch_filter.cc 116 bool SdchFilter::InitDecoding(Filter::FilterType filter_type) {
121 if (FILTER_TYPE_SDCH_POSSIBLE == filter_type)
  /external/openfst/src/include/fst/
intersect.h 148 if (opts.filter_type == AUTO_FILTER) {
152 } else if (opts.filter_type == SEQUENCE_FILTER) {
156 } else if (opts.filter_type == ALT_SEQUENCE_FILTER) {
160 } else if (opts.filter_type == MATCH_FILTER) {
difference.h 165 if (opts.filter_type == AUTO_FILTER) {
169 } else if (opts.filter_type == SEQUENCE_FILTER) {
173 } else if (opts.filter_type == ALT_SEQUENCE_FILTER) {
177 } else if (opts.filter_type == MATCH_FILTER) {
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/chromium_org/cc/output/
filter_operations_unittest.cc 36 #define SAVE_RESTORE_AMOUNT(filter_name, filter_type, a) \
39 EXPECT_EQ(FilterOperation::filter_type, op.type()); \
43 op2.set_type(FilterOperation::filter_type); \
49 EXPECT_EQ(FilterOperation::filter_type, op2.type()); \
53 #define SAVE_RESTORE_OFFSET_AMOUNT_COLOR(filter_name, filter_type, a, b, c) \
57 EXPECT_EQ(FilterOperation::filter_type, op.type()); \
63 op2.set_type(FilterOperation::filter_type); \
73 EXPECT_EQ(FilterOperation::filter_type, op2.type()); \
79 #define SAVE_RESTORE_MATRIX(filter_name, filter_type, a) \
82 EXPECT_EQ(FilterOperation::filter_type, op.type());
    [all...]
  /external/chromium_org/chrome/browser/
certificate_manager_model.h 52 // Fill |map| with the certificates matching |filter_type|.
53 void FilterAndBuildOrgGroupingMap(net::CertType filter_type,
certificate_manager_model.cc 54 net::CertType filter_type,
61 if (type != filter_type)
  /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
  /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;

Completed in 812 milliseconds

1 2 3 4