diff options
author | Clément Bœsch <u@pkh.me> | 2017-04-17 13:54:05 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-04-17 13:54:51 +0200 |
commit | f6e8d54fcc17660a8c34512bdc73541664942a5f (patch) | |
tree | 5b622d8f295aac251bc9c424d90dd296f8f0f85a /libavcodec/hevcdsp.h | |
parent | 17f848ca074897885cc21cf1ac38a61f7c3f9770 (diff) | |
parent | b0e6b3f4777910d61083976aa9fc78a1e0731aae (diff) | |
download | ffmpeg-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.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 eefb3cd152..dc48ebca11 100644 --- a/libavcodec/hevcdsp.h +++ b/libavcodec/hevcdsp.h @@ -127,6 +127,7 @@ void ff_hevc_dsp_init(HEVCDSPContext *hpc, int bit_depth); extern const int8_t ff_hevc_epel_filters[7][4]; extern const int8_t ff_hevc_qpel_filters[3][16]; +void ff_hevc_dsp_init_ppc(HEVCDSPContext *c, const int bit_depth); void ff_hevc_dsp_init_x86(HEVCDSPContext *c, const int bit_depth); void ff_hevcdsp_init_arm(HEVCDSPContext *c, const int bit_depth); void ff_hevc_dsp_init_mips(HEVCDSPContext *c, const int bit_depth); |