Searched refs:filter_type (Results 1 - 25 of 73) sorted by relevance

123

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c112 const struct filter_type *ea = a;
113 const struct filter_type *eb = b;
124 static struct filter_type *
127 struct filter_type *filter_type; local
128 struct filter_type key;
132 filter_type = bsearch(&key, filter->event_filters,
137 return filter_type;
140 static struct filter_type *
143 struct filter_type *filter_typ local
1136 struct filter_type *filter_type; local
1279 free_filter_type(struct filter_type *filter_type) argument
1298 struct filter_type *filter_type; local
1353 copy_filter_type(struct event_filter *filter, struct event_filter *source, struct filter_type *filter_type) argument
1435 struct filter_type *filter_type; local
1489 struct filter_type *filter_type; local
1544 struct filter_type *filter_type; local
1854 struct filter_type *filter_type; local
1879 struct filter_type *filter_type; local
2229 struct filter_type *filter_type; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dalloccommon.c132 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;
H A Donyxc_int.h132 LOOPFILTERTYPE filter_type; member in struct:VP8Common
/external/libvpx/libvpx/vp8/common/
H A Dalloccommon.c132 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;
H A Donyxc_int.h132 LOOPFILTERTYPE filter_type; member in struct:VP8Common
/external/chromium_org/third_party/libwebp/enc/
H A Dconfig.c34 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/
H A Dconfig.c34 config->filter_type = 1; // default: strong (so U/V is filtered too)
106 if (config->filter_type < 0 || config->filter_type > 1)
/external/chromium_org/net/filter/
H A Dgzip_filter.h33 // Parameter filter_type specifies the type of filter, which corresponds to
37 bool InitDecoding(Filter::FilterType filter_type);
H A Dfilter.cc139 const std::string& filter_type) {
141 if (LowerCaseEqualsASCII(filter_type, kDeflate)) {
143 } else if (LowerCaseEqualsASCII(filter_type, kGZip) ||
144 LowerCaseEqualsASCII(filter_type, kXGZip)) {
146 } else if (LowerCaseEqualsASCII(filter_type, kSdch)) {
138 ConvertEncodingToType( const std::string& filter_type) argument
H A Dsdch_filter.h35 bool InitDecoding(Filter::FilterType filter_type);
H A Dfilter.h9 // Filter* filter = Filter::Factory(filter_type, size);
195 static FilterType ConvertEncodingToType(const std::string& filter_type);
H A Dgzip_filter.cc28 bool GZipFilter::InitDecoding(Filter::FilterType filter_type) { argument
39 switch (filter_type) {
H A Dsdch_filter.cc156 bool SdchFilter::InitDecoding(Filter::FilterType filter_type) { argument
161 if (FILTER_TYPE_SDCH_POSSIBLE == filter_type)
/external/chromium_org/third_party/libva/va/
H A Dva_dec_vp8.h100 /* same as filter_type in bitstream syntax */
101 unsigned int filter_type : 1; member in struct:_VAPictureParameterBufferVP8::__anon12927::__anon12928
/external/openfst/src/include/fst/
H A Dintersect.h148 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) {
H A Ddifference.h165 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) {
H A Dcompose.h663 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/
H A Dfilter_operations_unittest.cc38 #define SAVE_RESTORE_AMOUNT(filter_name, filter_type, a) \
41 EXPECT_EQ(FilterOperation::filter_type, op.type()); \
45 op2.set_type(FilterOperation::filter_type); \
51 EXPECT_EQ(FilterOperation::filter_type, op2.type()); \
55 #define SAVE_RESTORE_OFFSET_AMOUNT_COLOR(filter_name, filter_type, a, b, c) \
59 EXPECT_EQ(FilterOperation::filter_type, op.type()); \
65 op2.set_type(FilterOperation::filter_type); \
75 EXPECT_EQ(FilterOperation::filter_type, op2.type()); \
81 #define SAVE_RESTORE_MATRIX(filter_name, filter_type, a) \
84 EXPECT_EQ(FilterOperation::filter_type, o
[all...]
/external/libpng/
H A Dpnginfo.h70 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_def
H A Dpngget.c91 return info_ptr->filter_type;
765 int *filter_type)
781 if (filter_type != NULL)
782 *filter_type = info_ptr->filter_type;
794 info_ptr->compression_type, info_ptr->filter_type);
762 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h481 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/chrome/browser/
H A Dcertificate_manager_model.h71 // Fill |map| with the certificates matching |filter_type|.
72 void FilterAndBuildOrgGroupingMap(net::CertType filter_type,
H A Dcertificate_manager_model.cc103 net::CertType filter_type,
110 if (type != filter_type)
102 FilterAndBuildOrgGroupingMap( net::CertType filter_type, CertificateManagerModel::OrgGroupingMap* map) const argument
/external/qemu/distrib/libpng-1.2.46/
H A Dpng.c933 int filter_type)
1040 if (filter_type != PNG_FILTER_TYPE_BASE)
1043 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
1060 if (filter_type != PNG_FILTER_TYPE_BASE)
930 png_check_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
/external/chromium_org/third_party/libpng/
H A Dpngget.c94 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);
577 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument

Completed in 7045 milliseconds

123