Searched refs:hde_off (Results 1 – 1 of 1) sorted by relevance
910 int hdb_off, hde_off, base_off; in falcon_decode_var() local1226 hde_off = 0; in falcon_decode_var()1230 hde_off = ((128 / bpp + 2) * plen); in falcon_decode_var()1250 par->HDE = gend1 - par->HHT - 2 - hde_off / prescale; in falcon_decode_var()1258 if (hde_off % prescale) in falcon_decode_var()1374 int hdb_off, hde_off, base_off; in falcon_encode_var() local1477 hde_off = 0; in falcon_encode_var()1480 hde_off = ((128 / var->bits_per_pixel + 2) * plen); in falcon_encode_var()1493 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off; in falcon_encode_var()