/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | Vignette.java | 33 private float slope = 20.0f; field in Vignette 80 slope = (float)progress; in onBar3Changed() 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/ |
D | Vignette.java | 37 private float slope = 20.0f; field in Vignette 84 slope = (float)progress; in onBar3Changed() 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/ |
D | Vignette.java | 33 private float slope = 20.0f; field in Vignette 81 slope = (float)progress; in onBar3Changed() 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/ |
D | lsp_lsf_tbl.cpp | 98 extern const Word16 slope[]; 99 const Word16 slope[64] = variable
|
D | lsp_lsf.cpp | 112 extern const Word16 slope[]; 375 L_tmp = (Word32)(temp - table[ind]) * slope[ind]; in Lsp_lsf()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | isp_isf.tab | 43 /* slope in Q11 used to compute y = acos(x) */ 45 static const Word16 slope[128] = {
|
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/ |
D | yuv.rs | 104 const float slope = 20.0f; 108 … float lumen = vignetteShade / (1.0f + exp((sqrt(f) - range) * slope)) + (1.0f - vignetteShade);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | isp_isf.c | 52 L_tmp = vo_L_mult(vo_sub(isp[i], table[ind]), slope[ind]); in Isp_isf()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureUtils.java | 164 float slope = (segmentEndY - segmentStartY) / in spatialSampling() local 167 ypos = slope * (xpos - segmentStartX) + segmentStartY; in spatialSampling() 173 float slope = (segmentEndY - segmentStartY) / in spatialSampling() local 176 ypos = slope * (xpos - segmentStartX) + segmentStartY; in spatialSampling()
|
/frameworks/base/docs/html/design/wear/ |
D | context.jd | 55 <p>Displays lift status and slope conditions when you arrive at a ski resort.</p>
|