Searched refs:srcpn (Results 1 – 1 of 1) sorted by relevance
123 const uint8_t *srcpn; ///< Current field's pixel line number (n + 1) in filter_frame() local194 srcpn = srcp + src_linesize; in filter_frame()206 (abs((int)prvpn[x] - (int)srcpn[x]) > thresh)) { in filter_frame()234 valf = + 0.526 * ((int)srcpp[x] + (int)srcpn[x]) in filter_frame()240 valf = + 0.526 * ((int)srcpp[x] + (int)srcpn[x]) in filter_frame()249 … val = (8 * ((int)srcpp[x] + (int)srcpn[x]) + 2 * ((int)srcp[x] + (int)prvp[x]) in filter_frame()253 val = (8 * ((int)srcpp[x] + (int)srcpn[x]) + 2 * ((int)prvp[x]) in filter_frame()275 srcpn += 2 * src_linesize; in filter_frame()