Home
last modified time | relevance | path

Searched refs:_dst_height (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DResampleSpecPlane.cpp50 _dst_height, in operator <()
68 other._dst_height, in operator <()
H A DScaler.cpp102 , _dst_height (dst_height) in Scaler()
165 assert (y_dst_end <= _dst_height); in get_src_boundaries()
336 assert (y_dst_end <= _dst_height); in process_plane_flt_cpp()
402 assert (y_dst_end <= _dst_height); in process_plane_int_cpp()
518 assert (y_dst_end <= _dst_height); in process_plane_flt_sse2()
670 assert (y_dst_end <= _dst_height); in process_plane_int_sse2()
791 _src_height, _dst_height, _win_top, _win_height, in build_scale_data()
800 for (int y = 0; y < _dst_height; ++y) in build_scale_data()
H A DResampleSpecPlane.h56 int _dst_height; variable
H A DScaler_avx2.cpp126 assert (y_dst_end <= _dst_height); in process_plane_flt_avx2()
240 assert (y_dst_end <= _dst_height); in process_plane_int_avx2()
H A DResampleUtil.cpp156 spec._dst_height = in create_plane_specs()
H A DScaler.h196 int _dst_height; variable
H A DFilterResize.cpp103 assert (spec._dst_height > 0); in FilterResize()
119 _dst_size [Dir_V] = spec._dst_height; in FilterResize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Draster_cmd_format_autogen.h998 GLuint _dst_height, in Init()
1010 dst_height = _dst_height; in Init()
1024 GLuint _dst_height, in Set()
1033 _src_x, _src_y, _dst_width, _dst_height, _row_bytes, _dst_sk_color_type, in Set()
/dports/games/libretro-hatari/hatari-561c07e/tests/debugger/data/
H A Detos512.sym614 e152e0 T _dst_height
/dports/emulators/hatari/hatari-2.2.1/tests/debugger/data/
H A Detos512.sym614 e152e0 T _dst_height
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp782 uchar* _dst, size_t _dst_step, int _dst_width, int _dst_height, in resize_bitExactInvoker() argument
786 … dst(_dst), dst_step(_dst_step), dst_width(_dst_width), dst_height(_dst_height), in resize_bitExactInvoker()