X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fpixelutils.c;h=ebee3d6f902fe498818e16f1d1555eeda0e7db91;hb=33f2144d2ff9efd3729db27ae34a5ff30d4ed534;hp=b663027b42eba3e361686dfb7c145e1499eb7faf;hpb=b14761d1f8372dfe558193b8b754b9f1a858077d;p=ffmpeg diff --git a/libavutil/pixelutils.c b/libavutil/pixelutils.c index b663027b42e..ebee3d6f902 100644 --- a/libavutil/pixelutils.c +++ b/libavutil/pixelutils.c @@ -51,12 +51,14 @@ DECLARE_BLOCK_FUNCTIONS(2) DECLARE_BLOCK_FUNCTIONS(4) DECLARE_BLOCK_FUNCTIONS(8) DECLARE_BLOCK_FUNCTIONS(16) +DECLARE_BLOCK_FUNCTIONS(32) static const av_pixelutils_sad_fn sad_c[] = { block_sad_2x2_c, block_sad_4x4_c, block_sad_8x8_c, block_sad_16x16_c, + block_sad_32x32_c, }; #endif /* CONFIG_PIXELUTILS */