Home
last modified time | relevance | path

Searched defs:slope (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
DVignette.java33 private float slope = 20.0f; field in Vignette
98 center_y, scale, shade, slope); in do_init() local
103 center_y, scale, shade, slope); in do_init() local
108 scale, shade, slope); in do_init() local
113 scale, shade, slope); in do_init() local
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DVignette.java37 private float slope = 20.0f; field in Vignette
102 center_y, scale, shade, slope); in do_init() local
107 center_y, scale, shade, slope); in do_init() local
112 scale, shade, slope); in do_init() local
117 scale, shade, slope); in do_init() local
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DVignette.java33 private float slope = 20.0f; field in Vignette
104 center_y, scale, shade, slope); in do_init() local
109 center_y, scale, shade, slope); in do_init() local
114 scale, shade, slope); in do_init() local
119 scale, shade, slope); in do_init() local
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dlsp_lsf_tbl.cpp99 const Word16 slope[64] = variable
/frameworks/base/core/java/android/gesture/
DGestureUtils.java164 float slope = (segmentEndY - segmentStartY) / in spatialSampling() local
173 float slope = (segmentEndY - segmentStartY) / in spatialSampling() local