Searched refs:k1 (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Gallery2/jni/filters/ |
D | hsv.c | 39 int k1=255 << ABITS; in rgb2hsv() local 63 rs = (short)((k1*chroma)/iMax); in rgb2hsv() 88 int k1=255<<ABITS; in hsv2rgb() local 101 m = ((int)cv*(k1 - (int)cs ))/k1; in hsv2rgb() 115 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; in hsv2rgb()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 104 double k0,k1; in db_SolveQuartic() local 132 k1=c1*c3+min4_c0; in db_SolveQuartic() 137 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0); in db_SolveQuartic() 176 double k0,k1; in db_SolveQuarticForced() local 204 k1=c1*c3+min4_c0; in db_SolveQuarticForced() 209 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0); in db_SolveQuarticForced()
|
D | db_metrics.h | 328 int k1=0; variable 356 x_i[k1]=x_i[ind1]; 357 x_i[k1+1]=x_i[ind1+1]; 359 xp_i[k1]=xp_i[ind1]; 360 xp_i[k1+1]=xp_i[ind1+1]; 362 k1=k1+2;
|
D | db_utilities_camera.h | 174 double k1,k2; in db_FocalFromCamRotFocalHomography() local 176 k1=db_sqr(H[2])+db_sqr(H[5]); in db_FocalFromCamRotFocalHomography() 178 if(k1>=k2) in db_FocalFromCamRotFocalHomography() 180 return(db_SafeSqrt(db_SafeDivision(k1,1.0-db_sqr(H[8])))); in db_FocalFromCamRotFocalHomography()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | HermiteInterpolator.java | 154 final float k1 = 1.0f + tm2; in interpolate() local 158 mInterpolatedX = (k1 * mP1X + t * mSlope1X) * omt2 + (k2 * mP2X - omt * mSlope2X) * t2; in interpolate() 159 mInterpolatedY = (k1 * mP1Y + t * mSlope1Y) * omt2 + (k2 * mP2Y - omt * mSlope2Y) * t2; in interpolate()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | saturation.rs | 24 static const int k1=255 << ABITS; 128 rs = (short) ((k1 * chroma) / iMax);
|
/packages/apps/Browser2/test/webexposed/ |
D | global-interface-listing-expected.txt | 3596 getter k1
|