FFmpeg
|
#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/aarch64/cpu.h"
#include "libavutil/cpu.h"
#include "libavutil/bswap.h"
#include "libswscale/rgb2rgb.h"
#include "libswscale/swscale.h"
#include "libswscale/swscale_internal.h"
Go to the source code of this file.
Functions | |
void | ff_interleave_bytes_neon (const uint8_t *src1, const uint8_t *src2, uint8_t *dest, int width, int height, int src1Stride, int src2Stride, int dstStride) |
av_cold void | rgb2rgb_init_aarch64 (void) |
void ff_interleave_bytes_neon | ( | const uint8_t * | src1, |
const uint8_t * | src2, | ||
uint8_t * | dest, | ||
int | width, | ||
int | height, | ||
int | src1Stride, | ||
int | src2Stride, | ||
int | dstStride | ||
) |
Referenced by rgb2rgb_init_aarch64().
av_cold void rgb2rgb_init_aarch64 | ( | void | ) |
Definition at line 34 of file rgb2rgb.c.
Referenced by ff_sws_rgb2rgb_init().