FFmpeg
Loading...
Searching...
No Matches
hscale_fast_bilinear.c File Reference
#include "swscale_internal.h"

Go to the source code of this file.

Functions

void ff_hyscale_fast_c (SwsInternal *c, int16_t *dst, int dstWidth, const uint8_t *src, int srcW, int xInc)
 
void ff_hcscale_fast_c (SwsInternal *c, int16_t *dst1, int16_t *dst2, int dstWidth, const uint8_t *src1, const uint8_t *src2, int srcW, int xInc)
 

Function Documentation

◆ ff_hyscale_fast_c()

void ff_hyscale_fast_c ( SwsInternal * c,
int16_t * dst,
int dstWidth,
const uint8_t * src,
int srcW,
int xInc )

Definition at line 23 of file hscale_fast_bilinear.c.

Referenced by sws_init_swscale().

◆ ff_hcscale_fast_c()

void ff_hcscale_fast_c ( SwsInternal * c,
int16_t * dst1,
int16_t * dst2,
int dstWidth,
const uint8_t * src1,
const uint8_t * src2,
int srcW,
int xInc )

Definition at line 38 of file hscale_fast_bilinear.c.

Referenced by sws_init_swscale().