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

  /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/llvm/lib/Transforms/IPO/
Inliner.cpp 204 int thres = InlineThreshold; local
211 thres = OptSizeThreshold;
215 if (HintThreshold > thres && Callee && !Callee->isDeclaration() &&
217 thres = HintThreshold;
219 return thres;
242 << ", thres=" << (IC.getCostDelta() + IC.getCost())
317 << ", thres=" << (IC.getCostDelta() + IC.getCost())
  /external/aac/libSBRenc/src/
tran_det.cpp 494 FIXP_DBL thres = thresholds[i]; local
539 delta -= 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...]

Completed in 119 milliseconds