diff options
author | Boyuan Yang <byang@debian.org> | 2022-07-14 15:56:57 -0400 |
---|---|---|
committer | Boyuan Yang <byang@debian.org> | 2022-07-14 15:56:57 -0400 |
commit | d4dbf19f6b0181ee78034bfe4caf189d1c016998 (patch) | |
tree | 47d5d28d2ab770a10e6c48788725c51dffeb84a9 /src/dsp/cdef.h | |
parent | 320ef65362608ee1148c299d8d5d7618af34e470 (diff) | |
download | libgav1-d4dbf19f6b0181ee78034bfe4caf189d1c016998.tar.gz libgav1-d4dbf19f6b0181ee78034bfe4caf189d1c016998.tar.bz2 libgav1-d4dbf19f6b0181ee78034bfe4caf189d1c016998.zip |
New upstream version 0.18.0
Diffstat (limited to 'src/dsp/cdef.h')
-rw-r--r-- | src/dsp/cdef.h | 5 |
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(); |