Searched refs:u_off1 (Results 1 – 1 of 1) sorted by relevance
1693 FT_Pos d_off1, u_off1, d_off2, u_off2, delta; in af_hint_normal_stem() local1727 u_off1 = 64 - d_off1; in af_hint_normal_stem()1739 if ( u_off1 <= d_off2 ) in af_hint_normal_stem()1740 delta = u_off1; in af_hint_normal_stem()1750 if ( d_off1 >= threshold || u_off1 >= threshold || in af_hint_normal_stem()1759 if ( u_off1 <= offset || d_off2 <= offset ) in af_hint_normal_stem()1765 d_off1 = threshold - u_off1; in af_hint_normal_stem()1766 u_off1 = u_off1 - offset; in af_hint_normal_stem()1770 if ( d_off1 <= u_off1 ) in af_hint_normal_stem()1771 u_off1 = -d_off1; in af_hint_normal_stem()[all …]