aboutsummaryrefslogtreecommitdiff
path: root/src/dsp/cdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dsp/cdef.h')
-rw-r--r--src/dsp/cdef.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dsp/cdef.h b/src/dsp/cdef.h
index b820b77..ce23ea5 100644
--- a/src/dsp/cdef.h
+++ b/src/dsp/cdef.h
@@ -38,6 +38,11 @@
namespace libgav1 {
namespace dsp {
+enum {
+ kCdefSecondaryTap0 = 2,
+ kCdefSecondaryTap1 = 1,
+};
+
// Initializes Dsp::cdef_direction and Dsp::cdef_filters. This function is not
// thread-safe.
void CdefInit_C();