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

  /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);
mp4dec_lib.h 288 void DeringAdaptiveSmoothMMX(uint8 *img, int incr, int thres, int mxdf);
  /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);
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 265 int thres = InlineThreshold; // -inline-threshold or else selected by local
275 OptSizeThreshold < thres)
276 thres = OptSizeThreshold;
284 if (InlineHint && HintThreshold > thres
287 thres = HintThreshold;
298 ColdThreshold < thres)
299 thres = ColdThreshold;
301 return thres;
335 << ", thres=" << (IC.getCostDelta() + IC.getCost())
418 << ", thres=" << (IC.getCostDelta() + IC.getCost()
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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);
  /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-L/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/ndk/9/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/9/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/9/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/9/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/9/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/9/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
  /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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 830 unsigned long thres; member in struct:yasm_offset_setter
    [all...]
  /external/aac/libSBRenc/src/
tran_det.cpp 494 FIXP_DBL thres = thresholds[i]; local
539 delta -= thres;

Completed in 1381 milliseconds