mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-23 09:01:00 +08:00
avfilter/vf_estdif: remove float usage
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user