Searched refs:p2_y (Results 1 – 6 of 6) sorted by relevance
171 s.p2_y = y10 - topleft_y_frac; in convert_coords_to_ispparams()181 assert(s.p2_y < (s.in_block_height << DVS_COORD_FRAC_BITS)); in convert_coords_to_ispparams()187 assert(s.p0_y < s.p2_y); in convert_coords_to_ispparams()198 printf("p2_y: %d\n", s.p2_y); in convert_coords_to_ispparams()207 printf("p2_y_nofrac[1]: %d\n", s.p2_y >> DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
57 T2 p2_y = static_cast<T2>(e2.bot.y); in get_edge_intersection() local64 s2_y = p3_y - p2_y; 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()
84 u32 p2_y; member
107 const double p2_y, in get_line_intersection() argument117 const double s32_y = p3_y - p2_y; in get_line_intersection()125 const double s02_y = p0_y - p2_y; in get_line_intersection()
2883 gdc_luma.p2_y = gdc_luma.p0_y + (IMGU_DVS_BLOCK_H << FRAC_BITS); in imgu_css_cfg_gdc_table()2885 gdc_luma.p3_y = gdc_luma.p2_y; in imgu_css_cfg_gdc_table()2906 gdc_chroma.p2_y = gdc_chroma.p0_y + (IMGU_DVS_BLOCK_H / 2 << FRAC_BITS); in imgu_css_cfg_gdc_table()2908 gdc_chroma.p3_y = gdc_chroma.p2_y; in imgu_css_cfg_gdc_table()
1319 u32 p2_y; member