/third_party/skia/gm/ |
H A D | runtimecolorfilter.cpp | 133 SkVector vy = pos[3] - pos[0]; in DEF_SIMPLE_GM() local 135 vy.setLength(vy.length()/3.f); in DEF_SIMPLE_GM() 138 pos[1], pos[1] + vy, pos[2] - vy, in DEF_SIMPLE_GM() 140 pos[3], pos[3] - vy, pos[0] + vy in DEF_SIMPLE_GM()
|
/third_party/glfw/examples/ |
H A D | wave.c | 112 double vx[GRIDW][GRIDH], vy[GRIDW][GRIDH]; variable 140 vy[x][y] = 0.0; in init_grid() 245 vy[x][y] = vy[x][y] + ay[x][y] * time_step; in calc_grid() 256 p[x][y] = p[x][y] + (vx[x2][y] - vx[x][y] + vy[x][y2] - vy[x][y]) * time_step; in calc_grid()
|
H A D | particles.c | 190 float vx,vy,vz; // Velocity vector member 260 p->vy = 0.4f * (float) sin(xy_angle); in init_particle() 265 p->vy *= velocity; in init_particle() 316 p->y = p->y + p->vy * dt; in update_particle()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideodsp.c | 51 int y, vx, vy; in ff_gmc_c() local 61 vy = oy; in ff_gmc_c() 65 int src_y = vy >> 16; in ff_gmc_c() 103 vy += dyx; in ff_gmc_c()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_analysis.c | 77 * out-----vy 81 const float (*vy)[4], in make_vert() 85 out[0][1] = vy[0][1]; in make_vert() 89 out[1][1] = vy[1][1]; in make_vert() 80 make_vert(const float (*vx)[4], const float (*vy)[4], float (*out)[4]) make_vert() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_chromashift.c | 122 int vy = (y - crv) % h; \ 126 if (vy < 0) \ 127 vy += h; \ 139 dv[x] = sv[vx + vy * svlinesize]; \
|
H A D | avf_showcqt.c | 815 uint8_t *vy = out->data[0], *vu = out->data[1], *vv = out->data[2]; in draw_bar_yuv() local 823 lpy = vy + y * lsy; in draw_bar_yuv() 839 lpy = vy + (y+1) * lsy; in draw_bar_yuv() 967 uint8_t *vy = out->data[0], *vu = out->data[1], *vv = out->data[2]; in draw_axis_yuv() local 975 lpy = vy + (off + y) * lsy; in draw_axis_yuv() 1001 lpy = vy + (off + y + 1) * lsy; in draw_axis_yuv()
|
/third_party/skia/src/opts/ |
H A D | SkBitmapProcState_opts.h | 401 uint8x8_t vy, vconst16_8, v16_y, vres; in filter_and_scale_by_alpha() local 406 vy = vdup_n_u8(y); // duplicate y into vy in filter_and_scale_by_alpha() 408 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y in filter_and_scale_by_alpha() 416 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y in filter_and_scale_by_alpha()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 693 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_full_2_vsx_template() local 744 SETUP(vy, &buf0[i], vyalpha1, &buf1[i], vyalpha); in yuv2rgb_full_2_vsx_template() 815 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_2_vsx_template() local 874 SETUP(vy, &buf0[i * 2], vyalpha1, &buf1[i * 2], vyalpha); in yuv2rgb_2_vsx_template() 936 SETUP(vy, &buf0[i * 2 + 8], vyalpha1, &buf1[i * 2 + 8], vyalpha); in yuv2rgb_2_vsx_template() 986 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; in yuv2rgb_full_1_vsx_template() local 1033 vy = vec_ld(0, &buf0[i]); in yuv2rgb_full_1_vsx_template() 1034 vy32_l = vec_unpackh(vy); in yuv2rgb_full_1_vsx_template() 1035 vy32_r = vec_unpackl(vy); in yuv2rgb_full_1_vsx_template() 1115 vec_s16 vy, v in yuv2rgb_1_vsx_template() local 1249 vy = vec_ld(16, &buf0[i * 2]); yuv2rgb_1_vsx_template() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | libm.h | 71 uint64_t vy = av_double2int(y); in copysign() local 72 return av_int2double((vx & UINT64_C(0x7fffffffffffffff)) | (vy & UINT64_C(0x8000000000000000))); in copysign()
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.h | 132 volatile RT(float) vy = p->y; // TODO: barrier in call_long_fenv() 133 (void) vy; in call_long_fenv()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VaryingPacking.cpp | 29 // this clones an equivalent non-array shader variable 'vx' or 'vy' for actual comparison in ComparePackedVarying() 31 sh::ShaderVariable vx, vy; in ComparePackedVarying() local 46 vy = *py; in ComparePackedVarying() 47 vy.arraySizes.clear(); in ComparePackedVarying() 48 py = &vy; in ComparePackedVarying()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 131 double vx, vy; member 602 cairo_rectangle(cr, w->scroll.vx - 10, w->scroll.vy - 20, 20, 40); in draw_scrollbars() 1035 w->scroll.vy = w->height/2; in window_place_ui_elements() 1473 w->scroll.vy += value; in handle_event_axis() 1474 w->scroll.vy = clip(w->scroll.vy, 0, w->height); in handle_event_axis()
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 253 my ($f,$vx,$vy) = @_; 254 " vor $vx,$vy,$vy";
|
/third_party/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 253 my ($f,$vx,$vy) = @_; 254 " vor $vx,$vy,$vy";
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tex_sample.c | 2364 const float vy = dvdy * scaling; in img_filter_2d_ewa() local 2369 float A = vx*vx+vy*vy+1; in img_filter_2d_ewa() 2370 float B = -2*(ux*vx+uy*vy); in img_filter_2d_ewa()
|