Searched defs:new_y (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | escape130.c | 33 uint8_t *new_y, *old_y; member 199 *new_y, *new_cb, *new_cr; in escape130_decode_frame() local
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgltransformation.c | 624 double new_x, new_y; in _screen_coord_to_model_coord() local 712 gdouble new_x, new_y; in gst_gl_transformation_src_event() local
|
/third_party/skia/third_party/externals/tint/src/ |
D | clone_context_test.cc | 780 Symbol new_y = cloned.Symbols().New(); in TEST_F() local 808 Symbol new_y = cloned.Symbols().New("b"); in TEST_F() local 836 Symbol new_y = cloned.Symbols().New("b"); in TEST_F() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv.c | 209 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_C() local
|
D | yuv_neon.c | 206 const int new_y = (int)(dst[i]) + diff_y; in SharpYUVUpdateY_NEON() local
|
D | yuv_sse2.c | 784 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_SSE2() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv.c | 209 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_C() local
|
D | yuv_neon.c | 206 const int new_y = (int)(dst[i]) + diff_y; in SharpYUVUpdateY_NEON() local
|
D | yuv_sse2.c | 784 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_SSE2() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_lensfun.c | 323 float interpolated, new_x, new_y, d, norm; in distortion_correction_filter_slice() local
|
/third_party/gstreamer/gstplugins_good/gst/videofilter/ |
D | gstvideoflip.c | 1225 gdouble new_x, new_y, x, y; in gst_video_flip_src_event() local
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavpp.c | 1793 gdouble new_x = 0, new_y = 0, x = 0, y = 0, w_factor = 1, h_factor = 1; in gst_va_vpp_src_event() local
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1039 int new_x, new_y, max_x; in get_texel_cube_seamless() local
|