Remove fake-genericity from sad functions
The functions sad_ssse3() and sad_sse2() only support u16 and u8 respectively, so they are not generic. Make the caller pass the expected type.
Loading
Please register or sign in to comment
The functions sad_ssse3() and sad_sse2() only support u16 and u8 respectively, so they are not generic. Make the caller pass the expected type.