mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/loongarch/cabac, vp9dsp_loongarch: Add missing headers
Fixes checkheaders on loongarch. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
5bf7187327
commit
85655bd9da
@ -25,6 +25,7 @@
|
|||||||
#ifndef AVCODEC_LOONGARCH_CABAC_H
|
#ifndef AVCODEC_LOONGARCH_CABAC_H
|
||||||
#define AVCODEC_LOONGARCH_CABAC_H
|
#define AVCODEC_LOONGARCH_CABAC_H
|
||||||
|
|
||||||
|
#include "libavutil/attributes.h"
|
||||||
#include "libavcodec/cabac.h"
|
#include "libavcodec/cabac.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
@ -22,6 +22,9 @@
|
|||||||
#ifndef AVCODEC_LOONGARCH_VP9DSP_LOONGARCH_H
|
#ifndef AVCODEC_LOONGARCH_VP9DSP_LOONGARCH_H
|
||||||
#define AVCODEC_LOONGARCH_VP9DSP_LOONGARCH_H
|
#define AVCODEC_LOONGARCH_VP9DSP_LOONGARCH_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#define VP9_8TAP_LOONGARCH_LSX_FUNC(SIZE, type, type_idx) \
|
#define VP9_8TAP_LOONGARCH_LSX_FUNC(SIZE, type, type_idx) \
|
||||||
void ff_put_8tap_##type##_##SIZE##h_lsx(uint8_t *dst, ptrdiff_t dststride, \
|
void ff_put_8tap_##type##_##SIZE##h_lsx(uint8_t *dst, ptrdiff_t dststride, \
|
||||||
const uint8_t *src, \
|
const uint8_t *src, \
|
||||||
|
Loading…
Reference in New Issue
Block a user