D | IntrinsicConvolve5x5.java | 23 private void test5(ScriptC_intrinsic_convolve5x5 sr, ScriptIntrinsicConvolve5x5 si, in test5() argument 26 si.setCoefficients(cf); in test5() 27 si.setInput(mAllocSrc); in test5() 33 si.forEach(mAllocRef, sc); in test5() 101 ScriptIntrinsicConvolve5x5 si = ScriptIntrinsicConvolve5x5.create(mRS, e); in testConvolve5() local 103 test5(sr, si, e, cf1, "test convolve", 1, w, h, sc); in testConvolve5() 104 test5(sr, si, e, cf2, "test convolve", 2, w, h, sc); in testConvolve5() 105 test5(sr, si, e, cf3, "test convolve", 3, w, h, sc); in testConvolve5()
|