Searched refs:p0_x (Results 1 – 6 of 6) sorted by relevance
164 s.p0_x = x00 - topleft_x_frac; in convert_coords_to_ispparams()175 assert(s.p0_x < (s.in_block_width << DVS_COORD_FRAC_BITS)); in convert_coords_to_ispparams()185 assert(s.p0_x < s.p1_x); in convert_coords_to_ispparams()193 printf("p0_x: %d\n", s.p0_x); in convert_coords_to_ispparams()202 printf("p0_x_nofrac[0]: %d\n", s.p0_x >> DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
52 T2 p0_x = static_cast<T2>(e1.bot.x); in get_edge_intersection() local61 s1_x = p1_x - p0_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()70 pt.x = p0_x + (t * s1_x); in get_edge_intersection()
79 u32 p0_x; member
102 static bool get_line_intersection(const double p0_x, in get_line_intersection() argument114 const double s10_x = p1_x - p0_x; in get_line_intersection()124 const double s02_x = p0_x - p2_x; in get_line_intersection()138 *i_x = p0_x + (*i_t * s10_x); in get_line_intersection()
2878 gdc_luma.p0_x = (OFFSET_X - (OFFSET_X & XMEM_ALIGN_MASK)) << FRAC_BITS; in imgu_css_cfg_gdc_table()2880 gdc_luma.p1_x = gdc_luma.p0_x + (IMGU_DVS_BLOCK_W << FRAC_BITS); in imgu_css_cfg_gdc_table()2882 gdc_luma.p2_x = gdc_luma.p0_x; in imgu_css_cfg_gdc_table()2900 gdc_chroma.p0_x = (OFFSET_X / 2 - (OFFSET_X / 2 & XMEM_ALIGN_MASK)) << in imgu_css_cfg_gdc_table()2903 gdc_chroma.p1_x = gdc_chroma.p0_x + (IMGU_DVS_BLOCK_W << FRAC_BITS); in imgu_css_cfg_gdc_table()2905 gdc_chroma.p2_x = gdc_chroma.p0_x; in imgu_css_cfg_gdc_table()
1314 u32 p0_x; member