Searched defs:vy (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideodsp.c | 51 int y, vx, vy; in ff_gmc_c() local
|
/third_party/skia/gm/ |
H A D | runtimecolorfilter.cpp | 133 SkVector vy = pos[3] - pos[0]; in DEF_SIMPLE_GM() local
|
/third_party/ffmpeg/libavutil/ |
H A D | libm.h | 71 uint64_t vy = av_double2int(y); in copysign() local
|
/third_party/glfw/examples/ |
H A D | wave.c | 112 double vx[GRIDW][GRIDH], vy[GRIDW][GRIDH]; variable
|
H A D | particles.c | 190 float vx,vy,vz; // Velocity vector member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_analysis.c | 80 make_vert(const float (*vx)[4], const float (*vy)[4], float (*out)[4]) make_vert() argument
|
/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
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VaryingPacking.cpp | 31 sh::ShaderVariable vx, vy; in ComparePackedVarying() local
|
/third_party/ffmpeg/libavfilter/ |
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 967 uint8_t *vy = out->data[0], *vu = out->data[1], *vv = out->data[2]; in draw_axis_yuv() local
|
/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 815 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_2_vsx_template() local 986 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; in yuv2rgb_full_1_vsx_template() local 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/libinput/tools/ |
H A D | libinput-debug-gui.c | 131 double vx, vy; member
|
/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
|
Completed in 21 milliseconds