Searched refs:slope (Results 1 - 8 of 8) sorted by last modified time

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DVignette.java37 private float slope = 20.0f; field in class:Vignette
84 slope = (float)progress;
102 center_y, scale, shade, slope);
107 center_y, scale, shade, slope);
112 scale, shade, slope);
117 scale, shade, slope);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DVignette.java33 private float slope = 20.0f; field in class:Vignette
80 slope = (float)progress;
98 center_y, scale, shade, slope);
103 center_y, scale, shade, slope);
108 scale, shade, slope);
113 scale, shade, slope);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DVignette.java33 private float slope = 20.0f; field in class:Vignette
81 slope = (float)progress;
104 center_y, scale, shade, slope);
109 center_y, scale, shade, slope);
114 scale, shade, slope);
119 scale, shade, slope);
/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java164 float slope = (segmentEndY - segmentStartY) /
167 ypos = slope * (xpos - segmentStartX) + segmentStartY;
173 float slope = (segmentEndY - segmentStartY) /
176 ypos = slope * (xpos - segmentStartX) + segmentStartY;
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dlsp_lsf.cpp112 extern const Word16 slope[];
263 slope = table to used to calculate inverse cosine
313 slope[ind] )/4096
315 L_tmp = L_mult (sub (lsp[i], table[ind]), slope[ind]);
316 //(lsp[i]-table[ind])*slope[ind])>>12
373 slope[ind] )/4096 */
375 L_tmp = (Word32)(temp - table[ind]) * slope[ind];
377 /*(lsp[i]-table[ind])*slope[ind])>>12*/
H A Dlsp_lsf_tbl.cpp96 /* slope used to compute y = acos(x) */
98 extern const Word16 slope[];
99 const Word16 slope[64] = variable
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Disp_isf.tab43 /* slope in Q11 used to compute y = acos(x) */
45 static const Word16 slope[128] = {
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Disp_isf.c51 /* acos(isp[i])= ind*128 + ( ( isp[i]-table[ind] ) * slope[ind] )/2048 */
52 L_tmp = vo_L_mult(vo_sub(isp[i], table[ind]), slope[ind]);
53 isf[i] = vo_round((L_tmp << 4)); /* (isp[i]-table[ind])*slope[ind])>>11 */

Completed in 114 milliseconds