Home
last modified time | relevance | path

Searched refs:d3 (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java120 double d3 = 1.0 / 3.0; in solveSystem() local
132 system[i][1] = d3 * deltaX; // b_i in solveSystem()
/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp264 inline void db_gxx_gxy_gyy_row_s(int *g,int *d0,int *d1,int *d2,int *d3,int *d4,int nc) in db_gxx_gxy_gyy_row_s() argument
275 mov edx,d3 in db_gxx_gxy_gyy_row_s()
351 g[c]=d0[c]+(d1[c]<<2)+(dd<<2)+(dd<<1)+(d3[c]<<2)+d4[c]; in db_gxx_gxy_gyy_row_s()
354 g[c+128]=d0[c+128]+(d1[c+128]<<2)+(dd<<2)+(dd<<1)+(d3[c+128]<<2)+d4[c+128]; in db_gxx_gxy_gyy_row_s()
357 g[c+256]=d0[c+256]+(d1[c+256]<<2)+(dd<<2)+(dd<<1)+(d3[c+256]<<2)+d4[c+256]; in db_gxx_gxy_gyy_row_s()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp264 inline void db_gxx_gxy_gyy_row_s(int *g,int *d0,int *d1,int *d2,int *d3,int *d4,int nc) in db_gxx_gxy_gyy_row_s() argument
275 mov edx,d3 in db_gxx_gxy_gyy_row_s()
351 g[c]=d0[c]+(d1[c]<<2)+(dd<<2)+(dd<<1)+(d3[c]<<2)+d4[c]; in db_gxx_gxy_gyy_row_s()
354 g[c+128]=d0[c+128]+(d1[c+128]<<2)+(dd<<2)+(dd<<1)+(d3[c+128]<<2)+d4[c+128]; in db_gxx_gxy_gyy_row_s()
357 g[c+256]=d0[c+256]+(d1[c+256]<<2)+(dd<<2)+(dd<<1)+(d3[c+256]<<2)+d4[c+256]; in db_gxx_gxy_gyy_row_s()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java356 double d3 = 1.0 / 3.0; in solveSystem() local
368 system[i][1] = d3 * deltaX; // b_i in solveSystem()