HomeSort by relevance Sort by last modified time
    Searched refs:thres (Results 26 - 37 of 37) sorted by null

12

  /prebuilts/ndk/current/platforms/android-24/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-24/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-24/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-24/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-24/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-24/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
  /external/opencv3/modules/cudalegacy/src/
fgd.cpp 182 for (int thres = fgd::HISTOGRAM_BIN_COUNT - 2; thres >= 0; --thres)
188 for (int j = thres; j < fgd::HISTOGRAM_BIN_COUNT; ++j)
213 relativeVariance[0][thres] = std::sqrt(sqsum[0] / count[0] - my[0] * my[0]);
214 relativeVariance[1][thres] = std::sqrt(sqsum[1] / count[1] - my[1] * my[1]);
215 relativeVariance[2][thres] = std::sqrt(sqsum[2] / count[2] - my[2] * my[2]);
  /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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 288 void DeringAdaptiveSmoothMMX(uint8 *img, int incr, int thres, int mxdf);
  /external/opencv3/modules/calib3d/test/
test_cameracalibration_artificial.cpp 337 const double thres = 1; local
338 if (rep_error > thres)
  /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...]

Completed in 880 milliseconds

12