Searched refs:hde_off (Results 1 – 1 of 1) sorted by relevance
911 int hdb_off, hde_off, base_off; in falcon_decode_var() local1227 hde_off = 0; in falcon_decode_var()1231 hde_off = ((128 / bpp + 2) * plen); in falcon_decode_var()1251 par->HDE = gend1 - par->HHT - 2 - hde_off / prescale; in falcon_decode_var()1259 if (hde_off % prescale) in falcon_decode_var()1375 int hdb_off, hde_off, base_off; in falcon_encode_var() local1478 hde_off = 0; in falcon_encode_var()1481 hde_off = ((128 / var->bits_per_pixel + 2) * plen); in falcon_encode_var()1494 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off; in falcon_encode_var()