Searched defs:LoopFilterFuncs_C (Results 1 – 1 of 1) sorted by relevance
31 struct LoopFilterFuncs_C { struct34 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);