Home
last modified time | relevance | path

Searched refs:table_height (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/staging/media/atomisp/pci/
Dsh_css_param_shading.c88 table_height, in crop_and_interpolate() local
105 table_height = in_table->height; in crop_and_interpolate()
116 table_cell_h = (table_height - 1) * in_cell_size; in crop_and_interpolate()
135 src_y0 = clamp(src_y0, 0, (int)table_height - 1); in crop_and_interpolate()
136 src_y1 = clamp(src_y1, 0, (int)table_height - 1); in crop_and_interpolate()
212 unsigned int table_height) in sh_css_params_shading_id_table_generate() argument
220 result = ia_css_shading_table_alloc(table_width, table_height); in sh_css_params_shading_id_table_generate()
227 for (j = 0; j < table_height * table_width; j++) in sh_css_params_shading_id_table_generate()
241 unsigned int input_width, input_height, table_width, table_height, i; in prepare_shading_table() local
306 table_height = binary->sctbl_height; in prepare_shading_table()
[all …]
Dsh_css_param_shading.h26 unsigned int table_height);