Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dquant_levels_dec.c69 } SmoothParams; typedef
79 static void VFilter(SmoothParams* const p) { in VFilter()
108 static void HFilter(SmoothParams* const p) { in HFilter()
132 static void ApplyFilter(SmoothParams* const p) { in ApplyFilter()
182 SmoothParams* const p) { in CountLevels()
212 int radius, SmoothParams* const p) { in InitParams()
252 static void CleanupParams(SmoothParams* const p) { in CleanupParams()
262 SmoothParams p; in WebPDequantizeLevels()