From b0e6b3f4777910d61083976aa9fc78a1e0731aae Mon Sep 17 00:00:00 2001 From: Alexandra Hajkova Date: Sun, 11 Dec 2016 12:10:19 +0100 Subject: hevc: ppc: Add HEVC 4x4 IDCT for PowerPC Signed-off-by: Diego Biurrun --- libavcodec/hevcdsp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/hevcdsp.h') diff --git a/libavcodec/hevcdsp.h b/libavcodec/hevcdsp.h index 49cb7110d5..2f4ff0111f 100644 --- a/libavcodec/hevcdsp.h +++ b/libavcodec/hevcdsp.h @@ -115,6 +115,7 @@ typedef struct HEVCDSPContext { void ff_hevc_dsp_init(HEVCDSPContext *hpc, int bit_depth); +void ff_hevc_dsp_init_ppc(HEVCDSPContext *c, const int bit_depth); void ff_hevc_dsp_init_x86(HEVCDSPContext *c, const int bit_depth); extern const int16_t ff_hevc_epel_coeffs[7][16]; -- cgit v1.2.3