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

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/Compress/
BranchCoder.cpp 14 STDMETHODIMP_(UInt32) CBranchConverter::Filter(Byte *data, UInt32 size)
  /external/opencv3/modules/cudafilters/include/opencv2/
cudafilters.hpp 75 class CV_EXPORTS Filter : public Algorithm
78 /** @brief Applies the specified filter to the image.
88 // Box Filter
90 /** @brief Creates a normalized 2D box filter.
102 CV_EXPORTS Ptr<Filter> createBoxFilter(int srcType, int dstType, Size ksize, Point anchor = Point(-1,-1),
106 // Linear Filter
108 /** @brief Creates a non-separable linear 2D filter.
112 @param kernel 2D array of filter coefficients.
120 CV_EXPORTS Ptr<Filter> createLinearFilter(int srcType, int dstType, InputArray kernel, Point anchor = Point(-1,-1),
124 // Laplacian Filter
    [all...]
  /external/webrtc/webrtc/common_audio/
sparse_fir_filter.cc 29 void SparseFIRFilter::Filter(const float* in, size_t length, float* out) {
30 // Convolves the input signal |in| with the filter kernel |nonzero_coeffs_|
fir_filter_neon.cc 45 void FIRFilterNEON::Filter(const float* in, size_t length, float* out) {
50 // Convolves the input signal |in| with the filter kernel |coefficients_|
fir_filter_sse.cc 45 void FIRFilterSSE2::Filter(const float* in, size_t length, float* out) {
50 // Convolves the input signal |in| with the filter kernel |coefficients_|
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
Filter.java 19 public class Filter {
  /libcore/ojluni/src/main/java/java/util/logging/
Filter.java 30 * A Filter can be used to provide fine grain control over
33 * Each Logger and each Handler can have a filter associated with it.
41 public interface Filter {
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/filters/
_base.py 4 class Filter(object):
alphabeticalattributes.py 11 class Filter(_base.Filter):
13 for token in _base.Filter.__iter__(self):
inject_meta_charset.py 6 class Filter(_base.Filter):
8 _base.Filter.__init__(self, source)
16 for token in _base.Filter.__iter__(self):
sanitizer.py 7 class Filter(_base.Filter, HTMLSanitizerMixin):
9 for token in _base.Filter.__iter__(self):
optionaltags.py 6 class Filter(_base.Filter):
lint.py 14 class Filter(_base.Filter):
18 for token in _base.Filter.__iter__(self):
  /external/clang/test/CodeGenCXX/
pr24097.cpp 3 struct Filter {
9 struct SyncMessageFilter : public Filter, public Sender {
  /frameworks/base/services/core/java/com/android/server/firewall/
Filter.java 22 interface Filter {
24 * Does the given intent + context info match this filter?
  /external/junit/src/org/junit/runner/manipulation/
Filter.java 9 * If you want to filter the tests to be run, extend <code>Filter</code> and apply an instance of
10 * your filter to the {@link org.junit.runner.Request} before running it (see
11 * {@link org.junit.runner.JUnitCore#run(Request)}. Alternatively, apply a <code>Filter</code> to
15 public abstract class Filter {
17 * A null <code>Filter</code> that passes all tests through.
19 public static Filter ALL= new Filter() {
36 public Filter intersect(Filter second)
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
Filter.java 21 public class Filter {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
Filter.java 21 public class Filter {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
Filter.java 32 public class Filter {
51 public Filter() {
57 public void set(Filter argOther) {
  /external/mockito/src/org/mockito/internal/util/collections/
ListUtil.java 13 public static <T> LinkedList<T> filter(Collection<T> collection, Filter<T> filter) { method in class:ListUtil
16 if (!filter.isOut(t)) {
23 public static interface Filter<T> {
  /external/webrtc/webrtc/modules/audio_processing/vad/
pole_zero_filter.cc 65 int PoleZeroFilter::Filter(const int16_t* in,
97 // Odd case that the length of the input is shorter that filter order.
  /art/runtime/
compiler_filter.h 30 // Note: Order here matters. Later filter choices are considered "as good
31 // as" earlier filter choices.
32 enum Filter {
47 // Returns true if an oat file with this compiler filter contains
49 static bool IsBytecodeCompilationEnabled(Filter filter);
51 // Returns true if an oat file with this compiler filter contains
53 static bool IsJniCompilationEnabled(Filter filter);
55 // Returns true if this compiler filter requires running verification
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/
Filter.java 22 * A "filter" holds the various patterns that MkStubs should accept (include)
32 class Filter {
  /external/aac/libAACdec/src/
aacdec_tns.h 118 CFilter Filter[TNS_MAX_WINDOWS][TNS_MAXIMUM_FILTERS];
  /external/autotest/frontend/client/src/autotest/common/table/
Filter.java 11 public abstract class Filter {
18 // is this filter controlled by a user-facing widget?

Completed in 670 milliseconds

1 2 3 4 5 6 7 8 91011>>