#include <stddef.h>
Go to the source code of this file.
Functions | |
static void | rgb24tobgr32_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb32tobgr24_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb15to16_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb16to15_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb32to16_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb32tobgr16_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb32to15_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb32tobgr15_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb24tobgr16_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb24to16_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb24tobgr15_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb24to15_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb15tobgr24_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb16tobgr24_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb15to32_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb16to32_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | shuffle_bytes_2103_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | rgb24tobgr24_c (const uint8_t *src, uint8_t *dst, int src_size) |
static void | yuvPlanartoyuy2_c (const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) |
static void | yv12toyuy2_c (const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) |
Height should be a multiple of 2 and width should be a multiple of 16. | |
static void | yuvPlanartouyvy_c (const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) |
static void | yv12touyvy_c (const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) |
Height should be a multiple of 2 and width should be a multiple of 16 (If this is a problem for anyone then tell me, and I will fix it.) | |
static void | yuv422ptouyvy_c (const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) |
Width should be a multiple of 16. | |
static void | yuv422ptoyuy2_c (const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) |
Width should be a multiple of 16. | |
static void | yuy2toyv12_c (const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) |
Height should be a multiple of 2 and width should be a multiple of 16. | |
static void | planar2x_c (const uint8_t *src, uint8_t *dst, int srcWidth, int srcHeight, int srcStride, int dstStride) |
static void | uyvytoyv12_c (const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) |
Height should be a multiple of 2 and width should be a multiple of 16. | |
void | rgb24toyv12_c (const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) |
Height should be a multiple of 2 and width should be a multiple of 2. | |
static void | interleaveBytes_c (const uint8_t *src1, const uint8_t *src2, uint8_t *dest, int width, int height, int src1Stride, int src2Stride, int dstStride) |
static void | vu9_to_vu12_c (const uint8_t *src1, const uint8_t *src2, uint8_t *dst1, uint8_t *dst2, int width, int height, int srcStride1, int srcStride2, int dstStride1, int dstStride2) |
static void | yvu9_to_yuy2_c (const uint8_t *src1, const uint8_t *src2, const uint8_t *src3, uint8_t *dst, int width, int height, int srcStride1, int srcStride2, int srcStride3, int dstStride) |
static void | extract_even_c (const uint8_t *src, uint8_t *dst, int count) |
static void | extract_even2_c (const uint8_t *src, uint8_t *dst0, uint8_t *dst1, int count) |
static void | extract_even2avg_c (const uint8_t *src0, const uint8_t *src1, uint8_t *dst0, uint8_t *dst1, int count) |
static void | extract_odd2_c (const uint8_t *src, uint8_t *dst0, uint8_t *dst1, int count) |
static void | extract_odd2avg_c (const uint8_t *src0, const uint8_t *src1, uint8_t *dst0, uint8_t *dst1, int count) |
static void | yuyvtoyuv420_c (uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) |
static void | yuyvtoyuv422_c (uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) |
static void | uyvytoyuv420_c (uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) |
static void | uyvytoyuv422_c (uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) |
static void | rgb2rgb_init_c (void) |
|
static |
Definition at line 767 of file rgb2rgb_template.c.
Referenced by uyvytoyuv422_c().
|
static |
Definition at line 781 of file rgb2rgb_template.c.
Referenced by uyvytoyuv420_c().
|
static |
Definition at line 755 of file rgb2rgb_template.c.
Referenced by uyvytoyuv420_c(), uyvytoyuv422_c(), yuyvtoyuv420_c(), and yuyvtoyuv422_c().
|
static |
Definition at line 796 of file rgb2rgb_template.c.
Referenced by yuyvtoyuv422_c().
|
static |
Definition at line 811 of file rgb2rgb_template.c.
Referenced by yuyvtoyuv420_c().
|
static |
Definition at line 684 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 541 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 84 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 281 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 251 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 104 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 304 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 266 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 216 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 188 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 202 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 174 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 339 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 29 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
void rgb24toyv12_c | ( | const uint8_t * | src, |
uint8_t * | ydst, | ||
uint8_t * | udst, | ||
uint8_t * | vdst, | ||
int | width, | ||
int | height, | ||
int | lumStride, | ||
int | chromStride, | ||
int | srcStride | ||
) |
Height should be a multiple of 2 and width should be a multiple of 2.
(If this is a problem for anyone then tell me, and I will fix it.) Chrominance data is only taken from every second line, others are ignored in the C version. FIXME: Write HQ version.
Definition at line 629 of file rgb2rgb_template.c.
Referenced by rgb24toyv12_TMPL(), and rgb2rgb_init_c().
Definition at line 904 of file rgb2rgb_template.c.
Referenced by sws_rgb2rgb_init().
|
inlinestatic |
Definition at line 150 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 125 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 162 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 138 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 53 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 327 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
static |
Definition at line 866 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
static |
Definition at line 886 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Height should be a multiple of 2 and width should be a multiple of 16.
(If this is a problem for anyone then tell me, and I will fix it.) Chrominance data is only taken from every second line, others are ignored. FIXME: Write HQ version.
Definition at line 592 of file rgb2rgb_template.c.
|
inlinestatic |
Definition at line 703 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Width should be a multiple of 16.
Definition at line 484 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Width should be a multiple of 16.
Definition at line 497 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 416 of file rgb2rgb_template.c.
Referenced by yuv422ptouyvy_c(), and yv12touyvy_c().
|
inlinestatic |
Definition at line 351 of file rgb2rgb_template.c.
Referenced by yuv422ptoyuy2_c(), and yv12toyuy2_c().
|
inlinestatic |
Height should be a multiple of 2 and width should be a multiple of 16.
(If this is a problem for anyone then tell me, and I will fix it.)
Definition at line 511 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
static |
Definition at line 828 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
static |
Definition at line 848 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Height should be a multiple of 2 and width should be a multiple of 16 (If this is a problem for anyone then tell me, and I will fix it.)
Definition at line 470 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Height should be a multiple of 2 and width should be a multiple of 16.
(If this is a problem for anyone then tell me, and I will fix it.)
Definition at line 405 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().
|
inlinestatic |
Definition at line 726 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init_c().