FFmpeg
Loading...
Searching...
No Matches
swscale.c File Reference
#include "config.h"
#include "libavutil/attributes.h"
#include "libswscale/swscale.h"
#include "libswscale/swscale_internal.h"
#include "libavutil/arm/cpu.h"

Go to the source code of this file.

Functions

void ff_hscale_8_to_15_neon (SwsInternal *c, int16_t *dst, int dstW, const uint8_t *src, const int16_t *filter, const int32_t *filterPos, int filterSize)
 
void ff_yuv2planeX_8_neon (const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset)
 
av_cold void ff_sws_init_swscale_arm (SwsInternal *c)
 

Function Documentation

◆ ff_hscale_8_to_15_neon()

void ff_hscale_8_to_15_neon ( SwsInternal * c,
int16_t * dst,
int dstW,
const uint8_t * src,
const int16_t * filter,
const int32_t * filterPos,
int filterSize )

Referenced by ff_sws_init_swscale_arm().

◆ ff_yuv2planeX_8_neon()

void ff_yuv2planeX_8_neon ( const int16_t * filter,
int filterSize,
const int16_t ** src,
uint8_t * dest,
int dstW,
const uint8_t * dither,
int offset )

◆ ff_sws_init_swscale_arm()

av_cold void ff_sws_init_swscale_arm ( SwsInternal * c)

Definition at line 33 of file swscale.c.

Referenced by ff_sws_init_scale().