Home
last modified time | relevance | path

Searched refs:steps_x (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_unsharp.c70 …const int steps_x = fp->steps_x; \
98 … memset(sc[sc_offset + y], 0, sizeof(sc[y][0]) * (width + 2 * steps_x)); \
113 … memset(sr + sr_offset, 0, sizeof(sr[0]) * (2 * steps_x - 1)); \
114 … for (x = -steps_x; x < width + steps_x; x++) { \
116 … for (z = 0; z < steps_x * 2; z += 2) { \
121 … tmp2 = sc[sc_offset + z + 0][x + steps_x] + tmp1; \
122 … sc[sc_offset + z + 0][x + steps_x] = tmp1; \
123 … tmp1 = sc[sc_offset + z + 1][x + steps_x] + tmp2; \
124 … sc[sc_offset + z + 1][x + steps_x] = tmp2; \
126 … if (x >= steps_x && y >= (steps_y + slice_start)) { \
[all …]
Dunsharp.h36 int steps_x; ///< horizontal step count member