Home
last modified time | relevance | path

Searched refs:adjustment (Results 1 – 25 of 130) sorted by relevance

123456

/external/webrtc/webrtc/modules/video_processing/util/
Ddenoiser_filter_c.cc89 int adjustment = 0; in MbDenoise() local
102 adjustment = adj_val[0]; in MbDenoise()
104 adjustment = adj_val[1]; in MbDenoise()
106 adjustment = adj_val[2]; in MbDenoise()
109 if ((sig[c] + adjustment) > 255) in MbDenoise()
112 running_avg_y[c] = sig[c] + adjustment; in MbDenoise()
114 col_sum[c] += adjustment; in MbDenoise()
116 if ((sig[c] - adjustment) < 0) in MbDenoise()
119 running_avg_y[c] = sig[c] - adjustment; in MbDenoise()
121 col_sum[c] -= adjustment; in MbDenoise()
[all …]
/external/libvpx/libvpx/vp8/encoder/
Ddenoising.c87 int adjustment = 0; in vp8_denoiser_filter_c() local
100 adjustment = adj_val[0]; in vp8_denoiser_filter_c()
102 adjustment = adj_val[1]; in vp8_denoiser_filter_c()
104 adjustment = adj_val[2]; in vp8_denoiser_filter_c()
108 if ((sig[c] + adjustment) > 255) { in vp8_denoiser_filter_c()
111 running_avg_y[c] = sig[c] + adjustment; in vp8_denoiser_filter_c()
114 col_sum[c] += adjustment; in vp8_denoiser_filter_c()
116 if ((sig[c] - adjustment) < 0) { in vp8_denoiser_filter_c()
119 running_avg_y[c] = sig[c] - adjustment; in vp8_denoiser_filter_c()
122 col_sum[c] -= adjustment; in vp8_denoiser_filter_c()
[all …]
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c314 THREAD_LOCAL int adjustment = 0; in get_clock() local
363 adjustment = a; in get_clock()
380 adjustment = 0; in get_clock()
384 if (adjustment >= MAX_ADJUSTMENT) in get_clock()
386 adjustment++; in get_clock()
388 adjustment = 0; in get_clock()
392 clock_reg = tv.tv_usec*10 + adjustment; in get_clock()
397 adjustment += *num - 1; in get_clock()
398 last.tv_usec += adjustment / 10; in get_clock()
399 adjustment = adjustment % 10; in get_clock()
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java172 int adjustment = 0; in getInsets() local
181 adjustment = height - thickness; in getInsets()
193 return new Insets(dist + adjustment, dist, dist, dist); in getInsets()
428 int adjustment = 0; in paint() local
431 adjustment = (ascent - thickness) / 2; in paint()
439 int y = thickness / 2 + adjustment; in paint()
441 int h = height - thickness - 1 - adjustment; in paint()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dtailcall-largecode.ll18 ; adjustment may change in the future, in which case the location of
19 ; the stack argument and the return adjustment will change too.)
47 ; adjustment may change in the future, in which case the location of
48 ; the stack argument and the return adjustment will change too.)
/external/llvm/test/CodeGen/X86/
Dtailcall-largecode.ll18 ; adjustment may change in the future, in which case the location of
19 ; the stack argument and the return adjustment will change too.)
47 ; adjustment may change in the future, in which case the location of
48 ; the stack argument and the return adjustment will change too.)
Dforce-align-stack-alloca.ll31 ; The next adjustment of the stack is due to the alloca.
44 ; allocating 28 bytes for calling f yields a 4-byte adjustment:
Ddynamic-allocas-VLAs.ll152 ; the base pointer we use the original adjustment.
173 ; Stack adjustment for byval
/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
DFindUsagesTest.java86 int adjustment = 0; in getUsageIndices() local
88 matches.add(matcher.start() - adjustment); in getUsageIndices()
89 adjustment += USAGE_TAG.length(); in getUsageIndices()
/external/iptables/include/linux/netfilter_ipv6/
Dip6t_NPT.h13 __sum16 adjustment; member
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
Dip6t_NPT.h13 __sum16 adjustment; member
/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java505 int adjustment = -f_guess.bitLength()/4; in approximate() local
506 if (adjustment > -20) adjustment = - 20; in approximate()
511 working_eval_prec += adjustment; in approximate()
/external/llvm/test/CodeGen/Mips/
Deh-return32.ll29 ; check that stack adjustment and handler are put in $v1 and $v0.
71 ; check that stack adjustment and handler are put in $v1 and $v0.
Deh-return64.ll30 ; check that stack adjustment and handler are put in $v1 and $v0.
74 ; check that stack adjustment and handler are put in $v1 and $v0.
/external/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.cc141 void FontHeaderTable::Builder::SetChecksumAdjustment(int64_t adjustment) { in SetChecksumAdjustment() argument
142 InternalWriteData()->WriteULong(Offset::kCheckSumAdjustment, adjustment); in SetChecksumAdjustment()
Dfont_header_table.h59 virtual void SetChecksumAdjustment(int64_t adjustment);
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2009-11-30-LiveVariablesBug.ll10 define arm_aapcs_vfpcc void @foo(%"c"* %this, %"Vec3"* nocapture %adjustment) {
/external/llvm/test/Bitcode/
Dupgrade-subprogram-this.ll4 ; Test upgrading from bitcode without a this adjustment record. It will fill in
/external/freetype/
DREADME.android30 The following three commits are cherry-picked with some adjustment to apply:
/external/llvm/test/CodeGen/ARM/
D2009-11-30-LiveVariablesBug.ll10 define arm_aapcs_vfpcc void @foo(%"c"* %this, %"Vec3"* nocapture %adjustment) {
/external/iptables/extensions/
Dlibip6t_DNPT.c83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
Dlibip6t_SNPT.c83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
/external/llvm/test/DebugInfo/X86/
Dprologue-stack.ll10 ; The stack adjustment should be part of the prologue.
/external/glide/third_party/disklrucache/
DCHANGELOG.md53 * New API for cache size adjustment.
/external/autotest/site_utils/
Dbalance_pools.py246 adjustment = target_total - self.total_hosts
247 return len(self.broken_hosts) + adjustment

123456