]> git.sesse.net Git - x264/blobdiff - common/mc.h
Fix bugs/typos in motion compensation and cache_load
[x264] / common / mc.h
index 1e97499a70fc4c85afa8a286fec73c6ef958334a..582c0ab437f616f227b6a2ee937de99076626342 100644 (file)
@@ -41,6 +41,8 @@ typedef struct x264_weight_t
 } ALIGNED_16( x264_weight_t );
 
 extern const x264_weight_t x264_weight_none[3];
+extern const uint8_t x264_hpel_ref0[16];
+extern const uint8_t x264_hpel_ref1[16];
 
 #define SET_WEIGHT( w, b, s, d, o )\
 {\