Searched refs:hde_off (Results 1 – 1 of 1) sorted by relevance
902 int hdb_off, hde_off, base_off; in falcon_decode_var() local1218 hde_off = 0; in falcon_decode_var()1222 hde_off = ((128 / bpp + 2) * plen); in falcon_decode_var()1242 par->HDE = gend1 - par->HHT - 2 - hde_off / prescale; in falcon_decode_var()1250 if (hde_off % prescale) in falcon_decode_var()1366 int hdb_off, hde_off, base_off; in falcon_encode_var() local1469 hde_off = 0; in falcon_encode_var()1472 hde_off = ((128 / var->bits_per_pixel + 2) * plen); in falcon_encode_var()1485 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off; in falcon_encode_var()