Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/filter/kernels/cpu/filter_cpu.h')
-rw-r--r--intern/cycles/filter/kernels/cpu/filter_cpu.h16
1 files changed, 3 insertions, 13 deletions
diff --git a/intern/cycles/filter/kernels/cpu/filter_cpu.h b/intern/cycles/filter/kernels/cpu/filter_cpu.h
index 6a0b58b214c..349437a22f5 100644
--- a/intern/cycles/filter/kernels/cpu/filter_cpu.h
+++ b/intern/cycles/filter/kernels/cpu/filter_cpu.h
@@ -17,13 +17,9 @@
/* Templated common declaration part of all CPU kernels. */
void KERNEL_FUNCTION_FULL_NAME(filter_divide_shadow)(int sample,
- float** buffers,
+ TilesInfo *tiles,
int x,
int y,
- int *tile_x,
- int *tile_y,
- int *offset,
- int *stride,
float *unfilteredA,
float *unfilteredB,
float *sampleV,
@@ -35,15 +31,11 @@ void KERNEL_FUNCTION_FULL_NAME(filter_divide_shadow)(int sample,
bool use_gradients);
void KERNEL_FUNCTION_FULL_NAME(filter_get_feature)(int sample,
- float** buffers,
+ TilesInfo *tiles,
int m_offset,
int v_offset,
int x,
int y,
- int *tile_x,
- int *tile_y,
- int *offset,
- int *stride,
float *mean,
float *variance,
int* prefilter_rect,
@@ -68,9 +60,7 @@ void KERNEL_FUNCTION_FULL_NAME(filter_construct_transform)(int sample,
int *rank,
int* rect,
int half_window,
- float pca_threshold,
- int num_frames,
- int prev_frames);
+ float pca_threshold);
void KERNEL_FUNCTION_FULL_NAME(filter_divide_combined)(int x, int y,
int sample,