• Home
  • Raw
  • Download

Lines Matching refs:hscale

1202 get_functions (GstVideoScaler * hscale, GstVideoScaler * vscale,  in get_functions()  argument
1272 switch (hscale ? hscale->resampler.max_taps : 0) { in get_functions()
1314 switch (hscale ? hscale->resampler.max_taps : 0) { in get_functions()
1451 gst_video_scaler_2d (GstVideoScaler * hscale, GstVideoScaler * vscale, in gst_video_scaler_2d() argument
1465 if (!get_functions (hscale, vscale, format, &hfunc, &vfunc, &n_elems, &width, in gst_video_scaler_2d()
1475 if (hscale == NULL) { in gst_video_scaler_2d()
1492 if (hscale->tmpwidth < width) in gst_video_scaler_2d()
1493 realloc_tmplines (hscale, n_elems, width); in gst_video_scaler_2d()
1497 hfunc (hscale, LINE (src, src_stride, i), LINE (dest, dest_stride, i), in gst_video_scaler_2d()
1513 if (hscale == NULL) { in gst_video_scaler_2d()
1539 if (hscale->tmpwidth < width) in gst_video_scaler_2d()
1540 realloc_tmplines (hscale, n_elems, width); in gst_video_scaler_2d()
1579 hfunc (hscale, LINE (src, src_stride, l), TMP_LINE (vscale, k), x, in gst_video_scaler_2d()
1591 h_taps = hscale->resampler.max_taps; in gst_video_scaler_2d()
1593 ws = hscale->resampler.offset[w1]; in gst_video_scaler_2d()
1598 vx = (hscale->inc * x) >> 16; in gst_video_scaler_2d()
1599 vx = MIN (vx, hscale->resampler.offset[x]); in gst_video_scaler_2d()
1600 vw = (hscale->inc * (x + width)) >> 16; in gst_video_scaler_2d()
1601 if (hscale->merged) { in gst_video_scaler_2d()
1602 if ((w1 & 1) == hscale->out_y_offset) in gst_video_scaler_2d()
1611 vw = MIN (vw, hscale->resampler.in_size); in gst_video_scaler_2d()
1632 hfunc (hscale, TMP_LINE (vscale, 0), LINE (dest, dest_stride, in gst_video_scaler_2d()