MAX_COST          436 3rdparty/libwebp/enc/quant.c   rd->score = MAX_COST;
MAX_COST          551 3rdparty/libwebp/enc/quant.c       score_t cur_score = MAX_COST;
MAX_COST          559 3rdparty/libwebp/enc/quant.c         cur->cost = MAX_COST;
MAX_COST          578 3rdparty/libwebp/enc/quant.c         if (prev->cost >= MAX_COST) {   // dead node?
MAX_COST          963 3rdparty/libwebp/enc/quant.c   score_t best_score = MAX_COST;
MAX_COST          989 3rdparty/libwebp/enc/quant.c       score_t best_sub_score = MAX_COST;
MAX_COST          333 modules/calib3d/src/stereosgbm.cpp     const CostType MAX_COST = SHRT_MAX;
MAX_COST          562 modules/calib3d/src/stereosgbm.cpp                 Lr_p2[-1] = Lr_p2[D] = Lr_p3[-1] = Lr_p3[D] = MAX_COST;
MAX_COST          577 modules/calib3d/src/stereosgbm.cpp                     __m128i _minL0 = _mm_set1_epi16((short)MAX_COST);
MAX_COST          639 modules/calib3d/src/stereosgbm.cpp                     int minL0 = MAX_COST, minL1 = MAX_COST, minL2 = MAX_COST, minL3 = MAX_COST;
MAX_COST          676 modules/calib3d/src/stereosgbm.cpp                     disp2cost[x] = MAX_COST;
MAX_COST          682 modules/calib3d/src/stereosgbm.cpp                     int minS = MAX_COST, bestDisp = -1;
MAX_COST          688 modules/calib3d/src/stereosgbm.cpp                         int minL0 = MAX_COST;
MAX_COST          691 modules/calib3d/src/stereosgbm.cpp                         Lr_p0[-1] = Lr_p0[D] = MAX_COST;
MAX_COST          703 modules/calib3d/src/stereosgbm.cpp                             __m128i _minS = _mm_set1_epi16(MAX_COST), _bestDisp = _mm_set1_epi16(-1);