Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconinter.c447 static const double smoother_param = 2.85; in init_wedge_master_masks() local
455 const int msk = (int)rint((1.0 + tanh(d / smoother_param)) * 32); in init_wedge_master_masks()
457 const int mskx = (int)rint((1.0 + tanh(x / smoother_param)) * 32); in init_wedge_master_masks()