Adding search_site_config struct.

Change-Id: I2ad333553e673dbabcdc0f0366aea311e90849bf
This commit is contained in:
Dmitry Kovalev
2014-04-25 18:22:27 -07:00
parent 5573301dde
commit aa464eca5e
7 changed files with 50 additions and 45 deletions

View File

@@ -20,12 +20,6 @@
extern "C" {
#endif
// motion search site
typedef struct {
MV mv;
int offset;
} search_site;
// Structure to hold snapshot of coding context during the mode picking process
typedef struct {
MODE_INFO mic;
@@ -108,10 +102,6 @@ struct macroblock {
int skip_optimize;
int q_index;
search_site *ss;
int ss_count;
int searches_per_step;
int errorperbit;
int sadperbit16;
int sadperbit4;