Home
last modified time | relevance | path

Searched defs:vy (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/memchr/src/memmem/
Dutil.rs77 let vy = (py as *const u32).read_unaligned(); in memcmp() localVariable
85 let vy = (pyend as *const u32).read_unaligned(); in memcmp() localVariable
/third_party/ffmpeg/libavcodec/
Dmpegvideodsp.c51 int y, vx, vy; in ff_gmc_c() local
/third_party/skia/gm/
Druntimecolorfilter.cpp133 SkVector vy = pos[3] - pos[0]; variable
/third_party/glfw/examples/
Dwave.c110 double vx[GRIDW][GRIDH], vy[GRIDW][GRIDH]; variable
Dparticles.c188 float vx,vy,vz; // Velocity vector member
/third_party/ffmpeg/libavutil/
Dlibm.h71 uint64_t vy = av_double2int(y); in copysign() local
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c693 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, vu, vv, A = vec_splat_s16(0), tmp16; in yuv2rgb_1_vsx_template() local
1249 vy = vec_ld(16, &buf0[i * 2]); in yuv2rgb_1_vsx_template() local
/third_party/skia/src/opts/
DSkBitmapProcState_opts.h401 uint8x8_t vy, vconst16_8, v16_y, vres; in filter_and_scale_by_alpha() local
/third_party/ffmpeg/libavfilter/
Davf_showcqt.c815 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/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking.cpp31 sh::ShaderVariable vx, vy; in ComparePackedVarying() local
/third_party/libinput/tools/
Dlibinput-debug-gui.c131 double vx, vy; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2364 const float vy = dvdy * scaling; in img_filter_2d_ewa() local