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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp3dsp.c230 const int nstride= -stride; local
234 (first_pixel[2 * nstride] - first_pixel[ stride])
235 +3*(first_pixel[0 ] - first_pixel[nstride]);
237 first_pixel[nstride] = av_clip_uint8(first_pixel[nstride] + filter_value);

Completed in 34 milliseconds