Home
last modified time | relevance | path

Searched refs:steps_y (Results 1 – 22 of 22) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_unsharp.c69 const int steps_y = fp->steps_y; in unsharp_slice() local
79 const int sc_offset = jobnr * 2 * steps_y; in unsharp_slice()
95 for (y = 0; y < 2 * steps_y; y++) in unsharp_slice()
100 if (slice_start > steps_y) { in unsharp_slice()
101 src += (slice_start - steps_y) * src_stride; in unsharp_slice()
102 dst += (slice_start - steps_y) * dst_stride; in unsharp_slice()
105 for (y = -steps_y + slice_start; y < steps_y + slice_end; y++) { in unsharp_slice()
116 for (z = 0; z < steps_y * 2; z += 2) { in unsharp_slice()
170 fp->steps_y = msize_y / 2; in set_filter_param()
171 fp->scalebits = (fp->steps_x + fp->steps_y) * 2; in set_filter_param()
[all …]
H A Dunsharp.h37 int steps_y; ///< vertical step count member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_unsharp.c69 const int steps_y = fp->steps_y; in unsharp_slice() local
79 const int sc_offset = jobnr * 2 * steps_y; in unsharp_slice()
95 for (y = 0; y < 2 * steps_y; y++) in unsharp_slice()
100 if (slice_start > steps_y) { in unsharp_slice()
101 src += (slice_start - steps_y) * src_stride; in unsharp_slice()
102 dst += (slice_start - steps_y) * dst_stride; in unsharp_slice()
105 for (y = -steps_y + slice_start; y < steps_y + slice_end; y++) { in unsharp_slice()
116 for (z = 0; z < steps_y * 2; z += 2) { in unsharp_slice()
170 fp->steps_y = msize_y / 2; in set_filter_param()
171 fp->scalebits = (fp->steps_x + fp->steps_y) * 2; in set_filter_param()
[all …]
H A Dunsharp.h37 int steps_y; ///< vertical step count member
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_unsharp.c71 …const int steps_y = fp->steps_y; \
81 …const int sc_offset = jobnr * 2 * steps_y; \
97 …for (y = 0; y < 2 * steps_y; y++) \
104 …if (slice_start > steps_y) { \
109 …for (y = -steps_y + slice_start; y < steps_y + slice_end; y++) { \
179 fp->steps_y = msize_y / 2; in set_filter_param()
180 fp->scalebits = (fp->steps_x + fp->steps_y) * 2; in set_filter_param()
234 fp->sc = av_mallocz_array(2 * fp->steps_y * s->nb_threads, sizeof(uint32_t *)); in init_filter_param()
238 for (z = 0; z < 2 * fp->steps_y * s->nb_threads; z++) in init_filter_param()
261 inlink->h / (4 * s->luma.steps_y)); in config_input()
[all …]
H A Dunsharp.h37 int steps_y; ///< vertical step count member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_unsharp.c71 …const int steps_y = fp->steps_y; \
81 …const int sc_offset = jobnr * 2 * steps_y; \
97 …for (y = 0; y < 2 * steps_y; y++) \
104 …if (slice_start > steps_y) { \
109 …for (y = -steps_y + slice_start; y < steps_y + slice_end; y++) { \
179 fp->steps_y = msize_y / 2; in set_filter_param()
180 fp->scalebits = (fp->steps_x + fp->steps_y) * 2; in set_filter_param()
234 fp->sc = av_mallocz_array(2 * fp->steps_y * s->nb_threads, sizeof(uint32_t *)); in init_filter_param()
238 for (z = 0; z < 2 * fp->steps_y * s->nb_threads; z++) in init_filter_param()
261 inlink->h / (4 * s->luma.steps_y)); in config_input()
[all …]
H A Dunsharp.h37 int steps_y; ///< vertical step count member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_unsharp.c62 const int steps_y = fp->steps_y; in apply_unsharp() local
71 for (y = 0; y < 2 * steps_y; y++) in apply_unsharp()
74 for (y = -steps_y; y < height + steps_y; y++) { in apply_unsharp()
85 for (z = 0; z < steps_y * 2; z += 2) { in apply_unsharp()
89 if (x >= steps_x && y >= steps_y) { in apply_unsharp()
90 const uint8_t *srx = src - steps_y * src_stride + x - steps_x; in apply_unsharp()
91 uint8_t *dsx = dst - steps_y * dst_stride + x - steps_x; in apply_unsharp()
129 fp->steps_y = msize_y / 2; in set_filter_param()
130 fp->scalebits = (fp->steps_x + fp->steps_y) * 2; in set_filter_param()
178 for (z = 0; z < 2 * fp->steps_y; z++) in init_filter_param()
[all …]
H A Dunsharp.h37 int steps_y; ///< vertical step count member
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_unsharp.c63 const int steps_y = fp->steps_y; in apply_unsharp() local
72 for (y = 0; y < 2 * steps_y; y++) in apply_unsharp()
75 for (y = -steps_y; y < height + steps_y; y++) { in apply_unsharp()
86 for (z = 0; z < steps_y * 2; z += 2) { in apply_unsharp()
90 if (x >= steps_x && y >= steps_y) { in apply_unsharp()
91 const uint8_t *srx = src - steps_y * src_stride + x - steps_x; in apply_unsharp()
92 uint8_t *dsx = dst - steps_y * dst_stride + x - steps_x; in apply_unsharp()
130 fp->steps_y = msize_y / 2; in set_filter_param()
131 fp->scalebits = (fp->steps_x + fp->steps_y) * 2; in set_filter_param()
186 for (z = 0; z < 2 * fp->steps_y; z++) in init_filter_param()
[all …]
H A Dunsharp_opencl_kernel.h86 int steps_y = LU_RADIUS_Y/2;
89 for (i = -steps_y; i <= steps_y; i++) {
94 maskIndex = (i + steps_y)*LU_RADIUS_X + j + steps_x;
167 int steps_y = CH_RADIUS_Y/2;
170 for (i = -steps_y; i <= steps_y; i++) {
175 maskIndex = (i + steps_y)*CH_RADIUS_X + j + steps_x;
H A Dunsharp_opencl.c138 step_y[0] = unsharp->luma.steps_y; in generate_mask()
139 step_y[1] = unsharp->chroma.steps_y; in generate_mask()
241 FF_OPENCL_PARAM_INFO(unsharp->luma.steps_y), in ff_opencl_apply_unsharp()
243 FF_OPENCL_PARAM_INFO(unsharp->chroma.steps_y), in ff_opencl_apply_unsharp()
282 … sizeof(uint32_t) * (2 * unsharp->luma.steps_x + 1) * (2 * unsharp->luma.steps_y + 1), in ff_opencl_unsharp_init()
287 … sizeof(uint32_t) * (2 * unsharp->chroma.steps_x + 1) * (2 * unsharp->chroma.steps_y + 1), in ff_opencl_unsharp_init()
301 …2*unsharp->luma.steps_x+1, 2*unsharp->luma.steps_y+1, 2*unsharp->chroma.steps_x+1, 2*unsharp->chro… in ff_opencl_unsharp_init()
H A Dunsharp.h62 int steps_y; ///< vertical step count member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_unsharp.c63 const int steps_y = fp->steps_y; in apply_unsharp() local
72 for (y = 0; y < 2 * steps_y; y++) in apply_unsharp()
75 for (y = -steps_y; y < height + steps_y; y++) { in apply_unsharp()
86 for (z = 0; z < steps_y * 2; z += 2) { in apply_unsharp()
90 if (x >= steps_x && y >= steps_y) { in apply_unsharp()
91 const uint8_t *srx = src - steps_y * src_stride + x - steps_x; in apply_unsharp()
92 uint8_t *dsx = dst - steps_y * dst_stride + x - steps_x; in apply_unsharp()
130 fp->steps_y = msize_y / 2; in set_filter_param()
131 fp->scalebits = (fp->steps_x + fp->steps_y) * 2; in set_filter_param()
186 for (z = 0; z < 2 * fp->steps_y; z++) in init_filter_param()
[all …]
H A Dunsharp_opencl_kernel.h86 int steps_y = LU_RADIUS_Y/2;
89 for (i = -steps_y; i <= steps_y; i++) {
94 maskIndex = (i + steps_y)*LU_RADIUS_X + j + steps_x;
167 int steps_y = CH_RADIUS_Y/2;
170 for (i = -steps_y; i <= steps_y; i++) {
175 maskIndex = (i + steps_y)*CH_RADIUS_X + j + steps_x;
H A Dunsharp_opencl.c138 step_y[0] = unsharp->luma.steps_y; in generate_mask()
139 step_y[1] = unsharp->chroma.steps_y; in generate_mask()
241 FF_OPENCL_PARAM_INFO(unsharp->luma.steps_y), in ff_opencl_apply_unsharp()
243 FF_OPENCL_PARAM_INFO(unsharp->chroma.steps_y), in ff_opencl_apply_unsharp()
282 … sizeof(uint32_t) * (2 * unsharp->luma.steps_x + 1) * (2 * unsharp->luma.steps_y + 1), in ff_opencl_unsharp_init()
287 … sizeof(uint32_t) * (2 * unsharp->chroma.steps_x + 1) * (2 * unsharp->chroma.steps_y + 1), in ff_opencl_unsharp_init()
301 …2*unsharp->luma.steps_x+1, 2*unsharp->luma.steps_y+1, 2*unsharp->chroma.steps_x+1, 2*unsharp->chro… in ff_opencl_unsharp_init()
H A Dunsharp.h62 int steps_y; ///< vertical step count member
/dports/games/warmux/warmux-11.04/src/ai/
H A Dai_idea.cpp236 int steps_y = abs(delta.y); in ShotMisses() local
263 int new_done_x_mul_steps_y = done_x_mul_steps_y + steps_y; in ShotMisses()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-qt/
H A Dmain.cc473 int steps_y = m_scroll_delta_y / 120; in scroll() local
482 if (steps_y != 0) in scroll()
484 m_scroll_delta_y -= 120 * steps_y; in scroll()
486 aud_drct_set_volume_main (aud_drct_get_volume_main () + steps_y * volume_delta); in scroll()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/map/
H A Dmap_widget.h451 void moveMap(int steps_x, int steps_y);
H A Dmap_widget.cpp352 void MapWidget::moveMap(int steps_x, int steps_y) in moveMap() argument
354 if (steps_x != 0 || steps_y != 0) in moveMap()
360 … qRound64(view->pixelToLength(height() * steps_y * move_factor)) ); in moveMap()