Searched refs:p2_x (Results 1 – 6 of 6) sorted by relevance
166 s.p2_x = x10 - topleft_x_frac; in convert_coords_to_ispparams()177 assert(s.p2_x < (s.in_block_width << DVS_COORD_FRAC_BITS)); in convert_coords_to_ispparams()186 assert(s.p2_x < s.p3_x); in convert_coords_to_ispparams()197 printf("p2_x: %d\n", s.p2_x); in convert_coords_to_ispparams()206 printf("p2_x_nofrac[0]: %d\n", s.p2_x >> DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
56 T2 p2_x = static_cast<T2>(e2.bot.x); in get_edge_intersection() local63 s2_x = p3_x - p2_x; in get_edge_intersection()66 T2 s = (-s1_y * (p0_x - p2_x) + s1_x * (p0_y - p2_y)) / (-s2_x * s1_y + s1_x * s2_y); in get_edge_intersection()67 T2 t = (s2_x * (p0_y - p2_y) - s2_y * (p0_x - p2_x)) / (-s2_x * s1_y + s1_x * s2_y); in get_edge_intersection()
83 u32 p2_x; member
106 const double p2_x, in get_line_intersection() argument116 const double s32_x = p3_x - p2_x; in get_line_intersection()124 const double s02_x = p0_x - p2_x; in get_line_intersection()
2882 gdc_luma.p2_x = gdc_luma.p0_x; in imgu_css_cfg_gdc_table()2905 gdc_chroma.p2_x = gdc_chroma.p0_x; in imgu_css_cfg_gdc_table()
1318 u32 p2_x; member