Searched refs:ME_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance
174 #define ME_CACHE_SIZE 1024 macro175 unsigned me_cache[ME_CACHE_SIZE];
913 index= (p[0] + 31*p[1]) & (ME_CACHE_SIZE-1); in check_block()962 index= (p0 + 31*p1) & (ME_CACHE_SIZE-1); in check_4block_inter()