You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
swscale: cosmetic fixes
Signed-off-by: Nelson Gomez <nelson.gomez@microsoft.com>
This commit is contained in:
committed by
Josh de Kock
parent
bc01337db4
commit
360be03b8a
@@ -180,7 +180,8 @@ yuv2planeX_16_c_template(const int16_t *filter, int filterSize,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void yuv2p016cX_c(enum AVPixelFormat dstFormat, const uint8_t *chrDither, const int16_t *chrFilter, int chrFilterSize,
|
static void yuv2p016cX_c(enum AVPixelFormat dstFormat, const uint8_t *chrDither,
|
||||||
|
const int16_t *chrFilter, int chrFilterSize,
|
||||||
const int16_t **chrUSrc, const int16_t **chrVSrc,
|
const int16_t **chrUSrc, const int16_t **chrVSrc,
|
||||||
uint8_t *dest8, int chrDstW)
|
uint8_t *dest8, int chrDstW)
|
||||||
{
|
{
|
||||||
@@ -402,7 +403,8 @@ static void yuv2plane1_8_c(const int16_t *src, uint8_t *dest, int dstW,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void yuv2nv12cX_c(enum AVPixelFormat dstFormat, const uint8_t *chrDither, const int16_t *chrFilter, int chrFilterSize,
|
static void yuv2nv12cX_c(enum AVPixelFormat dstFormat, const uint8_t *chrDither,
|
||||||
|
const int16_t *chrFilter, int chrFilterSize,
|
||||||
const int16_t **chrUSrc, const int16_t **chrVSrc,
|
const int16_t **chrUSrc, const int16_t **chrVSrc,
|
||||||
uint8_t *dest, int chrDstW)
|
uint8_t *dest, int chrDstW)
|
||||||
{
|
{
|
||||||
@@ -475,7 +477,8 @@ static void yuv2p010lX_c(const int16_t *filter, int filterSize,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void yuv2p010cX_c(enum AVPixelFormat dstFormat, const uint8_t *chrDither, const int16_t *chrFilter, int chrFilterSize,
|
static void yuv2p010cX_c(enum AVPixelFormat dstFormat, const uint8_t *chrDither,
|
||||||
|
const int16_t *chrFilter, int chrFilterSize,
|
||||||
const int16_t **chrUSrc, const int16_t **chrVSrc,
|
const int16_t **chrUSrc, const int16_t **chrVSrc,
|
||||||
uint8_t *dest8, int chrDstW)
|
uint8_t *dest8, int chrDstW)
|
||||||
{
|
{
|
||||||
|
@@ -131,7 +131,8 @@ typedef void (*yuv2planarX_fn)(const int16_t *filter, int filterSize,
|
|||||||
* output, this is in uint16_t
|
* output, this is in uint16_t
|
||||||
* @param dstW width of chroma planes
|
* @param dstW width of chroma planes
|
||||||
*/
|
*/
|
||||||
typedef void (*yuv2interleavedX_fn)(enum AVPixelFormat dstFormat, const uint8_t *chrDither,
|
typedef void (*yuv2interleavedX_fn)(enum AVPixelFormat dstFormat,
|
||||||
|
const uint8_t *chrDither,
|
||||||
const int16_t *chrFilter,
|
const int16_t *chrFilter,
|
||||||
int chrFilterSize,
|
int chrFilterSize,
|
||||||
const int16_t **chrUSrc,
|
const int16_t **chrUSrc,
|
||||||
|
Reference in New Issue
Block a user