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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3dsp.c245 const int nstride= -stride; local
249 (first_pixel[2 * nstride] - first_pixel[ stride])
250 +3*(first_pixel[0 ] - first_pixel[nstride]);
252 first_pixel[nstride] = av_clip_uint8(first_pixel[nstride] + filter_value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3dsp.c235 const int nstride = -stride; local
238 filter_value = (first_pixel[2 * nstride] - first_pixel[stride]) +
239 (first_pixel[0] - first_pixel[nstride]) * 3;
242 first_pixel[nstride] = av_clip_uint8(first_pixel[nstride] + filter_value);

Completed in 119 milliseconds