Searched refs:DVS_COORD_FRAC_BITS (Results 1 – 3 of 3) sorted by relevance
147 topleft_y = ymin >> DVS_COORD_FRAC_BITS; in convert_coords_to_ispparams()148 topleft_x = ((xmin >> DVS_COORD_FRAC_BITS) in convert_coords_to_ispparams()155 bottom_y = CEIL_DIV(ymax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()158 bottom_x = CEIL_DIV(xmax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()161 topleft_x_frac = topleft_x << (DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()162 topleft_y_frac = topleft_y << (DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()175 assert(s.p0_x < (s.in_block_width << DVS_COORD_FRAC_BITS)); in convert_coords_to_ispparams()176 assert(s.p1_x < (s.in_block_width << DVS_COORD_FRAC_BITS)); in convert_coords_to_ispparams()177 assert(s.p2_x < (s.in_block_width << DVS_COORD_FRAC_BITS)); in convert_coords_to_ispparams()178 assert(s.p3_x < (s.in_block_width << DVS_COORD_FRAC_BITS)); in convert_coords_to_ispparams()[all …]
121 DVS_BLOCKDIM_X) << DVS_COORD_FRAC_BITS; in init_dvs_6axis_table_from_default()128 DVS_BLOCKDIM_Y_LUMA) << DVS_COORD_FRAC_BITS; in init_dvs_6axis_table_from_default()136 DVS_BLOCKDIM_X) << DVS_COORD_FRAC_BITS; in init_dvs_6axis_table_from_default()145 DVS_COORD_FRAC_BITS; in init_dvs_6axis_table_from_default()
49 #define DVS_COORD_FRAC_BITS (10) macro