Searched refs:table_height (Results 1 – 2 of 2) sorted by relevance
| /drivers/staging/media/atomisp/pci/ |
| A D | sh_css_param_shading.c | 79 table_height, in crop_and_interpolate() local 96 table_height = in_table->height; in crop_and_interpolate() 107 table_cell_h = (table_height - 1) * in_cell_size; in crop_and_interpolate() 126 src_y0 = clamp(src_y0, 0, (int)table_height - 1); in crop_and_interpolate() 127 src_y1 = clamp(src_y1, 0, (int)table_height - 1); in crop_and_interpolate() 203 unsigned int table_height) in sh_css_params_shading_id_table_generate() argument 211 result = ia_css_shading_table_alloc(table_width, table_height); in sh_css_params_shading_id_table_generate() 218 for (j = 0; j < table_height * table_width; j++) in sh_css_params_shading_id_table_generate() 232 unsigned int input_width, input_height, table_width, table_height, i; in prepare_shading_table() local 297 table_height = binary->sctbl_height; in prepare_shading_table() [all …]
|
| A D | sh_css_param_shading.h | 17 unsigned int table_height);
|
Completed in 5 milliseconds