Home
last modified time | relevance | path

Searched defs:vscale (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_scale_cuda.cu38 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
Dvf_scale_cuda_bicubic.cu98 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/
DSkBlitMask_opts.h66 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
DSkBitmapProcState_opts.h402 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/
Dgstcamerabinpreview.h43 GstElement *vscale; member
Dgstcamerabinpreview.c135 GstElement *vscale; in gst_camerabin_create_preview_pipeline() local
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstrev.h75 gint vscale; member
Dgstrev.c112 gint linespace, vscale; in gst_revtv_transform_frame() local
/third_party/gstreamer/gstplugins_base/gst/videoscale/
Dgstvideoscale.c336 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/
Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
Dvideo-scaler.c1202 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/
Dgstassrender.c1077 gdouble hscale, vscale; in gst_ass_render_composite_overlay() local
/third_party/ffmpeg/libavcodec/
Dvp8.c548 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