summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdsp.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-04-17 13:54:05 +0200
committerClément Bœsch <u@pkh.me>2017-04-17 13:54:51 +0200
commitf6e8d54fcc17660a8c34512bdc73541664942a5f (patch)
tree5b622d8f295aac251bc9c424d90dd296f8f0f85a /libavcodec/hevcdsp.c
parent17f848ca074897885cc21cf1ac38a61f7c3f9770 (diff)
parentb0e6b3f4777910d61083976aa9fc78a1e0731aae (diff)
downloadffmpeg-streaming-f6e8d54fcc17660a8c34512bdc73541664942a5f.zip
ffmpeg-streaming-f6e8d54fcc17660a8c34512bdc73541664942a5f.tar.gz
Merge commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae'
* commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae': hevc: ppc: Add HEVC 4x4 IDCT for PowerPC Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/hevcdsp.c')
-rw-r--r--libavcodec/hevcdsp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/hevcdsp.c b/libavcodec/hevcdsp.c
index 23e923f..76ae72b 100644
--- a/libavcodec/hevcdsp.c
+++ b/libavcodec/hevcdsp.c
@@ -257,6 +257,8 @@ int i = 0;
break;
}
+ if (ARCH_PPC)
+ ff_hevc_dsp_init_ppc(hevcdsp, bit_depth);
if (ARCH_X86)
ff_hevc_dsp_init_x86(hevcdsp, bit_depth);
if (ARCH_ARM)
OpenPOWER on IntegriCloud