Searched refs:hde_off (Results 1 – 1 of 1) sorted by relevance
932 int hdb_off, hde_off, base_off; in falcon_decode_var() local1248 hde_off = 0; in falcon_decode_var()1252 hde_off = ((128 / bpp + 2) * plen); in falcon_decode_var()1272 par->HDE = gend1 - par->HHT - 2 - hde_off / prescale; in falcon_decode_var()1280 if (hde_off % prescale) in falcon_decode_var()1396 int hdb_off, hde_off, base_off; in falcon_encode_var() local1499 hde_off = 0; in falcon_encode_var()1502 hde_off = ((128 / var->bits_per_pixel + 2) * plen); in falcon_encode_var()1515 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off; in falcon_encode_var()