Searched refs:p0_y (Results 1 – 6 of 6) sorted by relevance
169 s.p0_y = y00 - topleft_y_frac; in convert_coords_to_ispparams()179 assert(s.p0_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()194 printf("p0_y: %d\n", s.p0_y); in convert_coords_to_ispparams()203 printf("p0_y_nofrac[1]: %d\n", s.p0_y >> DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
53 T2 p0_y = static_cast<T2>(e1.bot.y); in get_edge_intersection() local62 s1_y = p1_y - p0_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()71 pt.y = p0_y + (t * s1_y); in get_edge_intersection()
80 u32 p0_y; member
103 const double p0_y, in get_line_intersection() argument115 const double s10_y = p1_y - p0_y; in get_line_intersection()125 const double s02_y = p0_y - p2_y; in get_line_intersection()139 *i_y = p0_y + (*i_t * s10_y); in get_line_intersection()
2879 gdc_luma.p0_y = 0; in imgu_css_cfg_gdc_table()2881 gdc_luma.p1_y = gdc_luma.p0_y; in imgu_css_cfg_gdc_table()2883 gdc_luma.p2_y = gdc_luma.p0_y + (IMGU_DVS_BLOCK_H << FRAC_BITS); in imgu_css_cfg_gdc_table()2902 gdc_chroma.p0_y = 0; in imgu_css_cfg_gdc_table()2904 gdc_chroma.p1_y = gdc_chroma.p0_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()
1315 u32 p0_y; member