Home
last modified time | relevance | path

Searched refs:ME_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsnow.h174 #define ME_CACHE_SIZE 1024 macro
175 unsigned me_cache[ME_CACHE_SIZE];
Dsnowenc.c913 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()