Searched refs:msize_x (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dunsharp.h57 int msize_x; ///< matrix width member in struct:UnsharpFilterParam
H A Dvf_unsharp.c123 static void set_filter_param(UnsharpFilterParam *fp, int msize_x, int msize_y, float amount) argument
125 fp->msize_x = msize_x;
129 fp->steps_x = msize_x / 2;
176 if (!(fp->msize_x & fp->msize_y & 1)) {
179 effect_type, fp->msize_x, fp->msize_y);
183 av_log(ctx, AV_LOG_VERBOSE, "effect:%s type:%s msize_x:%d msize_y:%d amount:%0.2f\n",
184 effect, effect_type, fp->msize_x, fp->msize_y, fp->amount / 65535.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_unsharp.c51 int msize_x; ///< matrix width member in struct:FilterParam
120 static void set_filter_param(FilterParam *fp, int msize_x, int msize_y, double amount) argument
122 fp->msize_x = msize_x;
126 fp->steps_x = msize_x / 2;
177 av_log(ctx, AV_LOG_INFO, "effect:%s type:%s msize_x:%d msize_y:%d amount:%0.2f\n",
178 effect, effect_type, fp->msize_x, fp->msize_y, fp->amount / 65535.0);

Completed in 65 milliseconds