/external/webrtc/webrtc/modules/video_processing/util/ |
D | denoiser_filter_c.cc | 89 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/ |
D | denoising.c | 87 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/ |
D | gen_uuid.c | 314 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/ |
D | HolidayBorderPanel.java | 172 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/ |
D | tailcall-largecode.ll | 18 ; 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/ |
D | tailcall-largecode.ll | 18 ; 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.)
|
D | force-align-stack-alloca.ll | 31 ; The next adjustment of the stack is due to the alloca. 44 ; allocating 28 bytes for calling f yields a 4-byte adjustment:
|
D | dynamic-allocas-VLAs.ll | 152 ; the base pointer we use the original adjustment. 173 ; Stack adjustment for byval
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/ |
D | FindUsagesTest.java | 86 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/ |
D | ip6t_NPT.h | 13 __sum16 adjustment; member
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/ |
D | ip6t_NPT.h | 13 __sum16 adjustment; member
|
/external/crcalc/src/com/hp/creals/ |
D | UnaryCRFunction.java | 505 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/ |
D | eh-return32.ll | 29 ; 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.
|
D | eh-return64.ll | 30 ; 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/ |
D | font_header_table.cc | 141 void FontHeaderTable::Builder::SetChecksumAdjustment(int64_t adjustment) { in SetChecksumAdjustment() argument 142 InternalWriteData()->WriteULong(Offset::kCheckSumAdjustment, adjustment); in SetChecksumAdjustment()
|
D | font_header_table.h | 59 virtual void SetChecksumAdjustment(int64_t adjustment);
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2009-11-30-LiveVariablesBug.ll | 10 define arm_aapcs_vfpcc void @foo(%"c"* %this, %"Vec3"* nocapture %adjustment) {
|
/external/llvm/test/Bitcode/ |
D | upgrade-subprogram-this.ll | 4 ; Test upgrading from bitcode without a this adjustment record. It will fill in
|
/external/freetype/ |
D | README.android | 30 The following three commits are cherry-picked with some adjustment to apply:
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-11-30-LiveVariablesBug.ll | 10 define arm_aapcs_vfpcc void @foo(%"c"* %this, %"Vec3"* nocapture %adjustment) {
|
/external/iptables/extensions/ |
D | libip6t_DNPT.c | 83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
|
D | libip6t_SNPT.c | 83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
|
/external/llvm/test/DebugInfo/X86/ |
D | prologue-stack.ll | 10 ; The stack adjustment should be part of the prologue.
|
/external/glide/third_party/disklrucache/ |
D | CHANGELOG.md | 53 * New API for cache size adjustment.
|
/external/autotest/site_utils/ |
D | balance_pools.py | 246 adjustment = target_total - self.total_hosts 247 return len(self.broken_hosts) + adjustment
|