Add vertical loopfilter SIMD.
- Oct 08, 2018
-
-
Ronald S. Bultje authoredaec3d25c
-
Ronald S. Bultje authored24effd47
-
Ronald S. Bultje authored
Loop inside SIMD (instead of in the caller) so that we can handle multiple 4px blocks per iteration, allowing for more efficient SIMD. To make this easier, also transpose the masks for the hor filter.
bf7a4786 -
Ronald S. Bultje authored04b70ea5
-
Ronald S. Bultje authoreda146437d
-
Ronald S. Bultje authored
- remove edge condition in maxifzero(), since it's always true; - make subsampled level array packed; - handle a SB worth of 4px blocks per DSP function call, so that SIMD will be more efficient.
36647aaa
-