]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/deshake.h
pulse: set time_base as multiple of sample_rate
[ffmpeg] / libavfilter / deshake.h
index 57929739577d8ac69239d2aca9e2542e10b8b9c7..615953cfe3ea084024dce69526957ded08df3f95 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2013 Wei Gao <weigao@multicorewareinc.com>
+ * Copyright (C) 2013 Lenny Wang
  *
  * This file is part of FFmpeg.
  *
@@ -57,12 +58,8 @@ typedef struct {
 typedef struct {
     cl_command_queue command_queue;
     cl_program program;
-    cl_kernel kernel;
-    size_t matrix_size;
-    float matrix_y[9];
-    float matrix_uv[9];
-    cl_mem cl_matrix_y;
-    cl_mem cl_matrix_uv;
+    cl_kernel kernel_luma;
+    cl_kernel kernel_chroma;
     int in_plane_size[8];
     int out_plane_size[8];
     int plane_num;