mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 10:34:05 +00:00
7 lines
76 B
C
7 lines
76 B
C
|
#ifndef SATD_TESTS_H_
|
||
|
#define SATD_TESTS_H_
|
||
|
|
||
|
void satd_tests(void);
|
||
|
|
||
|
#endif
|