Searched refs:p1_x (Results 1 – 4 of 4) sorted by relevance
165 s.p1_x = x01 - topleft_x_frac; in convert_coords_to_ispparams()176 assert(s.p1_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()195 printf("p1_x: %d\n", s.p1_x); in convert_coords_to_ispparams()204 printf("p1_x_nofrac[2]: %d\n", s.p1_x >> DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
81 u32 p1_x; member
2880 gdc_luma.p1_x = gdc_luma.p0_x + (IMGU_DVS_BLOCK_W << FRAC_BITS); in imgu_css_cfg_gdc_table()2884 gdc_luma.p3_x = gdc_luma.p1_x; 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()2907 gdc_chroma.p3_x = gdc_chroma.p1_x; in imgu_css_cfg_gdc_table()
1316 u32 p1_x; member