Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/third_party/openh264/codec/processing/src/vaacalc/
Dvaacalcfuncs.cpp65 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_c() local
85 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_c() local
105 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_c() local
125 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_c() local
176 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadVar_c() local
194 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadVar_c() local
212 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadVar_c() local
230 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadVar_c() local
278 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSad_c() local
292 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSad_c() local
[all …]
/third_party/mesa3d/.gitlab-ci/windows/
Dspirv2dxil_run.ps18 $diff = Compare-Object -ReferenceObject $reference -DifferenceObject $result variable
9 if (-Not $diff) { variable
14 Write-Output $diff | Format-Table -Property SideIndicator, InputObject -Wrap variable
Dpiglit_run.ps118 $diff = Compare-Object -ReferenceObject $reference -DifferenceObject $result variable
19 if (-Not $diff) { variable
26 Write-Output $diff | Format-Table -Property SideIndicator,InputObject -Wrap variable
/third_party/openh264/test/processing/
DProcessUT_VaaCalc.cpp39 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_ref() local
59 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_ref() local
79 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_ref() local
99 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_ref() local
150 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadVar_ref() local
168 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadVar_ref() local
186 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadVar_ref() local
204 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadVar_ref() local
251 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSad_ref() local
265 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSad_ref() local
[all …]
/third_party/node/deps/npm/test/lib/commands/
Ddiff.js22 diff = [], property
50 diff: [].concat(diff), property
91 let diff = [] variable
102 diff, property
173 diff: ['@npmcli/foo@1.0.0'], property
187 diff: ['0.1.0'], property
192 const output = await assertFoo(t, { diff: '0.1.0', exec: ['./a.js', './b.js'] }) property
198 diff: 'bar@1.0.0', property
215 diff: 'bar', property
231 diff: 'bar', property
[all …]
/third_party/node/deps/v8/src/compiler/
Dpipeline-statistics.cc35 CompilationStatistics::BasicStats* diff) { in End()
67 CompilationStatistics::BasicStats diff; in ~PipelineStatistics() local
84 CompilationStatistics::BasicStats diff; in EndPhaseKind() local
102 CompilationStatistics::BasicStats diff; in EndPhase() local
/third_party/libabigail/src/
Dabg-comp-filter.cc131 diff_involves_decl_only_class(const class_diff* diff) in diff_involves_decl_only_class()
180 has_type_size_change(const diff* diff) in has_type_size_change()
247 crc_changed(const diff* diff) in crc_changed()
283 namespace_changed(const diff* diff) in namespace_changed()
340 function_name_changed_but_not_symbol(const diff* diff) in function_name_changed_but_not_symbol()
583 non_static_data_member_added_or_removed(const class_diff* diff) in non_static_data_member_added_or_removed()
611 non_static_data_member_added_or_removed(const diff* diff) in non_static_data_member_added_or_removed()
627 has_data_member_replaced_by_anon_dm(const diff* diff) in has_data_member_replaced_by_anon_dm()
643 static_data_member_added_or_removed(const class_diff* diff) in static_data_member_added_or_removed()
719 static_data_member_added_or_removed(const diff* diff) in static_data_member_added_or_removed()
[all …]
/third_party/spirv-tools/test/diff/
Ddiff_test.cpp32 namespace diff { namespace
76 const std::string diff = R"( ; SPIR-V in TEST() local
125 const std::string diff = R"( OpCapability Shader in TEST() local
169 const std::string diff = R"( ; SPIR-V in TEST() local
/third_party/skia/tools/skdiff/
Dskdiff_html.cpp79 static void print_pixel_count(SkFILEWStream* stream, const DiffRecord& diff) { in print_pixel_count()
93 static void print_checkbox_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_checkbox_cell()
99 static void print_label_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_label_cell()
213 static void print_diff_row(SkFILEWStream* stream, const DiffRecord& diff, const SkString& relativeP… in print_diff_row()
288 const DiffRecord& diff = differences[i]; in print_diff_page() local
/third_party/icu/icu4c/source/common/
Ducnvbocu.cpp217 #define DIFF_IS_SINGLE(diff) (BOCU1_REACH_NEG_1<=(diff) && (diff)<=BOCU1_REACH_POS_1) argument
220 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff)) argument
223 #define DIFF_IS_DOUBLE(diff) (BOCU1_REACH_NEG_2<=(diff) && (diff)<=BOCU1_REACH_POS_2) argument
287 packDiff(int32_t diff) { in packDiff()
400 int32_t prev, c, diff; in _Bocu1FromUnicodeWithOffsets() local
660 int32_t prev, c, diff; in _Bocu1FromUnicode() local
884 int32_t diff, count; in decodeBocu1LeadByte() local
964 int32_t prev, count, diff, c; in _Bocu1ToUnicodeWithOffsets() local
1186 int32_t prev, count, diff, c; in _Bocu1ToUnicode() local
/third_party/node/deps/icu-small/source/common/
Ducnvbocu.cpp217 #define DIFF_IS_SINGLE(diff) (BOCU1_REACH_NEG_1<=(diff) && (diff)<=BOCU1_REACH_POS_1) argument
220 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff)) argument
223 #define DIFF_IS_DOUBLE(diff) (BOCU1_REACH_NEG_2<=(diff) && (diff)<=BOCU1_REACH_POS_2) argument
287 packDiff(int32_t diff) { in packDiff()
400 int32_t prev, c, diff; in _Bocu1FromUnicodeWithOffsets() local
660 int32_t prev, c, diff; in _Bocu1FromUnicode() local
884 int32_t diff, count; in decodeBocu1LeadByte() local
964 int32_t prev, count, diff, c; in _Bocu1ToUnicodeWithOffsets() local
1186 int32_t prev, count, diff, c; in _Bocu1ToUnicode() local
/third_party/skia/third_party/externals/icu/source/common/
Ducnvbocu.cpp217 #define DIFF_IS_SINGLE(diff) (BOCU1_REACH_NEG_1<=(diff) && (diff)<=BOCU1_REACH_POS_1) argument
220 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff)) argument
223 #define DIFF_IS_DOUBLE(diff) (BOCU1_REACH_NEG_2<=(diff) && (diff)<=BOCU1_REACH_POS_2) argument
287 packDiff(int32_t diff) { in packDiff()
400 int32_t prev, c, diff; in _Bocu1FromUnicodeWithOffsets() local
660 int32_t prev, c, diff; in _Bocu1FromUnicode() local
884 int32_t diff, count; in decodeBocu1LeadByte() local
964 int32_t prev, count, diff, c; in _Bocu1ToUnicodeWithOffsets() local
1186 int32_t prev, count, diff, c; in _Bocu1ToUnicode() local
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstrist.c64 guint32 diff = ext - result; in gst_rist_rtp_ext_seq() local
72 guint32 diff = result - ext; in gst_rist_rtp_ext_seq() local
/third_party/curl/lib/
Dtimeval.c204 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff() local
218 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff_ceil() local
232 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff_us() local
/third_party/node/deps/npm/test/lib/utils/
Dreify-output.js24 diff: { property
78 diff: { property
111 diff: { property
160 diff: { property
221 diff: { property
234 diff: { property
250 diff: { property
264 diff: { property
294 diff: { property
355 diff: { property
[all …]
/third_party/ffmpeg/libavcodec/
Dtruemotion2rt.c134 int diff = 0; in truemotion2rt_decode_frame() local
160 int diff = 0; in truemotion2rt_decode_frame() local
186 int diff = 0; in truemotion2rt_decode_frame() local
/third_party/skia/third_party/externals/brotli/research/
Ddraw_diff.cc39 void CalculateDiff(int** diff, Image image1, Image image2, in CalculateDiff()
48 void DrawDiff(int** diff, Image image1, Image image2, in DrawDiff()
108 int** diff = new int*[h1]; in main() local
/third_party/skia/src/core/
DSkRectPriv.h80 SkRect diff; in Subtract() local
85 SkIRect diff; in Subtract() local
/third_party/toybox/toys/net/
Dsntp.c46 static unsigned long long lunchtime(struct timespec *television, long long diff) in lunchtime()
74 long long diff = 0; in sntp_main() local
/third_party/toybox/toys/pending/
Ddiff.c63 struct diff { struct
64 long a, b, c, d, prev, suff;
374 static int *diff(char **files) in diff() function
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
Darm_chebyshev_distance_f32.c108 float32_t diff=0.0f, maxVal=0.0f, tmpA, tmpB; in arm_chebyshev_distance_f32() local
185 float32_t diff=0.0f, maxVal,tmpA, tmpB; in arm_chebyshev_distance_f32() local
Darm_canberra_distance_f32.c136 float32_t accum=0.0f, tmpA, tmpB,diff,sum; in arm_canberra_distance_f32() local
199 float32_t accum=0.0f, tmpA, tmpB,diff,sum; in arm_canberra_distance_f32() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DCsvData.java143 private static <K> Optional<CsvTable<DiffKey<K>>> diff(CsvTable<K> lhs, CsvTable<K> rhs) { in diff() method in CsvData.Diff
144 CsvTable<DiffKey<K>> diff = CsvTable.diff(lhs, rhs, DiffMode.CHANGES); in diff() local
167 public static Diff diff(CsvData before, CsvData after) { in diff() method in CsvData
/third_party/node/test/pummel/
Dtest-process-hrtime.js36 const diff = process.hrtime(start); constant
/third_party/skia/third_party/externals/tint/tools/src/substr/
Dsubstr.go18 diff "github.com/sergi/go-diff/diffmatchpatch" packageName

12345678910>>...32