Move functions from search to search_inter.

This commit is contained in:
Ari Koivula 2015-07-21 12:02:54 +03:00
parent 3c9b830d8f
commit bf7542c35d
3 changed files with 1179 additions and 1159 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -27,4 +27,8 @@
#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_