Searched refs:hde_off (Results 1 – 1 of 1) sorted by relevance
898 int hdb_off, hde_off, base_off; in falcon_decode_var() local1207 hde_off = 0; in falcon_decode_var()1211 hde_off = ((128 / bpp + 2) * plen); in falcon_decode_var()1231 par->HDE = gend1 - par->HHT - 2 - hde_off / prescale; in falcon_decode_var()1239 if (hde_off % prescale) in falcon_decode_var()1355 int hdb_off, hde_off, base_off; in falcon_encode_var() local1458 hde_off = 0; in falcon_encode_var()1461 hde_off = ((128 / var->bits_per_pixel + 2) * plen); in falcon_encode_var()1474 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off; in falcon_encode_var()