Home
last modified time | relevance | path

Searched defs:LoopFilterFuncs_C (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dloop_filter.cc31 struct LoopFilterFuncs_C { struct
34 static constexpr int kMaxPixel = (1 << bitdepth) - 1;
35 static constexpr int kMinSignedPixel = -(1 << (bitdepth - 1));
36 static constexpr int kMaxSignedPixel = (1 << (bitdepth - 1)) - 1;
37 static constexpr int kFlatThresh = 1 << (bitdepth - 8);