summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdsp.c
diff options
context:
space:
mode:
authorAlexandra Hajkova <alexandra@khirnov.net>2016-12-11 12:10:19 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-12 09:25:16 +0100
commitb0e6b3f4777910d61083976aa9fc78a1e0731aae (patch)
tree5ee56e64ea7481c8c05f6dea539d82e0287e8006 /libavcodec/hevcdsp.c
parentfc368497f2fff54ddf5316224c573c9d1939fb25 (diff)
downloadffmpeg-streaming-b0e6b3f4777910d61083976aa9fc78a1e0731aae.zip
ffmpeg-streaming-b0e6b3f4777910d61083976aa9fc78a1e0731aae.tar.gz
hevc: ppc: Add HEVC 4x4 IDCT for PowerPC
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 7c19198..8ae023b 100644
--- a/libavcodec/hevcdsp.c
+++ b/libavcodec/hevcdsp.c
@@ -245,6 +245,8 @@ void ff_hevc_dsp_init(HEVCDSPContext *hevcdsp, int bit_depth)
break;
}
+ if (ARCH_PPC)
+ ff_hevc_dsp_init_ppc(hevcdsp, bit_depth);
if (ARCH_X86)
ff_hevc_dsp_init_x86(hevcdsp, bit_depth);
}
OpenPOWER on IntegriCloud