Module loop_filter

Source
Expand description

Does loop filtering on webp lossy images

Functionsยง

c ๐Ÿ”’
common_adjust_horizontal ๐Ÿ”’
Used in both the simple and normal filters described in 15.2 and 15.3
common_adjust_vertical ๐Ÿ”’
Used in both the simple and normal filters described in 15.2 and 15.3
diff ๐Ÿ”’
high_edge_variance_horizontal ๐Ÿ”’
high_edge_variance_vertical ๐Ÿ”’
macroblock_filter_horizontal ๐Ÿ”’
Part of the normal filter described in 15.3 in the specification
macroblock_filter_vertical ๐Ÿ”’
Part of the normal filter described in 15.3 in the specification
s2u ๐Ÿ”’
should_filter_horizontal ๐Ÿ”’
should_filter_vertical ๐Ÿ”’
simple_segment_horizontal ๐Ÿ”’
Part of the simple filter described in 15.2 in the specification
simple_segment_vertical ๐Ÿ”’
Part of the simple filter described in 15.2 in the specification
simple_threshold_horizontal ๐Ÿ”’
simple_threshold_vertical ๐Ÿ”’
subblock_filter_horizontal ๐Ÿ”’
Part of the normal filter described in 15.3 in the specification
subblock_filter_vertical ๐Ÿ”’
Part of the normal filter described in 15.3 in the specification
u2s ๐Ÿ”’