Searched refs:prvppp (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.c115 const uint8_t *prvppp; ///< Previous field's pixel line number (n - 2) local
181 prvppp = prvp - 2 * psrc_linesize;
235 - 0.116 * ((int)srcppp[x] + (int)srcpnn[x] + (int)prvppp[x] + (int)prvpnn[x])
241 - 0.116 * ((int)prvppp[x] + (int)prvpnn[x])
250 - (int)(prvppp[x]) - (int)(prvpnn[x])) >> 4;
253 - (int)(prvppp[x]) - (int)(prvpnn[x])) >> 4;
264 prvppp += 2 * psrc_linesize;

Completed in 44 milliseconds