mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
7 lines
73 B
C
7 lines
73 B
C
|
#ifndef SAD_TESTS_H_
|
||
|
#define SAD_TESTS_H_
|
||
|
|
||
|
void sad_tests(void);
|
||
|
|
||
|
#endif
|