]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hpeldsp.c
h264: allocate some tables per slice contexts, not threads
[ffmpeg] / libavcodec / hpeldsp.c
index a9ae9d63ee2deb9a0ca433b5caaab9033c49afea..25694c5940f60191c4d0687dd8f34ac90a3ec322 100644 (file)
@@ -33,7 +33,7 @@
 
 #define BIT_DEPTH 8
 #include "hpel_template.c"
-#include "tpel_template.c"
+#include "pel_template.c"
 
 #define PIXOP2(OPNAME, OP)                                              \
 static inline void OPNAME ## _no_rnd_pixels8_l2_8(uint8_t *dst,         \
@@ -359,8 +359,6 @@ av_cold void ff_hpeldsp_init(HpelDSPContext *c, int flags)
         ff_hpeldsp_init_aarch64(c, flags);
     if (ARCH_ARM)
         ff_hpeldsp_init_arm(c, flags);
-    if (ARCH_BFIN)
-        ff_hpeldsp_init_bfin(c, flags);
     if (ARCH_PPC)
         ff_hpeldsp_init_ppc(c, flags);
     if (ARCH_X86)