HomeSort by relevance Sort by last modified time
    Searched defs:convolve (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSConvolveTest.java 60 ScriptIntrinsicConvolve3x3 convolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.A_8(mRS)); local
61 convolve.setInput(rsInput);
62 convolve.setCoefficients(coeffs);
63 convolve.forEach(rsOutput);
117 ScriptIntrinsicConvolve5x5 convolve = ScriptIntrinsicConvolve5x5.create(mRS, Element.A_8(mRS)); local
118 convolve.setInput(rsInput);
119 convolve.setCoefficients(coeffs);
120 convolve.forEach(rsOutput);
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 135 sp<ScriptIntrinsicConvolve3x3> convolve = ScriptIntrinsicConvolve3x3::create(rs, e); local
136 convolve->setInput(inputAlloc);
137 convolve->setCoefficients(coeffs);
138 convolve->forEach(outputAlloc);
140 sp<ScriptIntrinsicConvolve5x5> convolve = ScriptIntrinsicConvolve5x5::create(rs, e); local
141 convolve->setInput(inputAlloc);
142 convolve->setCoefficients(coeffs);
143 convolve->forEach(outputAlloc);
  /external/libvpx/libvpx/vp9/common/
vp9_convolve.c 113 static void convolve(const uint8_t *src, ptrdiff_t src_stride, function
208 convolve(src, src_stride, dst, dst_stride,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_convolve.c 113 static void convolve(const uint8_t *src, ptrdiff_t src_stride, function
230 convolve(src, src_stride, dst, dst_stride,

Completed in 154 milliseconds