Lines Matching refs:sttt_xres
112 static int sttt_xres = 640, st_yres = 400, tt_yres = 480; variable
625 if (bpp > 1 || xres > sttt_xres * 2 || yres > tt_yres * 2) in tt_decode_var()
628 xres = sttt_xres * 2; in tt_decode_var()
632 if (bpp > 8 || xres > sttt_xres || yres > tt_yres) in tt_decode_var()
635 if (xres > sttt_xres / 2 || yres > tt_yres) in tt_decode_var()
638 xres = sttt_xres / 2; in tt_decode_var()
642 if (xres > sttt_xres || yres > tt_yres) in tt_decode_var()
644 if (xres > sttt_xres / 2 || yres > st_yres / 2) { in tt_decode_var()
646 xres = sttt_xres; in tt_decode_var()
651 xres = sttt_xres / 2; in tt_decode_var()
656 if (xres > sttt_xres || yres > st_yres / 2) in tt_decode_var()
659 xres = sttt_xres; in tt_decode_var()
662 } else if (var->xres > sttt_xres || var->yres > st_yres) { in tt_decode_var()
666 xres = sttt_xres; in tt_decode_var()
719 var->xres = sttt_xres / 2; in tt_encode_var()
725 var->xres = sttt_xres; in tt_encode_var()
731 var->xres = sttt_xres; in tt_encode_var()
737 var->xres = sttt_xres / 2; in tt_encode_var()
743 var->xres = sttt_xres; in tt_encode_var()
750 var->xres = sttt_xres * 2; in tt_encode_var()
1852 if (bpp > 1 || xres > sttt_xres || yres > st_yres) in stste_decode_var()
1855 xres = sttt_xres; in stste_decode_var()
1859 if (bpp > 4 || xres > sttt_xres || yres > st_yres) in stste_decode_var()
1862 if (xres > sttt_xres / 2 || yres > st_yres / 2) in stste_decode_var()
1865 xres = sttt_xres / 2; in stste_decode_var()
1869 if (xres > sttt_xres || yres > st_yres / 2) in stste_decode_var()
1872 xres = sttt_xres; in stste_decode_var()
1927 var->xres = sttt_xres / 2; in stste_encode_var()
1932 var->xres = sttt_xres; in stste_encode_var()
1937 var->xres = sttt_xres; in stste_encode_var()
2951 sttt_xres = xres; in atafb_setup_int()