Home
last modified time | relevance | path

Searched refs:f125 (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DConvolve5x5.java42 final float f125 = 1.f / 25.f; in updateMatrix() local
43 float cf1 = blend(f125, -1.f, str); in updateMatrix()
44 float cf2 = blend(f125, -3.f, str); in updateMatrix()
45 float cf3 = blend(f125, -4.f, str); in updateMatrix()
46 float cf4 = blend(f125, 6.f, str); in updateMatrix()
47 float cf5 = blend(f125, 20.f, str); in updateMatrix()
48 float cf6 = blend(f125, 0.f, str); in updateMatrix()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DConvolve5x5.java49 final float f125 = 1.f / 25.f; in updateMatrix() local
50 float cf1 = blend(f125, -1.f, str); in updateMatrix()
51 float cf2 = blend(f125, -3.f, str); in updateMatrix()
52 float cf3 = blend(f125, -4.f, str); in updateMatrix()
53 float cf4 = blend(f125, 6.f, str); in updateMatrix()
54 float cf5 = blend(f125, 20.f, str); in updateMatrix()
55 float cf6 = blend(f125, 0.f, str); in updateMatrix()
/frameworks/base/apct-tests/perftests/core/src/android/libcore/
DImtConflictPerfTest.java1282 default void f125() {} in f125() method