mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Move functions from search to search_inter.
This commit is contained in:
parent
3c9b830d8f
commit
bf7542c35d
1160
src/search.c
1160
src/search.c
File diff suppressed because it is too large
Load diff
1174
src/search_inter.c
1174
src/search_inter.c
File diff suppressed because it is too large
Load diff
|
@ -27,4 +27,8 @@
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
|
||||||
|
#include "encoderstate.h"
|
||||||
|
|
||||||
|
int search_cu_inter(const encoder_state_t * const state, int x, int y, int depth, lcu_t *lcu);
|
||||||
|
|
||||||
#endif // SEARCH_INTER_H_
|
#endif // SEARCH_INTER_H_
|
||||||
|
|
Loading…
Reference in a new issue