Searched refs:table_height (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_param_shading.c | 87 table_height, in crop_and_interpolate() local 104 table_height = in_table->height; in crop_and_interpolate() 115 table_cell_h = (table_height - 1) * in_cell_size; in crop_and_interpolate() 132 src_y0 = clamp(src_y0, 0, (int)table_height - 1); in crop_and_interpolate() 133 src_y1 = clamp(src_y1, 0, (int)table_height - 1); in crop_and_interpolate() 204 unsigned int table_height) in sh_css_params_shading_id_table_generate() argument 212 result = ia_css_shading_table_alloc(table_width, table_height); in sh_css_params_shading_id_table_generate() 219 for (j = 0; j < table_height * table_width; j++) in sh_css_params_shading_id_table_generate() 233 unsigned int input_width, input_height, table_width, table_height, i; in prepare_shading_table() local 310 table_height = binary->sctbl_legacy_height; in prepare_shading_table() [all …]
|
| H A D | sh_css_param_shading.h | 26 unsigned int table_height);
|