Home
last modified time | relevance | path

Searched refs:skips (Results 1 – 25 of 181) sorted by relevance

12345678

/external/libgav1/libgav1/src/dsp/x86/
Dmotion_field_projection_sse4.cc150 inline void CheckStore(const int8_t* skips, const __m128i position, in CheckStore() argument
153 if (skips[idx] == 0) { in CheckStore()
248 int8_t skips[8]; in MotionFieldProjectionKernel_SSE4_1() local
249 memcpy(skips, &skip_64, sizeof(skips)); in MotionFieldProjectionKernel_SSE4_1()
250 CheckStore<0>(skips, position, r, mvs[0], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_SSE4_1()
251 CheckStore<1>(skips, position, r, mvs[0], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_SSE4_1()
252 CheckStore<2>(skips, position, r, mvs[0], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_SSE4_1()
253 CheckStore<3>(skips, position, r, mvs[0], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_SSE4_1()
254 CheckStore<4>(skips, position, r, mvs[1], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_SSE4_1()
255 CheckStore<5>(skips, position, r, mvs[1], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_SSE4_1()
[all …]
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_field_projection_neon.cc145 inline void CheckStore(const int8_t* skips, const int16x8_t position, in CheckStore() argument
148 if (skips[idx] == 0) { in CheckStore()
246 int8_t skips[8]; in MotionFieldProjectionKernel_NEON() local
247 memcpy(skips, &skip_64, sizeof(skips)); in MotionFieldProjectionKernel_NEON()
248 CheckStore<0>(skips, position, r, mvs[0], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_NEON()
249 CheckStore<1>(skips, position, r, mvs[0], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_NEON()
250 CheckStore<2>(skips, position, r, mvs[0], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_NEON()
251 CheckStore<3>(skips, position, r, mvs[0], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_NEON()
252 CheckStore<4>(skips, position, r, mvs[1], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_NEON()
253 CheckStore<5>(skips, position, r, mvs[1], dst_reference_offset, dst_mv); in MotionFieldProjectionKernel_NEON()
[all …]
/external/libxkbcommon/scripts/
Dmeson-junit-report.py44 skips = 0 variable
69 skips += 1
81 testsuite.set('tests', str(successes + failures + skips))
82 testsuite.set('skipped', str(skips))
89 skips))
/external/harfbuzz_ng/test/shaping/
Drun-tests.py32 skips = 0 variable
74 skips += 1
78 skips += 1
130 print ("%d tests passed; %d failed; %d skipped." % (passes, fails, skips)) # file=sys.stderr
133 elif not (fails + skips):
/external/grpc-grpc/tools/buildgen/plugins/
Dexpand_filegroups.py69 skips = 0
72 assert skips != len(
85 skips += 1
88 skips = 0
/external/testng/src/test/java/test/skipex/
DSkippedExceptionTest.java41 List<ITestResult> skips= listener.getSkippedTests(); in skippedExceptionInTestMethods() local
44 Assert.assertEquals(skips.size(), 1); in skippedExceptionInTestMethods()
47 Assert.assertEquals(skips.get(0).getMethod().getMethodName(), "genericSkipException"); in skippedExceptionInTestMethods()
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/plugins/
Dexpand_filegroups.py70 skips = 0
73 assert skips != len(
88 skips += 1
91 skips = 0
/external/rust/crates/bstr/src/search/
Dprefilter.rs16 skips: usize, field
47 PrefilterState { skips: 0, skipped: 0, max_match_len, inert: false } in new()
52 PrefilterState { skips: 0, skipped: 0, max_match_len: 0, inert: true } in inert()
59 self.skips += 1; in update()
70 if self.skips < PrefilterState::MIN_SKIPS { in is_effective()
73 if self.skipped >= PrefilterState::MIN_SKIP_BYTES * self.skips { in is_effective()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SkipDataset.pbtxt8 that should be skipped. If count is -1, skips everything.
11 summary: "Creates a dataset that skips `count` elements from the `input_dataset`."
/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions_test.cc323 std::vector<uint64> skips(10); in SingleSampleAdapterSkipTest() local
325 std::iota(skips.begin(), skips.end(), 0); in SingleSampleAdapterSkipTest()
330 for (uint64 skip : skips) { in SingleSampleAdapterSkipTest()
/external/autotest/server/site_tests/network_WiFi_RoamNatural/
Dnetwork_WiFi_RoamNatural.py162 for pair, skips in roam_skip_stats.items():
164 'from %s GHz to %s GHz', skips, pair[0], pair[1])
166 skips, units='roams skipped',
/external/rust/crates/aho-corasick/src/
Dprefilter.rs153 skips: usize, field
197 skips: 0, in new()
208 skips: 0, in disabled()
220 self.skips += 1; in update_skipped_bytes()
254 if self.skips < PrefilterState::MIN_SKIPS { in is_effective()
259 if self.skipped >= min_avg * self.skips { in is_effective()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dinsert-skips-gws.mir2 # RUN: llc -march=amdgcn -mcpu=gfx900 -run-pass si-insert-skips -amdgpu-skip-threshold-legacy=1 -ve…
3 # Make sure mandatory skips are inserted to ensure GWS ops aren't run with exec = 0
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_verifier.c63 static int skips; variable
371 skips++; in skip_unsupported_map()
914 fixup_skips = skips; in do_test_single()
925 if (fixup_skips != skips) in do_test_single()
952 skips++; in do_test_single()
1112 skips++; in do_test()
1124 skips++; in do_test()
1132 skips, errors); in do_test()
/external/vogar/src/vogar/
DConsole.java193 List<String> skips = Lists.newArrayList(); in summarizeOutcomes() local
217 list = skips; in summarizeOutcomes()
272 if (!skips.isEmpty()) { in summarizeOutcomes()
274 for (String skip : skips) { in summarizeOutcomes()
/external/python/cpython2/Doc/library/
Demail.iterators.rst17 string payloads line-by-line. It skips over all the subpart headers, and it
18 skips over any subpart with a payload that isn't a Python string. This is
/external/nanopb-c/tests/regression/issue_247/
DSConscript1 # Test that pb_check_proto3_default_value() correctly skips padding
/external/nanopb-c/tests/regression/issue_256/
DSConscript1 # Regression test for Issue 256: Proto3 mode skips submessages even when
/external/python/cpython3/Doc/library/
Demail.iterators.rst20 string payloads line-by-line. It skips over all the subpart headers, and it
21 skips over any subpart with a payload that isn't a Python string. This is
/external/angle/src/tests/
Dcapture_replay_tests.py339 skips = 0
349 skips += 1
351 info('Found %s tests and %d skipped tests.' % (len(tests), skips))
390 self.skips = []
410 self.skips.append(test.full_test_name)
932 skipped_count += len(test_batch_result.skips)
942 for skipped_test in test_batch_result.skips:
/external/mesa3d/.gitlab-ci/
Ddeqp-panfrost-t760-skips.txt1 # Note: skips lists for CI are just a list of lines that, when
Ddeqp-radeonsi-stoney-skips.txt1 # Note: skips lists for CI are just a list of lines that, when
Ddeqp-default-skips.txt1 # Note: skips lists for CI are just a list of lines that, when
Ddeqp-panfrost-g52-skips.txt1 # Note: skips lists for CI are just a list of lines that, when
Ddeqp-panfrost-t860-skips.txt1 # Note: skips lists for CI are just a list of lines that, when

12345678