Home | History | Annotate | Download | only in modes

Lines Matching refs:interlace

115     float interlace;
147 /* 2. If interlace is requested, the number of vertical lines assumed
186 /* 6. If interlace is required, then set variable [INTERLACE]=0.5:
188 * [INTERLACE]=(IF([INT RQD?]="y",0.5,0))
191 interlace = interlaced ? 0.5 : 0.0;
197 * [MIN PORCH RND]+[INTERLACE]) * 1000000
201 / (v_lines_rnd + (2*top_margin) + MIN_PORCH + interlace)
223 * [BOT MARGIN (LINES)] + [V SYNC+BP] + [INTERLACE] +
228 interlace + MIN_PORCH;
359 * [V ODD FRONT PORCH(LINES)]=([MIN PORCH RND]+[INTERLACE])
362 v_odd_front_porch_lines = MIN_PORCH + interlace;