Home
last modified time | relevance | path

Searched refs:p0_x (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.c164 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dintersect_util.hpp52 T2 p0_x = static_cast<T2>(e1.bot.x); in get_edge_intersection() local
61 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()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Dgdc_global.h79 u32 p0_x; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp102 static bool get_line_intersection(const double p0_x, in get_line_intersection() argument
114 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()
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/
H A Dipu3-css-params.c2878 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()
H A Dipu3-abi.h1314 u32 p0_x; member