From 4edd74bd7c0aaef92d3ef81e627ec7660715e9e1 Mon Sep 17 00:00:00 2001 From: Stanislav Dolganov Date: Thu, 18 Aug 2016 14:40:09 +0300 Subject: avcodec/me_cmp: add median SAD compare function Signed-off-by: Michael Niedermayer --- libavcodec/me_cmp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/me_cmp.h') diff --git a/libavcodec/me_cmp.h b/libavcodec/me_cmp.h index a3603ec..5666f59 100644 --- a/libavcodec/me_cmp.h +++ b/libavcodec/me_cmp.h @@ -76,6 +76,7 @@ typedef struct MECmpContext { me_cmp_func frame_skip_cmp[6]; // only width 8 used me_cmp_func pix_abs[2][4]; + me_cmp_func median_sad[2]; } MECmpContext; void ff_me_cmp_init_static(void); -- cgit v1.1