Lines Matching refs:interlace
110 float interlace;
142 /* 2. If interlace is requested, the number of vertical lines assumed
181 /* 6. If interlace is required, then set variable [INTERLACE]=0.5:
183 * [INTERLACE]=(IF([INT RQD?]="y",0.5,0))
186 interlace = interlaced ? 0.5 : 0.0;
192 * [MIN PORCH RND]+[INTERLACE]) * 1000000
196 / (v_lines_rnd + (2 * top_margin) + MIN_PORCH + interlace)
219 * [BOT MARGIN (LINES)] + [V SYNC+BP] + [INTERLACE] +
224 interlace + MIN_PORCH;
355 * [V ODD FRONT PORCH(LINES)]=([MIN PORCH RND]+[INTERLACE])
358 v_odd_front_porch_lines = MIN_PORCH + interlace;