avfilter/vf_estdif: remove float usage

This commit is contained in:
Paul B Mahol
2023-05-09 09:40:00 +02:00
parent 54353ce88e
commit 16a86b443d
2 changed files with 16 additions and 16 deletions

View File

@@ -13069,16 +13069,16 @@ Specify the search radius for best edge matching. Default value is 2.
Allowed range is from 0 to 15.
@item ecost
Specify the edge cost for edge matching. Default value is 1.0.
Allowed range is from 0 to 9.
Specify the edge cost for edge matching. Default value is 2.
Allowed range is from 0 to 50.
@item mcost
Specify the middle cost for edge matching. Default value is 0.5.
Allowed range is from 0 to 1.
Specify the middle cost for edge matching. Default value is 1.
Allowed range is from 0 to 50.
@item dcost
Specify the distance cost for edge matching. Default value is 0.5.
Allowed range is from 0 to 1.
Specify the distance cost for edge matching. Default value is 1.
Allowed range is from 0 to 50.
@item interp
Specify the interpolation used. Default is 4-point interpolation. It accepts one