Searched defs:hscale (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_scale_cuda.cu | 37 float hscale = (float)src_width / (float)dst_width; in Subsample_Nearest() local 58 float hscale = (float)src_width / (float)dst_width; in Subsample_Bilinear() local
|
D | vf_scale_cuda_bicubic.cu | 97 float hscale = (float)src_width / (float)dst_width; in Subsample_Bicubic() local 140 float hscale = (float)src_width / (float)dst_width; in Subsample_FastBicubic() local
|
/third_party/ffmpeg/libavcodec/ |
D | truemotion2rt.c | 38 int hscale; member
|
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
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | scrubby.c | 39 static GtkWidget *hscale; variable
|
D | jsseek.c | 102 static GtkWidget *hscale, *statusbar; variable
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
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
|