df 223 libavfilter/vf_bwdif.c int df = (yadif->csp->comp[td->plane].depth + 7) / 8; df 224 libavfilter/vf_bwdif.c int refs = linesize / df; df 236 libavfilter/vf_bwdif.c s->filter_intra(dst, cur, td->w, (y + df) < td->h ? refs : -refs, df 237 libavfilter/vf_bwdif.c y > (df - 1) ? -refs : refs, df 238 libavfilter/vf_bwdif.c (y + 3*df) < td->h ? 3 * refs : -refs, df 239 libavfilter/vf_bwdif.c y > (3*df - 1) ? -3 * refs : refs, df 243 libavfilter/vf_bwdif.c (y + df) < td->h ? refs : -refs, df 244 libavfilter/vf_bwdif.c y > (df - 1) ? -refs : refs, df 256 libavfilter/vf_bwdif.c &yadif->cur->data[td->plane][y * linesize], td->w * df); df 91 libavfilter/vf_xbr.c #define eq(A, B) (df(A, B) < 155) df 96 libavfilter/vf_xbr.c const unsigned e = df(PE,PC) + df(PE,PG) + df(PI,H5) + df(PI,F4) + (df(PH,PF)<<2); \ df 97 libavfilter/vf_xbr.c const unsigned i = df(PH,PD) + df(PH,I5) + df(PF,I4) + df(PF,PB) + (df(PE,PI)<<2); \ df 99 libavfilter/vf_xbr.c const unsigned px = df(PE,PF) <= df(PE,PH) ? PF : PH; \ df 103 libavfilter/vf_xbr.c const unsigned ke = df(PF,PG); \ df 104 libavfilter/vf_xbr.c const unsigned ki = df(PH,PC); \ df 130 libavfilter/vf_xbr.c const unsigned e = df(PE,PC) + df(PE,PG) + df(PI,H5) + df(PI,F4) + (df(PH,PF)<<2); \ df 131 libavfilter/vf_xbr.c const unsigned i = df(PH,PD) + df(PH,I5) + df(PF,I4) + df(PF,PB) + (df(PE,PI)<<2); \ df 133 libavfilter/vf_xbr.c const unsigned px = df(PE,PF) <= df(PE,PH) ? PF : PH; \ df 137 libavfilter/vf_xbr.c const unsigned ke = df(PF,PG); \ df 138 libavfilter/vf_xbr.c const unsigned ki = df(PH,PC); \ df 172 libavfilter/vf_xbr.c const unsigned e = df(PE,PC) + df(PE,PG) + df(PI,H5) + df(PI,F4) + (df(PH,PF)<<2); \ df 173 libavfilter/vf_xbr.c const unsigned i = df(PH,PD) + df(PH,I5) + df(PF,I4) + df(PF,PB) + (df(PE,PI)<<2); \ df 175 libavfilter/vf_xbr.c const unsigned px = df(PE,PF) <= df(PE,PH) ? PF : PH; \ df 179 libavfilter/vf_xbr.c const unsigned ke = df(PF,PG); \ df 180 libavfilter/vf_xbr.c const unsigned ki = df(PH,PC); \ df 195 libavfilter/vf_yadif.c int df = (s->csp->comp[td->plane].depth + 7) / 8; df 196 libavfilter/vf_yadif.c int pix_3 = 3 * df; df 200 libavfilter/vf_yadif.c int edge = 3 + MAX_ALIGN / df - 1; df 223 libavfilter/vf_yadif.c &s->cur->data[td->plane][y * refs], td->w * df);