Searched refs:p1_x (Results 1 – 4 of 4) sorted by relevance
163 s.p1_x = x01 - topleft_x_frac; in convert_coords_to_ispparams()174 assert(s.p1_x < (s.in_block_width << DVS_COORD_FRAC_BITS)); in convert_coords_to_ispparams()183 assert(s.p0_x < s.p1_x); in convert_coords_to_ispparams()193 printf("p1_x: %d\n", s.p1_x); in convert_coords_to_ispparams()202 printf("p1_x_nofrac[2]: %d\n", s.p1_x >> DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
81 u32 p1_x; member
2897 gdc_luma.p1_x = gdc_luma.p0_x + (IMGU_DVS_BLOCK_W << FRAC_BITS); in imgu_css_cfg_gdc_table()2901 gdc_luma.p3_x = gdc_luma.p1_x; in imgu_css_cfg_gdc_table()2920 gdc_chroma.p1_x = gdc_chroma.p0_x + (IMGU_DVS_BLOCK_W << FRAC_BITS); in imgu_css_cfg_gdc_table()2924 gdc_chroma.p3_x = gdc_chroma.p1_x; in imgu_css_cfg_gdc_table()
1316 u32 p1_x; member