You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's probably better to use lrint for rounding the average fill_prev/fill_cur/fill_next instead of the current + 0.5 because now you have:
8-bit:
10-bit:
16-bit:
Btw in readme there is no description of the param clip (supported bit depth).
The text was updated successfully, but these errors were encountered:
It's probably better to use
lrint
for rounding the average fill_prev/fill_cur/fill_next instead of the current+ 0.5
because now you have:8-bit:
10-bit:
16-bit:
Btw in readme there is no description of the param clip (supported bit depth).
The text was updated successfully, but these errors were encountered: