Home
last modified time | relevance | path

Searched refs:_src_width (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DResampleSpecPlane.cpp47 _src_width, in operator <()
65 other._src_width, in operator <()
H A DResampleUtil.cpp150 spec._src_width = in create_plane_specs()
161 const double subspl_h = double (src_w / spec._src_width ); in create_plane_specs()
H A DResampleSpecPlane.h53 int _src_width; variable
H A DFilterResize.cpp100 assert (spec._src_width > 0); in FilterResize()
116 _src_size [Dir_H] = spec._src_width; in FilterResize()
134 _crop_size [Dir_H] = spec._src_width; in FilterResize()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dsh_clk.h176 _num_parents, _src_shift, _src_width) \ argument
185 .src_width = _src_width, \
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dsh_clk.h176 _num_parents, _src_shift, _src_width) \ argument
185 .src_width = _src_width, \
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dsh_clk.h176 _num_parents, _src_shift, _src_width) \ argument
185 .src_width = _src_width, \
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtc/
H A DResample_vs.cpp122 _src_width = _vi_in.width; in Resample()
316 s._w = _src_width; in Resample()
320 s._w = _src_width + s._w - s._x; in Resample()
907 src_cf, _src_width , src_ss_h, _src_height , src_ss_v, _cplace_s, in create_all_plane_specs()
H A DResample.h112 int _src_width = 0; variable
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcavs/
H A DResample_avs.cpp94 _src_width = _vi_src.width; in Resample()
327 s._w = _src_width; in Resample()
331 s._w = _src_width + s._w - s._x; in Resample()
840 src_cf, _src_width, src_ss_h, _src_height, src_ss_v, _cplace_s, in create_all_plane_specs()
H A DResample.h167 int _src_width = 0; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Draster_cmd_format_autogen.h895 GLuint _src_width, in Init()
907 src_width = _src_width; in Init()
921 GLuint _src_width, in Set()
931 _x_offset, _y_offset, _src_width, _src_height, _row_bytes, in Set()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp781 resize_bitExactInvoker(const uchar* _src, size_t _src_step, int _src_width, int _src_height, in resize_bitExactInvoker() argument
785 … src(_src), src_step(_src_step), src_width(_src_width), src_height(_src_height), in resize_bitExactInvoker()