/external/opencv3/modules/calib3d/test/ |
test_affine3d_estimator.cpp | 110 const double thres = 1e-3; local 111 if (cvtest::norm(aff_est, aff, NORM_INF) > thres) 163 const double thres = 1e-4; local 164 if (cvtest::norm(aff_est, aff, NORM_INF) > thres)
|
test_reproject_image_to_3d.cpp | 51 template<class T> double thres() { return 1.0; } function 52 template<> double thres<float>() { return 1e-5; } function 166 double err = error(pixel_out, pixel_exp), t = thres<OutT>();
|
test_compose_rt.cpp | 164 const double thres = 1e-5; local 165 if (norm(rvec3_exp, rvec3) > thres || norm(tvec3_exp, tvec3) > thres) 179 if (norm(dr3_dr1, dr3dr1) > thres || norm(dt3_dr1, dt3dr1) > thres) 188 if (norm(dr3_dr2, dr3dr2) > thres || norm(dt3_dr2, dt3dr2) > thres) 197 if (norm(dr3_dt1, dr3dt1) > thres || norm(dt3_dt1, dt3dt1) > thres) 206 if (norm(dr3_dt2, dr3dt2) > thres || norm(dt3_dt2, dt3dt2) > thres [all...] |
test_cameracalibration_artificial.cpp | 337 const double thres = 1; local 338 if (rep_error > thres)
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
line_pe.c | 97 Word32 thres = sfbThreshold[sfbGrp+sfb]; local 100 if (nrg > thres) { 101 ldThr = iLog4(thres);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
deringing_chroma.cpp | 35 int thres; local 64 thres = (max_blk + min_blk + 1) >> 1; 79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); 86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); 95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres) [all...] |
deringing_luma.cpp | 34 int thres[4], range[4], max_range_blk, max_thres_blk; local 65 thres[blks] = (max_blk + min_blk + 1) >> 1; 71 max_thres_blk = thres[blks]; 87 thres[blks] = max_thres_blk; 94 thr = thres[blks]; 119 thres[blks] = (max_blk + min_blk + 1) >> 1; 125 max_thres_blk = thres[blks]; 141 thres[blks] = max_thres_blk; 148 thr = thres[blks]; 177 thres[blks] = (max_blk + min_blk + 1) >> 1 [all...] |
chvr_filter.cpp | 45 int max_diff, thres, v0, h0, min_blk, max_blk; local 451 thres = (max_blk + min_blk + 1) >> 1; 458 DeringAdaptiveSmoothMMX(ptr, width, thres, max_diff); 467 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 + 1, h0 + 1, thres, width, max_diff); 535 thres = (max_blk + min_blk + 1) >> 1; 546 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 - 3, h0 - 3, thres, width, max_diff);
|
/external/opencv3/modules/video/test/ |
test_estimaterigid.cpp | 112 double thres = 0.1*cvtest::norm(aff, NORM_L2); local 114 if (d > thres) 128 ts->printf( cvtest::TS::LOG, "Threshold = %f, norm of difference = %f", thres, d ); 156 const double thres = 0.033; local 157 if (cvtest::norm(aff_est, aff, NORM_INF) > thres) 160 ts->printf( cvtest::TS::LOG, "Threshold = %f, norm of difference = %f", thres,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_conv.c | 516 LLVMValueRef thres; local 522 thres = bld.zero; 524 thres = lp_build_const_vec(gallivm, src_type, dst_min); 526 tmp[i] = lp_build_max(&bld, tmp[i], thres); 531 thres = bld.one; 533 thres = lp_build_const_vec(gallivm, src_type, dst_max); 535 tmp[i] = lp_build_min(&bld, tmp[i], thres);
|
/external/opencv/cvaux/src/ |
cvbgfg_acmmm2003.cpp | 223 int i, j, b, x, y, thres; local 266 for (thres=PIXELRANGE-2; thres>=0 ; thres--) 268 // fprintf(stderr, "Iter %d\n", thres); 272 // fprintf(stderr, "Iter %d entering loop\n", thres); 273 for (j=thres ; j<PIXELRANGE ; j++) { 279 // fprintf(stderr, "Iter %d finishing loop\n", thres); 282 // fprintf(stderr, "Iter %d sum=%g sqsum=%g count=%d sigma = %g\n", thres, sum, sqsum, count, sigma); 283 // fprintf(stderr, "Writing to %x\n", &(relativeVariance[thres])); [all...] |
/external/aac/libSBRenc/src/ |
tran_det.cpp | 584 FIXP_DBL thres = thresholds[i]; local 629 delta -= thres; [all...] |
/external/opencv3/modules/features2d/src/ |
mser.cpp | 920 double thres = emean*(chitab3[ti]*(1-reminder)+chitab3[ti+1]*reminder); local 921 // to process all the edges in the list that chi < thres 922 while ( edgeptr < edge_ub && edgeptr->chi < thres ) [all...] |
/bionic/libc/kernel/uapi/linux/ |
omap3isp.h | 316 __u8 thres; member in struct:omap3isp_prev_hmed 339 __u8 thres; member in struct:omap3isp_prev_csup
|
/development/ndk/platforms/android-21/include/linux/ |
omap3isp.h | 316 __u8 thres; member in struct:omap3isp_prev_hmed 339 __u8 thres; member in struct:omap3isp_prev_csup
|
/external/kernel-headers/original/uapi/linux/ |
omap3isp.h | 451 * @thres: Horizontal median filter threshold. 456 __u8 thres; member in struct:omap3isp_prev_hmed 488 * @thres: Threshold. 493 __u8 thres; member in struct:omap3isp_prev_csup
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
omap3isp.h | 449 * @thres: Horizontal median filter threshold. 454 __u8 thres; member in struct:omap3isp_prev_hmed 486 * @thres: Threshold. 491 __u8 thres; member in struct:omap3isp_prev_csup
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/ |
omap3isp.h | 316 __u8 thres; member in struct:omap3isp_prev_hmed 339 __u8 thres; member in struct:omap3isp_prev_csup
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/ |
omap3isp.h | 316 __u8 thres; member in struct:omap3isp_prev_hmed 339 __u8 thres; member in struct:omap3isp_prev_csup
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/ |
omap3isp.h | 316 __u8 thres; member in struct:omap3isp_prev_hmed 339 __u8 thres; member in struct:omap3isp_prev_csup
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/ |
omap3isp.h | 316 __u8 thres; member in struct:omap3isp_prev_hmed 339 __u8 thres; member in struct:omap3isp_prev_csup
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/ |
omap3isp.h | 316 __u8 thres; member in struct:omap3isp_prev_hmed 339 __u8 thres; member in struct:omap3isp_prev_csup
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/ |
omap3isp.h | 316 __u8 thres; member in struct:omap3isp_prev_hmed 339 __u8 thres; member in struct:omap3isp_prev_csup
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/ |
omap3isp.h | 316 __u8 thres; member in struct:omap3isp_prev_hmed 339 __u8 thres; member in struct:omap3isp_prev_csup
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/ |
omap3isp.h | 316 __u8 thres; member in struct:omap3isp_prev_hmed 339 __u8 thres; member in struct:omap3isp_prev_csup
|