Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 12 of 12) sorted by relevance

/development/perftests/panorama/
Dbenchmark.cpp53 struct timespec t1, t2, t3; in main() local
91 clock_gettime(CLOCK_MONOTONIC, &t2); in main()
109 (t2.tv_sec - t1.tv_sec) + (t2.tv_nsec - t1.tv_nsec)/1e9; in main()
111 (t3.tv_sec - t2.tv_sec) + (t3.tv_nsec - t2.tv_nsec)/1e9; in main()
/development/ndk/platforms/android-9/arch-mips/include/machine/
Dregdef.h59 #define t2 $14 macro
64 #define t2 $10 macro
/development/ndk/platforms/android-L/arch-mips/include/machine/
Dregdef.h59 #define t2 $14 macro
64 #define t2 $10 macro
/development/ndk/platforms/android-L/arch-mips64/include/machine/
Dregdef.h66 #define t2 $14 macro
71 #define t2 $10 macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dregdef.h36 #define t2 $10 macro
91 #define t2 $14 macro
/development/samples/ApiDemos/src/com/example/android/apis/text/
DLink.java49 TextView t2 = (TextView) findViewById(R.id.text2); in onCreate() local
50 t2.setMovementMethod(LinkMovementMethod.getInstance()); in onCreate()
/development/ndk/platforms/android-L/include/linux/
Dax25.h104 unsigned int t2, t2timer; member
115 unsigned int t2, t2timer; member
/development/perftests/panorama/feature_mos/src/mosaic/
DPyramid.cpp160 int t2 = in->ptr[j+1][i]; in BorderExpandOdd() local
162 ((6 * t1 + (in->ptr[j-1][i] + t2) + 4) >> 3); in BorderExpandOdd()
163 scr->ptr[j2+1][i] = (short)((t1 + t2 + 1) >> 1); in BorderExpandOdd()
175 int t2 = scr->ptr[j][i+1]; in BorderExpandOdd() local
178 scr->ptr[j][i-1] + t2 + 4) >> 3))); in BorderExpandOdd()
180 (mode * ((t1 + t2 + 1) >> 1))); in BorderExpandOdd()
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_metrics.h326 double temp_valueE, t2; variable
338 t2=1.0/(thresh*thresh*thresh*thresh);
349 isinlier=((temp_valueE<=t2)?1:0);
Ddb_rob_image_homography.cpp77 double t2,frac; in db_RobImageHomography_Statistics() local
79 t2=thresh*thresh; in db_RobImageHomography_Statistics()
82 … i+=(db_SquaredInhomogenousHomographyError(xp_i+(c<<1),H,x_i+(c<<1))*one_over_scale2<=t2)?1:0; in db_RobImageHomography_Statistics()
284 double *t1,*t2; in db_RobImageHomographyFetchJacobian() local
291 t2=JtJ_temp_ref[t]; in db_RobImageHomographyFetchJacobian()
294 t1[j]=t2[fetch_vector[j]]; in db_RobImageHomographyFetchJacobian()
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Ddemo.c231 float t2 = -PI + (longitude + 1) * 2 * PI / resol1; in createSuperShape() local
238 r2 = ssFunc(t2, params); in createSuperShape()
250 superShapeMap(&pb, r2, r1, t2, p1); in createSuperShape()
251 superShapeMap(&pc, r2, r3, t2, p2); in createSuperShape()
/development/ndk/platforms/android-3/include/linux/
Dwanrouter.h74 unsigned t2; member