Home
last modified time | relevance | path

Searched +full:d3 +full:- +full:interpolate (Results 1 – 25 of 119) sorted by relevance

12345

/aosp_15_r20/external/perfetto/infra/perfetto.dev/
H A Dpnpm-lock.yaml25 fs-extra:
34 node-watch:
43 /@braintree/sanitize-[email protected]:
44 …resolution: {integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bo…
48 …resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU+…
52 …resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMg…
56 …resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe…
60 …resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39M…
64 …resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWs…
71 …resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNT…
[all …]
/aosp_15_r20/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcessNeon.h8 * http://www.apache.org/licenses/LICENSE-2.0
48 // ARM NEON inline assembly which appears up to 10-15% faster than intrinsics (gcc 4.9) for arm32.
56 "vld1.s32 {d3}, %[out] \n"/* (2) unaligned load the output */\
60 "vqadd.s32 d3, d3, d0 \n"/* (1+4d) accumulate result (saturating) */\
61 "vst1.s32 {d3}, %[out] \n"/* (2+2d) store result */
65 "vld1.s32 {d3}, %[out] \n"/* (2) unaligned load the output*/\
70 "vqadd.s32 d3, d3, d0 \n"/* (1+4d) accumulate result (saturating)*/\
71 "vst1.s32 {d3}, %[out] \n"/* (2+2d)store result*/
88 sP -= CHANNELS*((STRIDE>>1)-1); in ProcessNeonIntrinsic()
112 if (!FIXED) { // interpolate in ProcessNeonIntrinsic()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/
Dpackage-lock.json9 "d3": "7.8.5" string
12 "@typescript-eslint/eslint-plugin": "5.59.6",
13 "@typescript-eslint/parser": "5.59.6",
15 "eslint-config-prettier": "8.8.0",
16 "npm-run-all": "4.1.5",
19 "stylelint-config-standard": "33.0.0",
23 "node_modules/@aashutoshrathi/word-wrap": {
25 "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
26 …"integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFw…
32 "node_modules/@babel/code-frame": {
[all …]
/aosp_15_r20/external/eigen/bench/perf_monitoring/resources/
H A Ds2.js1d3&&(d3=require("d3")),a.dispatch=d3.dispatch("render_start","render_end"),Function.prototype.bind… property
H A Ds1.js1-1:n>t?1:n>=t?0:NaN}function r(n){return null===n?NaN:+n}function i(n){return!isNaN(n)}function u(… function
/aosp_15_r20/external/libaom/av1/common/x86/
H A Dintra_edge_sse4.c34 // Extend the first and last samples to simplify the loop for the 5-tap case in av1_filter_intra_edge_sse4_1()
35 p[-1] = p[0]; in av1_filter_intra_edge_sse4_1()
36 __m128i last = _mm_set1_epi8((char)p[sz - 1]); in av1_filter_intra_edge_sse4_1()
40 uint8_t *in = (strength == 3) ? p - 1 : p; in av1_filter_intra_edge_sse4_1()
44 int len = sz - 1; in av1_filter_intra_edge_sse4_1()
49 __m128i coef0 = _mm_lddqu_si128((__m128i const *)kern[strength - 1]); in av1_filter_intra_edge_sse4_1()
74 len -= n_out; in av1_filter_intra_edge_sse4_1()
76 } else { // 5-tap filter in av1_filter_intra_edge_sse4_1()
77 __m128i coef0 = _mm_lddqu_si128((__m128i const *)kern[strength - 1]); in av1_filter_intra_edge_sse4_1()
90 __m128i d3 = _mm_shuffle_epi8(in0, shuf_d); in av1_filter_intra_edge_sse4_1() local
[all …]
/aosp_15_r20/external/libmpeg2/common/arm/
H A Dideint_spatial_filter_a9.s9 @ * http://www.apache.org/licenses/LICENSE-2.0
30 @* - ideint_spatial_filter_a9()
68 stmfd sp!, {r4-r10, lr}
81 @ Load from &pu1_row_1[-1]
100 vld1.8 d3, [r0], r2
102 @ Load from &pu1_row_2[-1]
110 @ pu1_row_1[i] - pu1_row_2[i]
111 vabal.u8 q8, d0, d3
113 @ pu1_row_1[i - 1] - pu1_row_2[i + 1]
116 @ pu1_row_1[i + 1] - pu1_row_2[i - 1]
[all …]
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Daom_scaled_convolve8_neon_i8mm.c33 // We halved the filter values so -1 from right shift. in convolve8_4_h()
34 return vqrshrun_n_s16(sum, FILTER_BITS - 1); in convolve8_4_h()
57 // We halved the filter values so -1 from right shift. in convolve8_8_h()
58 return vqrshrun_n_s16(sum, FILTER_BITS - 1); in convolve8_8_h()
100 h -= 4; in scaled_convolve_horiz_neon_i8mm()
131 uint8x8_t d0, d1, d2, d3, d4, d5, d6, d7; in scaled_convolve_horiz_neon_i8mm() local
132 load_u8_8x8(temp, 8, &d0, &d1, &d2, &d3, &d4, &d5, &d6, &d7); in scaled_convolve_horiz_neon_i8mm()
134 transpose_elems_inplace_u8_8x8(&d0, &d1, &d2, &d3, &d4, &d5, &d6, &d7); in scaled_convolve_horiz_neon_i8mm()
136 store_u8_8x8(d, dst_stride, d0, d1, d2, d3, d4, d5, d6, d7); in scaled_convolve_horiz_neon_i8mm()
139 width -= 8; in scaled_convolve_horiz_neon_i8mm()
[all …]
H A Daom_scaled_convolve8_neon.c54 // We halved the filter values so -1 from right shift. in scaled_convolve_horiz_neon()
56 vqrshrun_n_s16(vcombine_s16(dd0, vdup_n_s16(0)), FILTER_BITS - 1); in scaled_convolve_horiz_neon()
60 // Memcpy for non-subpel locations. in scaled_convolve_horiz_neon()
61 s += SUBPEL_TAPS / 2 - 1; in scaled_convolve_horiz_neon()
81 h -= 4; in scaled_convolve_horiz_neon()
121 // Memcpy for non-subpel locations. in scaled_convolve_horiz_neon()
122 s += SUBPEL_TAPS / 2 - 1; in scaled_convolve_horiz_neon()
132 uint8x8_t d0, d1, d2, d3, d4, d5, d6, d7; in scaled_convolve_horiz_neon() local
133 load_u8_8x8(temp, 8, &d0, &d1, &d2, &d3, &d4, &d5, &d6, &d7); in scaled_convolve_horiz_neon()
135 transpose_elems_inplace_u8_8x8(&d0, &d1, &d2, &d3, &d4, &d5, &d6, &d7); in scaled_convolve_horiz_neon()
[all …]
H A Daom_scaled_convolve8_neon_dotprod.c27 // Transform sample range to [-128, 127] for 8-bit signed dot product. in convolve8_4_h()
31 // Accumulate into 128 << (FILTER_BITS - 1) / 2 to account for range in convolve8_4_h()
33 const int32x4_t acc = vdupq_n_s32((128 << (FILTER_BITS - 1)) / 2); in convolve8_4_h()
40 // We halved the filter values so -1 from right shift. in convolve8_4_h()
41 return vqrshrun_n_s16(sum, FILTER_BITS - 1); in convolve8_4_h()
55 // Transform sample range to [-128, 127] for 8-bit signed dot product. in convolve8_8_h()
61 // Accumulate into 128 << (FILTER_BITS - 1) / 2 to account for range in convolve8_8_h()
63 const int32x4_t acc = vdupq_n_s32((128 << (FILTER_BITS - 1)) / 2); in convolve8_8_h()
73 // We halved the filter values so -1 from right shift. in convolve8_8_h()
74 return vqrshrun_n_s16(sum, FILTER_BITS - 1); in convolve8_8_h()
[all …]
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dvpx_scaled_convolve8_neon.c4 * Use of this source code is governed by a BSD-style license
30 src -= SUBPEL_TAPS / 2 - 1; in scaledconvolve_horiz_neon()
62 // Memcpy for non-subpel locations. in scaledconvolve_horiz_neon()
63 s += SUBPEL_TAPS / 2 - 1; in scaledconvolve_horiz_neon()
85 h -= 4; in scaledconvolve_horiz_neon()
120 // Memcpy for non-subpel locations. in scaledconvolve_horiz_neon()
121 s += SUBPEL_TAPS / 2 - 1; in scaledconvolve_horiz_neon()
131 uint8x8_t d0, d1, d2, d3, d4, d5, d6, d7; in scaledconvolve_horiz_neon() local
132 load_u8_8x8(temp, 8, &d0, &d1, &d2, &d3, &d4, &d5, &d6, &d7); in scaledconvolve_horiz_neon()
134 transpose_u8_8x8(&d0, &d1, &d2, &d3, &d4, &d5, &d6, &d7); in scaledconvolve_horiz_neon()
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DDormandPrince54FieldStepInterpolator.java9 * http://www.apache.org/licenses/LICENSE-2.0
27 * ODE integration for the 5(4) Dormand-Prince integrator.
38 /** Last row of the Butcher-array internal weights, element 0. */
43 /** Last row of the Butcher-array internal weights, element 2. */
46 /** Last row of the Butcher-array internal weights, element 3. */
49 /** Last row of the Butcher-array internal weights, element 4. */
52 /** Last row of the Butcher-array internal weights, element 5. */
64 private final T d3; field in DormandPrince54FieldStepInterpolator
99 a74 = one.multiply(-2187.0).divide(6784.0); in DormandPrince54FieldStepInterpolator()
101 d0 = one.multiply(-12715105075.0).divide( 11282082432.0); in DormandPrince54FieldStepInterpolator()
[all …]
H A DDormandPrince54StepInterpolator.java9 * http://www.apache.org/licenses/LICENSE-2.0
26 * ODE integration for the 5(4) Dormand-Prince integrator.
36 /** Last row of the Butcher-array internal weights, element 0. */
41 /** Last row of the Butcher-array internal weights, element 2. */
44 /** Last row of the Butcher-array internal weights, element 3. */
47 /** Last row of the Butcher-array internal weights, element 4. */
48 private static final double A74 = -2187.0 / 6784.0;
50 /** Last row of the Butcher-array internal weights, element 5. */
54 private static final double D0 = -12715105075.0 / 11282082432.0;
62 private static final double D3 = -10690763975.0 / 1880347072.0; field in DormandPrince54StepInterpolator
[all …]
/aosp_15_r20/external/perfetto/ui/
H A Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
41 '@types/color-convert':
62 '@types/w3c-web-usb':
68 color-convert:
71 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
116 vega-lite:
133 '@rollup/plugin-commonjs':
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DDormandPrince54StepInterpolator.java9 * http://www.apache.org/licenses/LICENSE-2.0
26 * ODE integration for the 5(4) Dormand-Prince integrator.
30 * @version $Revision: 1073158 $ $Date: 2011-02-21 22:46:52 +0100 (lun. 21 févr. 2011) $
37 /** Last row of the Butcher-array internal weights, element 0. */
42 /** Last row of the Butcher-array internal weights, element 2. */
45 /** Last row of the Butcher-array internal weights, element 3. */
48 /** Last row of the Butcher-array internal weights, element 4. */
49 private static final double A74 = -2187.0 / 6784.0;
51 /** Last row of the Butcher-array internal weights, element 5. */
55 private static final double D0 = -12715105075.0 / 11282082432.0;
[all …]
/aosp_15_r20/external/skia/src/core/
H A DSkGeometry.cpp4 * Use of this source code is governed by a BSD-style license that can be
44 SkScalar ab = a - b; in is_not_monotonic()
45 SkScalar bc = b - c; in is_not_monotonic()
47 bc = -bc; in is_not_monotonic()
58 numer = -numer; in valid_unit_divide()
59 denom = -denom; in valid_unit_divide()
78 // Just returns its argument, but makes it easy to set a break-point to know when
91 Q = -1/2 (B + sign(B) sqrt[B*B - 4*A*C])
99 return return_check_zero(valid_unit_divide(-C, B, roots)); in SkFindUnitQuadRoots()
105 double dr = (double)B * B - 4 * (double)A * C; in SkFindUnitQuadRoots()
[all …]
/aosp_15_r20/external/skia/tests/
H A DPathTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
88 const float min = SkBits2Float(0xcb7f16c8); /* -16717512.000000 */ in test_skbug_3239()
106 path->reset(); in make_path_crbug364224()
107 path->moveTo(3.747501373f, 2.724499941f); in make_path_crbug364224()
108 path->lineTo(3.747501373f, 3.75f); in make_path_crbug364224()
109 path->cubicTo(3.747501373f, 3.88774991f, 3.635501385f, 4.0f, 3.497501373f, 4.0f); in make_path_crbug364224()
110 path->lineTo(0.7475013733f, 4.0f); in make_path_crbug364224()
111 path->cubicTo(0.6095013618f, 4.0f, 0.4975013733f, 3.88774991f, 0.4975013733f, 3.75f); in make_path_crbug364224()
112 path->lineTo(0.4975013733f, 1.0f); in make_path_crbug364224()
113 path->cubicTo(0.4975013733f, 0.8622499704f, 0.6095013618f, 0.75f, 0.7475013733f,0.75f); in make_path_crbug364224()
[all …]
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py97 ) -> Tensor:
169 def __init__(self) -> None:
184 def __init__(self) -> None:
201 def __init__(self) -> None:
214 self.run_test(model, (x,), rtol=1e-3, atol=1e-6)
218 def __init__(self) -> None:
233 if x.sum() > -1:
249 rtol=1e-3,
250 atol=1e-6,
287 self.run_test(model, (x,), atol=1e-5)
[all …]
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-math/apache-commons-math/android_common/javac/
Dapache-commons-math.jar ... META-INF/ META-INF/MANIFEST.MF org/ org/apache ...
/aosp_15_r20/prebuilts/bundletool/
HDbundletool-all-20230807.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/android ...
/aosp_15_r20/external/fonttools/
H A DNEWS.rst1 4.49.0 (released 2024-02-15)
2 ----------------------------
4 - [otlLib] Add API for building ``MATH`` table (#3446)
6 4.48.1 (released 2024-02-06)
7 ----------------------------
9 - Fixed uploading wheels to PyPI, no code changes since v4.48.0.
11 4.48.0 (released 2024-02-06)
12 ----------------------------
14 - [varLib] Do not log when there are no OTL tables to be merged.
15 - [setup.py] Do not restrict lxml<5 any more, tests pass just fine with lxml>=5.
[all …]
/aosp_15_r20/external/crosvm/docs/book/
H A Dmermaid.min.js1-1:t>e?1:t>=e?0:NaN},i=function(t){var e;return 1===t.length&&(e=t,t=function(t,n){return r(e(t),n…
4 * Copyright (c) 2012-2013 Chris Pettitt
24-i,s=e.y-a,c=t.width/2,u=t.height/2;if(!o&&!s)throw new Error("Not possible to find intersection i…
30 …=arguments[0],"function"==typeof arguments[arguments.length-1]?(e=arguments[arguments.length-1],c.…
31 … processed */if(s.getAttribute("data-processed"))return"continue";s.setAttribute("data-processed",…
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/traceviewer/static/
Dtrace_viewer_full.html3 <head i18n-values="dir:textdirection;">
4 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
5 …<meta http-equiv="origin-trial" content="AnYuQDtUf6OrWCmR9Okd67JhWVTbmnRedvPi1TEvAxac8+1p6o9q08FoD…
6 <template id="overlay-template">
8 overlay-mask {
13 z-index: 1000;
14 font-family: sans-serif;
15 -webkit-justify-content: center;
24 overlay-mask:focus {
27 overlay-vertical-centering-container {
[all …]
/aosp_15_r20/external/chromium-trace/catapult/systrace/systrace/
H A Dsystrace_trace_viewer.html1 <template id="overlay-template">
3 overlay-mask {
8 z-index: 1000;
9 font-family: sans-serif;
10 -webkit-justify-content: center;
19 overlay-mask:focus {
22 overlay-vertical-centering-container {
23 -webkit-justify-content: center;
24 flex-direction: column;
27 overlay-frame {
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
Domr1_incomplete.html3 <head i18n-values="dir:textdirection;">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <meta charset="utf-8"/>
14 -webkit-flex-direction: column;
15 display: -webkit-flex;
20 body > tr-ui-timeline-view {
21 -webkit-flex: 1 1 auto;
22 min-height: 0;
24 body > tr-ui-timeline-view:focus {
28 <template id="overlay-template">
[all …]

12345