Home
last modified time | relevance | path

Searched refs:_image_block (Results 1 – 3 of 3) sorted by relevance

/dports/astro/siril/siril/src/tests/
H A Dstacking_blocks_test.c68 struct _image_block *blocks = NULL; in test1()
89 struct _image_block *blocks = NULL; in test2()
110 struct _image_block *blocks = NULL; in test3()
132 struct _image_block *blocks = NULL; in test4()
153 struct _image_block *blocks = NULL; in test5()
174 struct _image_block *blocks = NULL; in test6()
195 struct _image_block *blocks = NULL; in test7()
217 struct _image_block *blocks = NULL; in test8()
238 struct _image_block *blocks = NULL; in test9()
260 struct _image_block *blocks = NULL; in test10()
[all …]
/dports/astro/siril/siril/src/stacking/
H A Dstacking.h156 struct _image_block { struct
160 int stack_compute_parallel_blocks(struct _image_block **blocksptr, long max_number_of_rows, argument
H A Dmedian_and_mean.c261 int stack_compute_parallel_blocks(struct _image_block **blocksptr, long max_number_of_rows, in stack_compute_parallel_blocks()
276 *blocksptr = malloc(*nb_blocks * sizeof(struct _image_block)); in stack_compute_parallel_blocks()
281 struct _image_block *blocks = *blocksptr; in stack_compute_parallel_blocks()
323 struct _image_block *my_block, struct _data_block *data, in stack_read_block_data()
963 struct _image_block *blocks = NULL; in stack_mean_or_median()
1180 struct _image_block *my_block = blocks+i; in stack_mean_or_median()