Home
last modified time | relevance | path

Searched refs:steps_y (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/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++) \
102 /* if this is not the first tile, we start from (slice_start - steps_y) */ \
104 if (slice_start > steps_y) { \
105 src += (slice_start - steps_y) * src_stride; \
106 dst += (slice_start - steps_y) * dst_stride; \
109 for (y = -steps_y + slice_start; y < steps_y
[all...]
H A Dunsharp.h37 int steps_y; ///< vertical step count member

Completed in 2 milliseconds