diff options
Diffstat (limited to 'src/dsp/loop_restoration.h')
-rw-r--r-- | src/dsp/loop_restoration.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/dsp/loop_restoration.h b/src/dsp/loop_restoration.h index de80926..8fefc40 100644 --- a/src/dsp/loop_restoration.h +++ b/src/dsp/loop_restoration.h @@ -39,16 +39,6 @@ namespace libgav1 { namespace dsp { -enum { - // Precision of a division table (mtable) - kSgrProjScaleBits = 20, - kSgrProjReciprocalBits = 12, - // Core self-guided restoration precision bits. - kSgrProjSgrBits = 8, - // Precision bits of generated values higher than source before projection. - kSgrProjRestoreBits = 4 -}; // anonymous enum - extern const uint8_t kSgrMaLookup[256]; // Initializes Dsp::loop_restorations. This function is not thread-safe. |