You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avcodec/x86/hevcdsp: Move to x86/hevc
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -22,8 +22,8 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef AVCODEC_X86_HEVCDSP_H
|
#ifndef AVCODEC_X86_HEVC_DSP_H
|
||||||
#define AVCODEC_X86_HEVCDSP_H
|
#define AVCODEC_X86_HEVC_DSP_H
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
@ -186,4 +186,4 @@ void ff_hevc_add_residual_32_10_sse2(uint8_t *dst, const int16_t *res, ptrdiff_t
|
|||||||
void ff_hevc_add_residual_16_10_avx2(uint8_t *dst, const int16_t *res, ptrdiff_t stride);
|
void ff_hevc_add_residual_16_10_avx2(uint8_t *dst, const int16_t *res, ptrdiff_t stride);
|
||||||
void ff_hevc_add_residual_32_10_avx2(uint8_t *dst, const int16_t *res, ptrdiff_t stride);
|
void ff_hevc_add_residual_32_10_avx2(uint8_t *dst, const int16_t *res, ptrdiff_t stride);
|
||||||
|
|
||||||
#endif // AVCODEC_X86_HEVCDSP_H
|
#endif // AVCODEC_X86_HEVC_DSP_H
|
@ -27,7 +27,7 @@
|
|||||||
#include "libavutil/x86/asm.h"
|
#include "libavutil/x86/asm.h"
|
||||||
#include "libavutil/x86/cpu.h"
|
#include "libavutil/x86/cpu.h"
|
||||||
#include "libavcodec/hevc/dsp.h"
|
#include "libavcodec/hevc/dsp.h"
|
||||||
#include "libavcodec/x86/hevcdsp.h"
|
#include "libavcodec/x86/hevc/dsp.h"
|
||||||
#include "libavcodec/x86/h26x/h2656dsp.h"
|
#include "libavcodec/x86/h26x/h2656dsp.h"
|
||||||
|
|
||||||
#define LFC_FUNC(DIR, DEPTH, OPT) \
|
#define LFC_FUNC(DIR, DEPTH, OPT) \
|
||||||
|
Reference in New Issue
Block a user