/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/tensorflow/tensorflow/python/layers/ |
D | normalization.py | 127 adjustment=None, argument 150 adjustment=adjustment, 184 adjustment=None): argument 308 adjustment=adjustment,
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 313 THREAD_LOCAL int adjustment = 0; in get_clock() local 366 adjustment = a; in get_clock() 383 adjustment = 0; in get_clock() 387 if (adjustment >= MAX_ADJUSTMENT) in get_clock() 389 adjustment++; in get_clock() 391 adjustment = 0; in get_clock() 395 clock_reg = tv.tv_usec*10 + adjustment; in get_clock() 400 adjustment += *num - 1; in get_clock() 401 last.tv_usec += adjustment / 10; in get_clock() 402 adjustment = adjustment % 10; in get_clock() [all …]
|
/external/tensorflow/tensorflow/stream_executor/lib/ |
D | mathutil.h | 84 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); in CeilOrFloorOfRatio() local 85 const IntegralType ceil_of_ratio = rounded_toward_zero + adjustment; in CeilOrFloorOfRatio() 92 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); in CeilOrFloorOfRatio() local 93 const IntegralType floor_of_ratio = rounded_toward_zero - adjustment; in CeilOrFloorOfRatio()
|
/external/tensorflow/tensorflow/core/lib/math/ |
D | math_util.h | 120 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); in CeilOrFloorOfRatio() local 121 const IntegralType ceil_of_ratio = rounded_toward_zero + adjustment; in CeilOrFloorOfRatio() 129 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); in CeilOrFloorOfRatio() local 130 const IntegralType floor_of_ratio = rounded_toward_zero - adjustment; in CeilOrFloorOfRatio()
|
/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
D | DecimalQuantity_64BitBCD.java | 116 int adjustment = (i > 0) ? i : 0; field in DecimalQuantity_64BitBCD 117 bcd = result >>> (adjustment * 4); 132 int adjustment = (i > 0) ? i : 0; in readBigIntegerToBcd() local 133 bcd = result >>> (adjustment * 4); in readBigIntegerToBcd()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/ |
D | DecimalQuantity_64BitBCD.java | 119 int adjustment = (i > 0) ? i : 0; field in DecimalQuantity_64BitBCD 120 bcd = result >>> (adjustment * 4); 135 int adjustment = (i > 0) ? i : 0; in readBigIntegerToBcd() local 136 bcd = result >>> (adjustment * 4); in readBigIntegerToBcd()
|
/external/fonttools/Tests/feaLib/data/ |
D | GPOS_1.fea | 26 # single adjustment positionings, provided the re-definition is using 34 # the following should be interpreted as vertical advance adjustment 37 # makes it a horizontal advance adjustment. In our implementation,
|
/external/v8/src/objects/ |
D | managed.cc | 16 int64_t adjustment = 0 - static_cast<int64_t>(destructor->estimated_size_); in ManagedObjectFinalizerSecondPass() local 19 data.GetIsolate()->AdjustAmountOfExternalAllocatedMemory(adjustment); in ManagedObjectFinalizerSecondPass()
|
/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:
|
/external/swiftshader/third_party/llvm-7.0/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:
|
/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/fonttools/Lib/fontTools/voltLib/ |
D | parser.py | 452 adjustment = self.expect_number_() 455 return adjustment, size 472 adjustment, size = self.parse_adjust_by_() 473 adv_adjust_by[size] = adjustment 478 adjustment, size = self.parse_adjust_by_() 479 dx_adjust_by[size] = adjustment 484 adjustment, size = self.parse_adjust_by_() 485 dy_adjust_by[size] = adjustment
|
/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/libxaac/decoder/drc_src/ |
D | impd_drc_selection_process_drcset_selection.c | 720 FLOAT32 adjustment; in impd_drc_set_preselection() local 922 adjustment = max( in impd_drc_set_preselection() 926 adjustment = min(adjustment, max(0.0f, loudness_deviation_max)); in impd_drc_set_preselection() 929 loudness_normalization_gain_db[l] - adjustment; in impd_drc_set_preselection() 1064 adjustment = in impd_drc_set_preselection() 1067 adjustment = min(adjustment, max(0.0f, loudness_deviation_max)); in impd_drc_set_preselection() 1069 adjustment; in impd_drc_set_preselection() 1070 selection_candidate_info_step_2[n].output_peak_level -= adjustment; in impd_drc_set_preselection() 1071 selection_candidate_info_step_2[n].output_loudness -= adjustment; in impd_drc_set_preselection()
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | normalization.py | 156 adjustment=None, argument 183 self.adjustment = adjustment 228 if self.adjustment is not None: 277 if self.adjustment is not None: 625 if self.adjustment: 626 adj_scale, adj_bias = self.adjustment(array_ops.shape(inputs)) 768 if self.adjustment is not None:
|
/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 | 14 __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/swiftshader/third_party/llvm-7.0/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.
|
/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.
|