]> git.sesse.net Git - ffmpeg/commit
Merge commit 'fca3c3b61952aacc45e9ca54d86a762946c21942'
authorClément Bœsch <cboesch@gopro.com>
Tue, 31 Jan 2017 15:50:21 +0000 (16:50 +0100)
committerClément Bœsch <cboesch@gopro.com>
Tue, 31 Jan 2017 15:53:37 +0000 (16:53 +0100)
commit78d16eb45217f7ce811d1b05afe56427dd40021b
tree606401bcf036fb3f61b0efdf91785a97c855b742
parent05018c2cdaf3cbf5769bdf90951f707cf99edd52
parentfca3c3b61952aacc45e9ca54d86a762946c21942
Merge commit 'fca3c3b61952aacc45e9ca54d86a762946c21942'

* commit 'fca3c3b61952aacc45e9ca54d86a762946c21942':
  hevc: Add AVX2 DC IDCT

Mostly noop as we already have that code.

In the ASM, code is merged with the exception of SECTION which is kept
uppercase for consistency with the rest of the codebase.

Still in the ASM, the prototype comment is fixed to honor the '_' added
from the original commit.

idct_dc_proto() is dropped as it's not used anymore here.

Merged-by: Clément Bœsch <cboesch@gopro.com>
libavcodec/x86/hevc_idct.asm
libavcodec/x86/hevcdsp.h
libavcodec/x86/hevcdsp_init.c