HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 101 - 125 of 2336) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_1_add_neon.asm 32 ADD_DIFF_16x8 $diff
33 vqadd.u8 q8, q8, $diff
34 vqadd.u8 q9, q9, $diff
35 vqadd.u8 q10, q10, $diff
36 vqadd.u8 q11, q11, $diff
37 vqadd.u8 q12, q12, $diff
38 vqadd.u8 q13, q13, $diff
39 vqadd.u8 q14, q14, $diff
40 vqadd.u8 q15, q15, $diff
44 SUB_DIFF_16x8 $diff
    [all...]
  /art/compiler/linker/x86/
relative_patcher_x86.cc 52 uint32_t diff = target_offset - anchor_offset; local
53 (*code)[literal_offset + 0u] = static_cast<uint8_t>(diff >> 0);
54 (*code)[literal_offset + 1u] = static_cast<uint8_t>(diff >> 8);
55 (*code)[literal_offset + 2u] = static_cast<uint8_t>(diff >> 16);
56 (*code)[literal_offset + 3u] = static_cast<uint8_t>(diff >> 24);
  /external/aac/libAACenc/src/
quantize.cpp 313 FIXP_DBL diff; local
333 diff = fixp_abs(fixp_abs(invQuantSpec) - fixp_abs(mdctSpectrum[i]>>1));
335 scale = CountLeadingBits(diff);
336 diff = scaleValue(diff, scale);
337 diff = fPow2(diff);
340 diff = scaleValue(diff, -scale);
342 xfsf = xfsf + diff;
369 FIXP_DBL diff; local
    [all...]
  /ndk/tests/device/math/jni/
math.c 28 long double diff = a - b; local
29 if (diff < 0)
30 diff = -diff;
31 if (diff > 0.0000001)
math.cpp 28 long double diff = a - b; local
29 if (diff < 0)
30 diff = -diff;
31 if (diff > 0.0000001)
  /external/autotest/client/site_tests/graphics_VTSwitch/
graphics_VTSwitch.py 79 diff = get_percent_difference(logged_out_screenshot, vt2_screenshot)
80 keyvals['percent_initial_VT1_VT2_difference'] = diff
81 if not diff >= difference_percent_threshold:
85 (diff, logged_out_screenshot, vt2_screenshot))
102 diff = get_percent_difference(logged_out_screenshot,
104 if not diff < similarity_percent_threshold:
106 max(diff, max_vt1_difference_percent)
109 diff, logged_out_screenshot,
120 diff = get_percent_difference(vt2_screenshot,
122 if not diff <= similarity_percent_threshold
    [all...]
  /external/elfutils/src/
sectionhash.c 41 GElf_Sxword diff = (SH_FLAGS_IMPORTANT (one->flags) local
43 result = diff < 0 ? -1 : diff == 0 ? 0 : 1;
  /external/libvpx/libvpx/tools/
ftfy.sh 14 -n, --dry-run Shows a diff of the changes to be made.
71 diff -u "$ORIG_COMMIT_MSG" "$NEW_COMMIT_MSG" | tail -n +3
94 ORIG_DIFF=orig.diff.$$
95 MODIFIED_DIFF=modified.diff.$$
96 FINAL_DIFF=final.diff.$$
111 if ! git diff --quiet HEAD; then
119 # Collect the original diff
122 # Apply the style guide on new and modified files and collect its diff
123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d
    [all...]
  /external/libvpx/libvpx/vp8/common/
invtrans.h 28 static void eob_adjust(char *eobs, short *diff)
34 if((eobs[js] == 0) && (diff[0] != 0))
36 diff+=16;
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_error_neon.c 26 const int16x8_t diff = vsubq_s16(c, d); local
27 const int16x4_t diff_lo = vget_low_s16(diff);
28 const int16x4_t diff_hi = vget_high_s16(diff);
29 // diff is 15-bits, the squares 30, so we can store 2 in 31-bits before
  /external/webrtc/webrtc/base/
versionparsing.cc 49 int diff = version1[i] - version2[i]; local
50 if (diff != 0) {
51 return diff;
  /frameworks/av/services/audioflinger/
LinearMap.h 157 // The value should be monotonic increasing (e.g. diff >= 0);
239 // returns false if the diff is out of int32_t bounds or negative.
241 static inline bool checkedDiff(int32_t *diff, T x2, T x1, const char *coord) {
244 *diff = (int32_t)diff64; // intentionally lose precision
246 ALOGW("LinearMap: %s overflow diff(%lld) from %llu - %llu exceeds INT32_MAX",
251 ALOGW("LinearMap: %s negative diff(%lld) from %llu - %llu",
260 *diff = x2 - x1;
261 if (*diff < 0) {
262 ALOGW("LinearMap: %s negative diff(%d) from %u - %u",
263 coord, *diff, (unsigned)x2, (unsigned)x1)
310 int32_t diff = 0; local
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
statistics.cpp 52 const float diff = value - mean_; local
53 return expf(-diff * diff / exp_denom_) / pdf_denom_;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
ftfy.sh 14 -n, --dry-run Shows a diff of the changes to be made.
71 diff -u "$ORIG_COMMIT_MSG" "$NEW_COMMIT_MSG" | tail -n +3
94 ORIG_DIFF=orig.diff.$$
95 MODIFIED_DIFF=modified.diff.$$
96 FINAL_DIFF=final.diff.$$
111 if ! git diff --quiet HEAD; then
119 # Collect the original diff
122 # Apply the style guide on new and modified files and collect its diff
123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
invtrans.h 28 static void eob_adjust(char *eobs, short *diff)
34 if((eobs[js] == 0) && (diff[0] != 0))
36 diff+=16;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 34 short *diff, unsigned char *predictor,
40 short *diff = &be->src_diff[0]; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
  /bionic/libc/dns/nameser/
ns_samedomain.c 57 int diff, escaped; local
109 diff = (int)(la - lb);
116 if (diff < 2)
124 if (a[diff - 1] != '.')
132 for (i = diff - 1; i > 0; i--)
144 cp = a + diff;
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BitmapUtils.java 80 double diff = 0; local
85 diff += Math.abs(Color.red(aPix) - Color.red(bPix)); // red
86 diff += Math.abs(Color.green(aPix) - Color.green(bPix)); // green
87 diff += Math.abs(Color.blue(aPix) - Color.blue(bPix)); // blue
89 diff /= (aPixels.length * 3);
90 return diff;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ScaleInfluencer.java 21 float diff = value.newHighValue()* controller.scale.x; local
23 interpolationChannel.data[a +ParticleChannels.InterpolationDiffOffset] = diff;
24 valueChannel.data[i] = start + diff* value.getScale(0);
31 float diff = value.newHighValue()* controller.scale.x - start; local
33 interpolationChannel.data[a +ParticleChannels.InterpolationDiffOffset] = diff;
34 valueChannel.data[i] = start + diff* value.getScale(0);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameNormalizer.java 89 int diff = getComplexityCollator().compare(clean1, clean2); local
90 if (diff != 0) {
91 return diff;
96 diff = -clean1.compareTo(clean2);
97 if (diff != 0) {
98 return diff;
  /external/google-breakpad/src/processor/
minidump_stackwalk_machine_readable_test 36 diff -u $testdata_dir/minidump2.stackwalk.machine_readable.out -
minidump_stackwalk_test 36 diff -u $testdata_dir/minidump2.stackwalk.out -
  /external/libunwind/scripts/
kernel-diff.sh 9 diff -up $left $right
  /external/libvpx/libvpx/vp8/encoder/
encodemb.h 23 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc,
26 void vp8_subtract_mby(short *diff, unsigned char *src, int src_stride,
  /external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/impl/
RecursiveAppender.java 36 int diff = new Random().nextInt(); field in class:RecursiveAppender
40 Logger logger = LoggerFactory.getLogger("RecursiveAppender" + diff);

Completed in 3684 milliseconds

1 2 3 45 6 7 8 91011>>