/third_party/ffmpeg/libavcodec/ |
D | roqvideodec.c | 41 int vqid, xpos, ypos, xp, yp, x, y, mx, my; in roqvideo_decode_frame() local 80 for (yp = ypos; yp < ypos + 16; yp += 8) in roqvideo_decode_frame() 100 ff_apply_motion_8x8(ri, xp, yp, mx, my); in roqvideo_decode_frame() 105 ff_apply_vector_4x4(ri, xp, yp, ri->cb2x2 + qcell->idx[0]); in roqvideo_decode_frame() 106 ff_apply_vector_4x4(ri, xp + 4, yp, ri->cb2x2 + qcell->idx[1]); in roqvideo_decode_frame() 107 ff_apply_vector_4x4(ri, xp, yp + 4, ri->cb2x2 + qcell->idx[2]); in roqvideo_decode_frame() 108 ff_apply_vector_4x4(ri, xp + 4, yp + 4, ri->cb2x2 + qcell->idx[3]); in roqvideo_decode_frame() 112 x = xp; y = yp; in roqvideo_decode_frame()
|
D | proresenc_kostya.c | 557 int i, xp, yp; in encode_slice() local 594 yp = y << 4; in encode_slice() 599 yp = y << 4; in encode_slice() 605 src = (const uint16_t*)(pic->data[i] + yp * linesize + in encode_slice() 609 get_slice_data(ctx, src, linesize, xp, yp, in encode_slice() 625 get_alpha_data(ctx, src, linesize, xp, yp, in encode_slice() 810 int i, q, pq, xp, yp; in find_slice_quant() local 839 yp = y << 4; in find_slice_quant() 844 yp = y << 4; in find_slice_quant() 850 src = (const uint16_t *)(ctx->pic->data[i] + yp * linesize[i] + in find_slice_quant() [all …]
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuInterval.cpp | 81 TCU_INTERVAL_APPLY_MONOTONE2(ret, xp, x, yp, y, val, in operator -() 82 TCU_SET_INTERVAL(val, point, point = xp - yp)); in operator -() 90 TCU_INTERVAL_APPLY_MONOTONE2(ret, xp, x, yp, y, val, in operator *() 91 TCU_SET_INTERVAL(val, point, point = xp * yp)); in operator *()
|
/third_party/icu/tools/colprobe/ |
D | strengthprobe.cpp | 180 const Line *yp = &y; in getStrength() local 188 int32_t result = comparer(&xp, &yp); in getStrength() 233 const Line *yp = &y; in compare() local 234 return comparer(&xp, &yp); in compare() 240 const Line *yp = &y; in compare() local 241 return comparer(&xp, &yp); in compare()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
D | SineOscillator.java | 38 float yp = (currentPhase > 0.5f) ? 1.0f - currentPhase in fastSin() local 41 float x = (float) (yp * Math.PI); in fastSin()
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstperspective.c | 189 gdouble xp, yp, w, xi, yi; in perspective_map() local 195 yp = (m[3] * x + m[4] * y + m[5]); in perspective_map() 200 yi = yp / w; in perspective_map()
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | AUTHORS.md | 14 [TweetNaCl](http://tweetnacl.cr.yp.to/) 18 * Daniel J. Bernstein <http://cr.yp.to/djb.html>
|
D | README.md | 4 Port of [TweetNaCl](http://tweetnacl.cr.yp.to) / [NaCl](http://nacl.cr.yp.to/) 209 Implements [ed25519](http://ed25519.cr.yp.to). 449 …b.com/dchest/tweetnacl-auth-js) — implementation of [`crypto_auth`](http://nacl.cr.yp.to/auth.html)
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ecp.data | 60 # see https://cr.yp.to/ecdh.html#validate 65 # see https://cr.yp.to/ecdh.html#validate 70 # see https://cr.yp.to/ecdh.html#validate 75 # see https://cr.yp.to/ecdh.html#validate 80 # see https://cr.yp.to/ecdh.html#validate 85 # see https://cr.yp.to/ecdh.html#validate 90 # see https://cr.yp.to/ecdh.html#validate 95 # see https://cr.yp.to/ecdh.html#validate 100 # see https://cr.yp.to/ecdh.html#validate 105 # see https://cr.yp.to/ecdh.html#validate [all …]
|
/third_party/glslang/Test/ |
D | 300.vert | 182 float xp[3], yp[4]; 184 yp = y; 186 yp = x; // ERROR, wrong size
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvrawdepay.c | 331 guint8 *payload, *p0, *yp, *up, *vp, *headers; in gst_rtp_vraw_depay_process_packet() local 390 yp = GST_VIDEO_FRAME_COMP_DATA (frame, 0); in gst_rtp_vraw_depay_process_packet() 512 yd1p = yp + (line * ystride) + (offs); in gst_rtp_vraw_depay_process_packet() 538 ydp = yp + (line * ystride) + (offs); in gst_rtp_vraw_depay_process_packet()
|
D | gstrtpvrawpay.c | 275 guint8 *p0, *yp, *up, *vp; in gst_rtp_vraw_pay_handle_buffer() local 304 yp = GST_VIDEO_FRAME_COMP_DATA (&frame, 0); in gst_rtp_vraw_pay_handle_buffer() 519 yd1p = yp + (lin * ystride) + (offs); in gst_rtp_vraw_pay_handle_buffer() 541 ydp = yp + (lin * ystride) + offs; in gst_rtp_vraw_pay_handle_buffer()
|
/third_party/ffmpeg/libswscale/ |
D | swscale.c | 632 int xp,yp; in xyz12Torgb48() local 635 for (yp=0; yp<h; yp++) { in xyz12Torgb48() 688 int xp,yp; in rgb48Toxyz12() local 691 for (yp=0; yp<h; yp++) { in rgb48Toxyz12()
|
D | rgb2rgb_template.c | 781 const uint8_t *yp = src1 + srcStride1 * y; in yvu9_to_yuy2_c() local 787 d[8 * x + 0] = yp[x2]; in yvu9_to_yuy2_c() 789 d[8 * x + 2] = yp[x2 + 1]; in yvu9_to_yuy2_c() 791 d[8 * x + 4] = yp[x2 + 2]; in yvu9_to_yuy2_c() 793 d[8 * x + 6] = yp[x2 + 3]; in yvu9_to_yuy2_c()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 47 unsigned char *yp, *up, *vp; /* pointers to first byte of each component member 166 p->yp = dest; in paint_setup_I420() 168 p->up = p->yp + p->ystride * GST_ROUND_UP_2 (p->height); in paint_setup_I420() 178 p->yp = dest; in paint_setup_YV12() 180 p->vp = p->yp + p->ystride * GST_ROUND_UP_2 (p->height); in paint_setup_YV12() 191 p->yp = dest + 1; in paint_setup_AYUV() 201 p->yp = dest; in paint_setup_YUY2() 211 p->yp = dest + 1; in paint_setup_UYVY() 221 p->yp = dest; in paint_setup_YVYU() 232 p->yp = dest + 1; in paint_setup_IYU2() [all …]
|
/third_party/ffmpeg/libswscale/x86/ |
D | rgb2rgb_template.c | 2036 const uint8_t* yp=src1+srcStride1*y; in RENAME() local 2090 : "r"(yp), "r" (up), "r"(vp), "r"(d) in RENAME() 2095 d[8*x+0] = yp[x2]; in RENAME() 2097 d[8*x+2] = yp[x2+1]; in RENAME() 2099 d[8*x+4] = yp[x2+2]; in RENAME() 2101 d[8*x+6] = yp[x2+3]; in RENAME()
|
/third_party/musl/libc-test/src/math/gen/ |
D | mp.c | 48 unsigned xp, yp; in adjust_round() local 52 yp = mpfr_get_prec(y); in adjust_round() 53 if (yp >= xp || r != MPFR_RNDN || t == 0 || !mpfr_number_p(x) || mpfr_zero_p(x)) { in adjust_round() 58 yp++; in adjust_round() 59 …q = p + (xp + mp_bits_per_limb - 1)/mp_bits_per_limb - (yp + mp_bits_per_limb - 1)/mp_bits_per_lim… in adjust_round() 60 if ((*p & 1 << -xp%mp_bits_per_limb) || !(*q & 1 << -yp%mp_bits_per_limb)) { in adjust_round()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_overlay.c | 457 …int yp = y>>vsub; … 467 …j = FFMAX(-yp, 0); … 468 …jmax = FFMIN3(-yp + dst_hp, FFMIN(src_hp, dst_hp), yp + src_hp); … 475 … + (yp + slice_start) * dst->linesize[dst_plane] \ 478 …dap = (uint##depth##_t *)(dst->data[3] + ((yp + slice_start) << vsub) * dst->linesize[3]); …
|
D | vf_curves.c | 265 const double yp = point->y; in interpolate() local 268 r[i] = 6 * ((yn-yc)/h[i] - (yc-yp)/h[i-1]); in interpolate()
|
D | vf_paletteuse.c | 806 int *xp, int *yp, int *wp, int *hp) in set_processing_window() argument 887 *yp = y_start; in set_processing_window()
|
/third_party/optimized-routines/math/tools/ |
D | remez.jl | 510 yp, yi, yn = f(xp), f(xi), f(xn) 514 if yp <= yi >= yn 516 elseif yp >= yi <= yn
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstsmpte.c | 219 guint8 *yp = data; in fill_i420() local 223 memset (yp, y_colors[color], size); in fill_i420()
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "yf" | "yg" | "yh" | "yi" | "yj" | "yk" | "yl" | "ym" | "yn" | "yo" | "yp" | "yq" | "yr" | "ys… 9 …yp: "aa.yp"; yq: "aa.yq"; yr: "aa.yr"; ys: "aa.ys"; yt: "aa.yt"; yu: "aa.yu"; yv: "aa.yv"; yw: "aa… 10 …yp: "aa.yp"; yq: "aa.yq"; yr: "aa.yr"; ys: "aa.ys"; yt: "aa.yt"; yu: "aa.yu"; yv: "aa.yv"; yw: "aa…
|
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "yf" | "yg" | "yh" | "yi" | "yj" | "yk" | "yl" | "ym" | "yn" | "yo" | "yp" | "yq" | "yr" | "ys… 9 …yp: "aa.yp"; yq: "aa.yq"; yr: "aa.yr"; ys: "aa.ys"; yt: "aa.yt"; yu: "aa.yu"; yv: "aa.yv"; yw: "aa… 10 …yp: "aa.yp"; yq: "aa.yq"; yr: "aa.yr"; ys: "aa.ys"; yt: "aa.yt"; yu: "aa.yu"; yv: "aa.yv"; yw: "aa…
|
/third_party/glslang/Test/baseResults/ |
D | 300.vert.out | 296 0:184 'yp' ( temp 4-element array of highp float) 299 0:186 'yp' ( temp 4-element array of highp float)
|