Searched refs:c3c3through4_min_c2 (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 99 double c3through2,c3through4,c3c3through4_min_c2,min4_c0; in db_SolveQuartic() local 128 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuartic() 131 k0=min4_c0*c3c3through4_min_c2-c1*c1; in db_SolveQuartic() 143 ms=lz+c3c3through4_min_c2; in db_SolveQuartic() 171 double c3through2,c3through4,c3c3through4_min_c2,min4_c0; in db_SolveQuarticForced() local 200 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuarticForced() 203 k0=min4_c0*c3c3through4_min_c2-c1*c1; in db_SolveQuarticForced() 215 ms=lz+c3c3through4_min_c2; in db_SolveQuarticForced()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 99 double c3through2,c3through4,c3c3through4_min_c2,min4_c0; in db_SolveQuartic() local 128 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuartic() 131 k0=min4_c0*c3c3through4_min_c2-c1*c1; in db_SolveQuartic() 143 ms=lz+c3c3through4_min_c2; in db_SolveQuartic() 171 double c3through2,c3through4,c3c3through4_min_c2,min4_c0; in db_SolveQuarticForced() local 200 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuarticForced() 203 k0=min4_c0*c3c3through4_min_c2-c1*c1; in db_SolveQuarticForced() 215 ms=lz+c3c3through4_min_c2; in db_SolveQuarticForced()
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 99 double c3through2,c3through4,c3c3through4_min_c2,min4_c0; in db_SolveQuartic() local 128 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuartic() 131 k0=min4_c0*c3c3through4_min_c2-c1*c1; in db_SolveQuartic() 143 ms=lz+c3c3through4_min_c2; in db_SolveQuartic() 171 double c3through2,c3through4,c3c3through4_min_c2,min4_c0; in db_SolveQuarticForced() local 200 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuarticForced() 203 k0=min4_c0*c3c3through4_min_c2-c1*c1; in db_SolveQuarticForced() 215 ms=lz+c3c3through4_min_c2; in db_SolveQuarticForced()
|