Searched defs:vscale (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_scale_cuda.cu | 38 float vscale = (float)src_height / (float)dst_height; in Subsample_Nearest() local 59 float vscale = (float)src_height / (float)dst_height; in Subsample_Bilinear() local
|
D | vf_scale_cuda_bicubic.cu | 98 float vscale = (float)src_height / (float)dst_height; in Subsample_Bicubic() local 141 float vscale = (float)src_height / (float)dst_height; in Subsample_FastBicubic() local
|
/third_party/skia/src/opts/ |
D | SkBlitMask_opts.h | 66 uint16x8_t vscale, vmask256 = SkAlpha255To256_neon8(vmask); in D32_A8_Opaque_Color_neon() local 134 uint16x8_t vscale = vsubw_u8(vdupq_n_u16(256), vmask); in blit_mask_d32_a8_black() local
|
D | SkBitmapProcState_opts.h | 402 uint16x4_t vx, vconst16_16, v16_x, tmp, vscale; in filter_and_scale_by_alpha() local
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/ |
D | gstcamerabinpreview.h | 43 GstElement *vscale; member
|
D | gstcamerabinpreview.c | 135 GstElement *vscale; in gst_camerabin_create_preview_pipeline() local
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstrev.h | 75 gint vscale; member
|
D | gstrev.c | 112 gint linespace, vscale; in gst_revtv_transform_frame() local
|
/third_party/gstreamer/gstplugins_base/gst/videoscale/ |
D | gstvideoscale.c | 336 GstVideoScale *vscale = GST_VIDEO_SCALE (object); in gst_video_scale_set_property() local 395 GstVideoScale *vscale = GST_VIDEO_SCALE (object); in gst_video_scale_get_property() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | convertframe.c | 118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
|
D | video-scaler.c | 1202 get_functions (GstVideoScaler * hscale, GstVideoScaler * vscale, in get_functions() 1451 gst_video_scaler_2d (GstVideoScaler * hscale, GstVideoScaler * vscale, in gst_video_scaler_2d()
|
/third_party/gstreamer/gstplugins_bad/ext/assrender/ |
D | gstassrender.c | 1077 gdouble hscale, vscale; in gst_ass_render_composite_overlay() local
|
/third_party/ffmpeg/libavcodec/ |
D | vp8.c | 548 int part1_size, hscale, vscale, i, j, ret; in vp7_decode_frame_header() local 712 int header_size, hscale, vscale, ret; in vp8_decode_frame_header() local
|