diff options
author | Alexandra Hajkova <alexandra@khirnov.net> | 2016-12-11 12:10:19 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-12-12 09:25:16 +0100 |
commit | b0e6b3f4777910d61083976aa9fc78a1e0731aae (patch) | |
tree | 5ee56e64ea7481c8c05f6dea539d82e0287e8006 /libavcodec/hevcdsp.h | |
parent | fc368497f2fff54ddf5316224c573c9d1939fb25 (diff) | |
download | ffmpeg-b0e6b3f4777910d61083976aa9fc78a1e0731aae.tar.gz |
hevc: ppc: Add HEVC 4x4 IDCT for PowerPC
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/hevcdsp.h')
-rw-r--r-- | libavcodec/hevcdsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
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]; |