Searched defs:filterValues (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/core/
H A DSkBitmapScaler.cpp177 const float* filterValues = filterValuesArray.begin(); local
181 int curFixed = SkConvolutionFilter1D::FloatToFixed(filterValues[fixedI] * invFilterSum);
H A DSkConvolver.cpp111 const ConvolutionFixed* filterValues,
119 while (firstNonZero < filterLength && filterValues[firstNonZero] == 0) {
126 while (lastNonZero >= 0 && filterValues[lastNonZero] == 0) {
134 fFilterValues.append(filterLength, &filterValues[firstNonZero]);
184 const SkConvolutionFilter1D::ConvolutionFixed* filterValues = local
231 filterValues = filterY.FilterForValue(outY,
266 SkOpts::convolve_vertically(filterValues, filterLength,
110 AddFilter(int filterOffset, const ConvolutionFixed* filterValues, int filterLength) argument
/external/skia/src/opts/
H A DSkBitmapFilter_opts.h24 const SkConvolutionFilter1D::ConvolutionFixed* filterValues, __m128i& accum, int r) {
27 SkConvolutionFilter1D::ConvolutionFixed coeff = filterValues[i];
48 const SkConvolutionFilter1D::ConvolutionFixed* filterValues = local
63 coeff = _mm_loadl_epi64(reinterpret_cast<const __m128i*>(filterValues));
104 filterValues += 4;
112 AccumRemainder(srcData + remainderOffset, filterValues, accum, r);
143 const SkConvolutionFilter1D::ConvolutionFixed* filterValues = local
159 coeff = _mm_loadl_epi64(reinterpret_cast<const __m128i*>(filterValues));
194 filterValues += 4;
200 AccumRemainder(srcData[0] + remainderOffset, filterValues, accum
23 AccumRemainder(const unsigned char* pixelsLeft, const SkConvolutionFilter1D::ConvolutionFixed* filterValues, __m128i& accum, int r) argument
241 ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, int filterLength, unsigned char* const* sourceDataRows, int pixelWidth, unsigned char* outRow) argument
923 convolve_vertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, int filterLength, unsigned char* const* sourceDataRows, int pixelWidth, unsigned char* outRow, bool hasAlpha) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMultimaps.java1904 public static <K, V> Multimap<K, V> filterValues( method in class:Multimaps
1939 public static <K, V> SetMultimap<K, V> filterValues( method in class:Multimaps
H A DMaps.java2268 public static <K, V> Map<K, V> filterValues( method in class:Maps
2271 return filterValues((SortedMap<K, V>) unfiltered, valuePredicate);
2273 return filterValues((BiMap<K, V>) unfiltered, valuePredicate);
2309 public static <K, V> SortedMap<K, V> filterValues( method in class:Maps
2346 public static <K, V> NavigableMap<K, V> filterValues( method in class:Maps
2379 public static <K, V> BiMap<K, V> filterValues( method in class:Maps
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java1815 public static <K, V> Multimap<K, V> filterValues( method in class:Multimaps
1850 public static <K, V> SetMultimap<K, V> filterValues( method in class:Multimaps
H A DMaps.java1813 public static <K, V> Map<K, V> filterValues( method in class:Maps
1816 return filterValues((SortedMap<K, V>) unfiltered, valuePredicate);
1818 return filterValues((BiMap<K, V>) unfiltered, valuePredicate);
1854 public static <K, V> SortedMap<K, V> filterValues( method in class:Maps
1887 public static <K, V> BiMap<K, V> filterValues( method in class:Maps
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 266 milliseconds