Searched defs:t1 (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DPyramid.cpp159 int t1 = in->ptr[j][i]; local
162 ((6 * t1 + (in->ptr[j-1][i] + t2) + 4) >> 3);
163 scr->ptr[j2+1][i] = (short)((t1 + t2 + 1) >> 1);
174 int t1 = scr->ptr[j][i]; local
177 (mode * ((6 * t1 +
180 (mode * ((t1 + t2 + 1) >> 1)));
/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp90 double t0, t1, time_c; local
115 t1 = now_ms();
116 time_c = t1 - t0;
168 double t0, t1, time_c; local
194 double t0, t1, time_c; local
199 t1 = now_ms();
200 time_c = t1 - t0;
367 double t0, t1, time_c; local
419 double t0, t1, time_c; local
524 double t0, t1, time_ local
[all...]
H A Dmosaic_renderer_jni.cpp694 double t0, t1, time_c; local
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp90 double t0, t1, time_c; local
115 t1 = now_ms();
116 time_c = t1 - t0;
168 double t0, t1, time_c; local
194 double t0, t1, time_c; local
199 t1 = now_ms();
200 time_c = t1 - t0;
367 double t0, t1, time_c; local
419 double t0, t1, time_c; local
524 double t0, t1, time_ local
[all...]
H A Dmosaic_renderer_jni.cpp657 double t0, t1, time_c; local
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_rob_image_homography.cpp284 double *t1,*t2; local
290 t1=JtJ_ref[i];
294 t1[j]=t2[fetch_vector[j]];
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_rob_image_homography.cpp284 double *t1,*t2; local
290 t1=JtJ_ref[i];
294 t1[j]=t2[fetch_vector[j]];

Completed in 171 milliseconds