HomeSort by relevance Sort by last modified time
    Searched refs:MAX_COST (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/calib3d/src/
stereosgbm.cpp 333 const CostType MAX_COST = SHRT_MAX;
562 Lr_p2[-1] = Lr_p2[D] = Lr_p3[-1] = Lr_p3[D] = MAX_COST;
577 __m128i _minL0 = _mm_set1_epi16((short)MAX_COST);
639 int minL0 = MAX_COST, minL1 = MAX_COST, minL2 = MAX_COST, minL3 = MAX_COST;
676 disp2cost[x] = MAX_COST;
682 int minS = MAX_COST, bestDisp = -1;
688 int minL0 = MAX_COST;
    [all...]
  /external/webp/src/enc/
histogram.c 23 #define MAX_COST 1.e38
348 c->literal_min_ = MAX_COST;
350 c->red_min_ = MAX_COST;
352 c->blue_min_ = MAX_COST;
823 HistogramAddThresh(histograms[0], orig_histograms[i], MAX_COST);
    [all...]
quant.c 515 rd->score = MAX_COST;
644 score_t best_cur_score = MAX_COST;
647 ss_cur[m].score = MAX_COST;
672 // Dead nodes (with ss_prev[p].score >= MAX_COST) are automatically
    [all...]
vp8enci.h 112 // Note that MAX_COST is not the maximum allowed by sizeof(score_t),
114 #define MAX_COST ((score_t)0x7fffffffffffffLL)
  /external/opencv3/3rdparty/libwebp/enc/
quant.c 436 rd->score = MAX_COST;
551 score_t cur_score = MAX_COST;
559 cur->cost = MAX_COST;
578 if (prev->cost >= MAX_COST) { // dead node?
    [all...]
vp8enci.h 163 #define MAX_COST ((score_t)0x7fffffffffffffLL)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h     [all...]

Completed in 235 milliseconds