Searched refs:steps_x (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_unsharp.c62 const int steps_x = fp->steps_x; local
73 memset(sc[y], 0, sizeof(sc[y][0]) * (width + 2 * steps_x));
79 memset(sr, 0, sizeof(sr[0]) * (2 * steps_x - 1));
80 for (x = -steps_x; x < width + steps_x; x++) {
82 for (z = 0; z < steps_x * 2; z += 2) {
87 tmp2 = sc[z + 0][x + steps_x] + tmp1; sc[z + 0][x + steps_x] = tmp1;
88 tmp1 = sc[z + 1][x + steps_x]
[all...]
H A Dunsharp.h60 int steps_x; ///< horizontal step count member in struct:UnsharpFilterParam
H A Dunsharp_opencl_kernel.h85 int steps_x = LU_RADIUS_X/2;
92 for (j = -steps_x; j <= steps_x; j++) {
94 maskIndex = (i + steps_y)*LU_RADIUS_X + j + steps_x;
166 int steps_x = CH_RADIUS_X/2;
173 for (j = -steps_x; j <= steps_x; j++) {
175 maskIndex = (i + steps_y)*CH_RADIUS_X + j + steps_x;
H A Dunsharp_opencl.c136 step_x[0] = unsharp->luma.steps_x;
137 step_x[1] = unsharp->chroma.steps_x;
240 FF_OPENCL_PARAM_INFO(unsharp->luma.steps_x),
242 FF_OPENCL_PARAM_INFO(unsharp->chroma.steps_x),
282 sizeof(uint32_t) * (2 * unsharp->luma.steps_x + 1) * (2 * unsharp->luma.steps_y + 1),
287 sizeof(uint32_t) * (2 * unsharp->chroma.steps_x + 1) * (2 * unsharp->chroma.steps_y + 1),
301 2*unsharp->luma.steps_x+1, 2*unsharp->luma.steps_y+1, 2*unsharp->chroma.steps_x+1, 2*unsharp->chroma.steps_y+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_unsharp.c54 int steps_x; ///< horizontal step count member in struct:FilterParam
88 memset(sc[y], 0, sizeof(sc[y][0]) * (width + 2 * fp->steps_x));
94 memset(sr, 0, sizeof(sr[0]) * (2 * fp->steps_x - 1));
95 for (x = -fp->steps_x; x < width + fp->steps_x; x++) {
97 for (z = 0; z < fp->steps_x * 2; z += 2) {
102 tmp2 = sc[z + 0][x + fp->steps_x] + tmp1; sc[z + 0][x + fp->steps_x] = tmp1;
103 tmp1 = sc[z + 1][x + fp->steps_x] + tmp2; sc[z + 1][x + fp->steps_x]
[all...]

Completed in 58 milliseconds