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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_kerndeint.c124 const uint8_t *srcpnn; ///< Current field's pixel line number (n + 2) local
194 srcpnn = srcp + 2 * src_linesize;
235 - 0.116 * ((int)srcppp[x] + (int)srcpnn[x] + (int)prvppp[x] + (int)prvpnn[x])
249 - (int)(srcppp[x]) - (int)(srcpnn[x])
275 srcpnn += 2 * src_linesize;

Completed in 63 milliseconds