mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-01 03:56:53 +08:00
avcodec/jpeg200dsp: add ff_ict_float_{sse,avx}
Original intrinsics version by Nicolas Bertrand. Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -31,5 +31,6 @@ typedef struct Jpeg2000DSPContext {
|
||||
} Jpeg2000DSPContext;
|
||||
|
||||
void ff_jpeg2000dsp_init(Jpeg2000DSPContext *c);
|
||||
void ff_jpeg2000dsp_init_x86(Jpeg2000DSPContext *c);
|
||||
|
||||
#endif /* AVCODEC_JPEG2000DSP_H */
|
||||
|
||||
Reference in New Issue
Block a user