/third_party/ffmpeg/libavcodec/ |
H A D | roqvideodec.c | 42 int vqid, xpos, ypos, xp, yp, x, y, mx, my; in roqvideo_decode_frame() local 81 for (yp = ypos; yp < ypos + 16; yp += 8) in roqvideo_decode_frame() 101 ff_apply_motion_8x8(ri, xp, yp, mx, my); in roqvideo_decode_frame() 106 ff_apply_vector_4x4(ri, xp, yp, ri->cb2x2 + qcell->idx[0]); in roqvideo_decode_frame() 107 ff_apply_vector_4x4(ri, xp + 4, yp, ri->cb2x2 + qcell->idx[1]); in roqvideo_decode_frame() 108 ff_apply_vector_4x4(ri, xp, yp + 4, ri->cb2x2 + qcell->idx[2]); in roqvideo_decode_frame() 109 ff_apply_vector_4x4(ri, xp + 4, yp + 4, ri->cb2x2 + qcell->idx[3]); in roqvideo_decode_frame() 113 x = xp; y = yp; in roqvideo_decode_frame() [all...] |
H A D | proresenc_kostya.c | 549 int i, xp, yp; in encode_slice() local 586 yp = y << 4; in encode_slice() 591 yp = y << 4; in encode_slice() 597 src = (const uint16_t*)(pic->data[i] + yp * linesize + in encode_slice() 601 get_slice_data(ctx, src, linesize, xp, yp, in encode_slice() 615 get_alpha_data(ctx, src, linesize, xp, yp, in encode_slice() 796 int i, q, pq, xp, yp; in find_slice_quant() local 825 yp = y << 4; in find_slice_quant() 830 yp = y << 4; in find_slice_quant() 836 src = (const uint16_t *)(ctx->pic->data[i] + yp * linesiz in find_slice_quant() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A 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/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
H A D | SineOscillator.java | 38 float yp = (currentPhase > 0.5f) ? 1.0f - currentPhase in fastSin() 41 float x = (float) (yp * Math.PI); in fastSin()
|
/third_party/icu/tools/colprobe/ |
H A 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/astc-encoder/Test/ |
H A D | astc_test_result_plot.py | 212 for xp, yp, mp in zip(x, y, m): 213 ax.scatter([xp],[yp], s=16, marker=mp,
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale.c | 636 int xp,yp; in xyz12Torgb48() local 639 for (yp=0; yp<h; yp++) { in xyz12Torgb48() 692 int xp,yp; in rgb48Toxyz12() local 695 for (yp=0; yp<h; yp++) { in rgb48Toxyz12()
|
H A 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/ffmpeg/libavfilter/ |
H A 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]); \
|
H A 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()
|
H A D | vf_paletteuse.c | 841 int *xp, int *yp, int *wp, int *hp) in set_processing_window() 922 *yp = y_start; in set_processing_window() 838 set_processing_window(enum diff_mode diff_mode, const AVFrame *prv_src, const AVFrame *cur_src, const AVFrame *prv_dst, AVFrame *cur_dst, int *xp, int *yp, int *wp, int *hp) set_processing_window() argument
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | rgb2rgb_template.c | 1950 const uint8_t* yp=src1+srcStride1*y; in yvu9_to_yuy2() local 2004 : "r"(yp), "r" (up), "r"(vp), "r"(d) in yvu9_to_yuy2() 2009 d[8*x+0] = yp[x2]; in yvu9_to_yuy2() 2011 d[8*x+2] = yp[x2+1]; in yvu9_to_yuy2() 2013 d[8*x+4] = yp[x2+2]; in yvu9_to_yuy2() 2015 d[8*x+6] = yp[x2+3]; in yvu9_to_yuy2()
|
/third_party/musl/libc-test/src/math/gen/ |
H A 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_limb; in adjust_round() 60 if ((*p & 1 << -xp%mp_bits_per_limb) || !(*q & 1 << -yp%mp_bits_per_limb)) { in adjust_round()
|
/third_party/python/Lib/test/ |
H A D | test_statistics.py | 2845 yp = list(map(Y.pdf, x_arr)) 2846 total = max(fsum(xp), fsum(yp)) 2847 return fsum(map(min, xp, yp)) / total
|
/third_party/backends/backend/ |
H A D | fujitsu.c | 6309 unsigned char * yp = out + S_q_table_header_len; in send_q_table() local 6343 memcpy (yp, ydata, S_q_table_y_len); in send_q_table()
|