Searched refs:h_end (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c311 int h_end = (info->var.xres + info->var.right_margin + local
338 h_end = h_total - 2;
349 | SetBitField(h_end, 4: 0, 4:0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/packet/
H A Daf_packet.c665 u8 *h_end = (u8 *)h + macoff + snaplen - 1; local
668 p_end = virt_to_page(h_end);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dfish.c256 int h_start, h_end; local
259 h_end = 2 * ((ci->inset * height) / 200);
260 h_start = height - h_end;
265 pixcnt = ((h_start - h_end) >> 1) * (w_start - w_end);
267 y = picture->data[0] + h_end * picture->linesize[0] + w_end * 2;
268 u = picture->data[1] + h_end * picture->linesize[1] / 2 + w_end;
269 v = picture->data[2] + h_end * picture->linesize[2] / 2 + w_end;
271 for (h = h_start; h > h_end; h -= 2) {

Completed in 60 milliseconds