Searched refs:max_x (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Derror_resilience.c433 int max_x, max_y, min_x, min_y; local
447 max_y= max_x=-99999;
449 min_x=min_y=max_x=max_y=0;
452 max_x= FFMAX(max_x, mv_predictor[j][0]);
457 mv_predictor[pred_count+1][0] = sum_x - max_x - min_x;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dmodedb.c995 if (specs->max_x && specs->max_y) {
999 var.xres = (specs->max_x * 7200)/254;
H A Dfbmon.c807 specs->max_x = block[1];
810 if (specs->max_x)
811 DPRINTK("%d\n", specs->max_x);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h463 __u8 max_x; /* Maximum horizontal size (cm) */ member in struct:fb_monspecs

Completed in 90 milliseconds