Home
last modified time | relevance | path

Searched refs:SmoothParams (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/utils/
Dquant_levels_dec_utils.c70 } SmoothParams; typedef
81 static void VFilter(SmoothParams* const p) { in VFilter()
110 static void HFilter(SmoothParams* const p) { in HFilter()
134 static void ApplyFilter(SmoothParams* const p) { in ApplyFilter()
183 static void CountLevels(SmoothParams* const p) { in CountLevels()
217 int radius, SmoothParams* const p) { in InitParams()
258 static void CleanupParams(SmoothParams* const p) { in CleanupParams()
268 SmoothParams p; in WebPDequantizeLevels()