Lines Matching refs:interlace
182 int interlace; in ff_vc1_mc_1mv() local
228 interlace = 1; in ff_vc1_mc_1mv()
236 interlace = s->last_picture.f->interlaced_frame; in ff_vc1_mc_1mv()
245 interlace = s->next_picture.f->interlaced_frame; in ff_vc1_mc_1mv()
300 if (interlace) { in ff_vc1_mc_1mv()
335 if (interlace) { in ff_vc1_mc_1mv()
462 int interlace; in ff_vc1_mc_4mv_luma() local
480 interlace = 1; in ff_vc1_mc_4mv_luma()
485 interlace = s->last_picture.f->interlaced_frame; in ff_vc1_mc_4mv_luma()
491 interlace = s->next_picture.f->interlaced_frame; in ff_vc1_mc_4mv_luma()
568 if (interlace) { in ff_vc1_mc_4mv_luma()
645 int interlace; in ff_vc1_mc_4mv_chroma() local
705 interlace = 1; in ff_vc1_mc_4mv_chroma()
711 interlace = s->last_picture.f->interlaced_frame; in ff_vc1_mc_4mv_chroma()
718 interlace = s->next_picture.f->interlaced_frame; in ff_vc1_mc_4mv_chroma()
740 if (interlace) { in ff_vc1_mc_4mv_chroma()
852 int interlace; in ff_vc1_mc_4mv_chroma4() local
887 interlace = s->next_picture.f->interlaced_frame; in ff_vc1_mc_4mv_chroma4()
893 interlace = s->last_picture.f->interlaced_frame; in ff_vc1_mc_4mv_chroma4()
906 if (interlace) { in ff_vc1_mc_4mv_chroma4()
1012 int interlace; in ff_vc1_interp_mc() local
1037 interlace = s->next_picture.f->interlaced_frame; in ff_vc1_interp_mc()
1085 if (interlace) { in ff_vc1_interp_mc()
1120 if (interlace) { in ff_vc1_interp_mc()