FFmpeg
4.0
|
#include <stddef.h>
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/x86/asm.h"
Go to the source code of this file.
Macros | |
#define | PREFETCH " # nop" |
#define | EMMS "emms" |
#define | MOVNTQ "movq" |
#define | SFENCE " # nop" |
#define | STORE_BGR24_MMX |
#define | PACK_RGB32 |
Functions | |
static void RENAME() | rgb24tobgr32 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb32tobgr24 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb15to16 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb16to15 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb32to16 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb32tobgr16 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb32to15 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb32tobgr15 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb24tobgr16 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb24to16 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb24tobgr15 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb24to15 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb15tobgr24 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb16tobgr24 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb15to32 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb16to32 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | shuffle_bytes_2103 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | rgb24tobgr24 (const uint8_t *src, uint8_t *dst, int src_size) |
static void RENAME() | yuvPlanartoyuy2 (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 RENAME() | yv12toyuy2 (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. More... | |
static void RENAME() | yuvPlanartouyvy (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 RENAME() | yv12touyvy (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.) More... | |
static void RENAME() | yuv422ptouyvy (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. More... | |
static void RENAME() | yuv422ptoyuy2 (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. More... | |
static void RENAME() | yuy2toyv12 (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. More... | |
static void RENAME() | uyvytoyv12 (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. More... | |
static void RENAME() | interleaveBytes (const uint8_t *src1, const uint8_t *src2, uint8_t *dest, int width, int height, int src1Stride, int src2Stride, int dstStride) |
Height should be a multiple of 2 and width should be a multiple of 2. More... | |
static void RENAME() | vu9_to_vu12 (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 RENAME() | yvu9_to_yuy2 (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 RENAME() | extract_even (const uint8_t *src, uint8_t *dst, x86_reg count) |
static void RENAME() | extract_odd (const uint8_t *src, uint8_t *dst, x86_reg count) |
static void RENAME() | extract_even2 (const uint8_t *src, uint8_t *dst0, uint8_t *dst1, x86_reg count) |
static void RENAME() | extract_even2avg (const uint8_t *src0, const uint8_t *src1, uint8_t *dst0, uint8_t *dst1, x86_reg count) |
static void RENAME() | extract_odd2 (const uint8_t *src, uint8_t *dst0, uint8_t *dst1, x86_reg count) |
static void RENAME() | extract_odd2avg (const uint8_t *src0, const uint8_t *src1, uint8_t *dst0, uint8_t *dst1, x86_reg count) |
static void RENAME() | yuyvtoyuv420 (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 RENAME() | yuyvtoyuv422 (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 RENAME() | uyvytoyuv420 (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 RENAME() | uyvytoyuv422 (uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) |
static av_cold void RENAME() | rgb2rgb_init (void) |
#define PREFETCH " # nop" |
Definition at line 46 of file rgb2rgb_template.c.
Referenced by interleaveBytes(), rgb15to16(), rgb15to32(), rgb15tobgr24(), rgb16to15(), rgb16to32(), rgb16tobgr24(), rgb24to15(), rgb24to16(), rgb24tobgr15(), rgb24tobgr16(), rgb24tobgr24(), rgb24tobgr32(), rgb32to15(), rgb32to16(), rgb32tobgr15(), rgb32tobgr16(), rgb32tobgr24(), shuffle_bytes_2103(), uyvytoyv12(), vu9_to_vu12(), yuvPlanartouyvy(), yuvPlanartoyuy2(), yuy2toyv12(), and yvu9_to_yuy2().
#define EMMS "emms" |
Definition at line 53 of file rgb2rgb_template.c.
Referenced by interleaveBytes(), rgb15to16(), rgb15to32(), rgb15tobgr24(), rgb16to15(), rgb16to32(), rgb16tobgr24(), rgb24to15(), rgb24to16(), rgb24tobgr15(), rgb24tobgr16(), rgb24tobgr24(), rgb24tobgr32(), rgb32to15(), rgb32to16(), rgb32tobgr15(), rgb32tobgr16(), rgb32tobgr24(), shuffle_bytes_2103(), uyvytoyuv420(), uyvytoyuv422(), uyvytoyv12(), vu9_to_vu12(), yuvPlanartouyvy(), yuvPlanartoyuy2(), yuy2toyv12(), yuyvtoyuv420(), yuyvtoyuv422(), and yvu9_to_yuy2().
#define MOVNTQ "movq" |
Definition at line 60 of file rgb2rgb_template.c.
Referenced by extract_even(), extract_even2(), extract_even2avg(), extract_odd(), extract_odd2(), extract_odd2avg(), interleaveBytes(), rgb15to16(), rgb16to15(), rgb24to15(), rgb24to16(), rgb24tobgr15(), rgb24tobgr16(), rgb24tobgr24(), rgb24tobgr32(), rgb32to15(), rgb32to16(), rgb32tobgr15(), rgb32tobgr16(), shuffle_bytes_2103(), uyvytoyv12(), vu9_to_vu12(), yuvPlanartouyvy(), yuvPlanartoyuy2(), yuy2toyv12(), and yvu9_to_yuy2().
#define SFENCE " # nop" |
Definition at line 61 of file rgb2rgb_template.c.
Referenced by interleaveBytes(), rgb15to16(), rgb15to32(), rgb15tobgr24(), rgb16to15(), rgb16to32(), rgb16tobgr24(), rgb24to15(), rgb24to16(), rgb24tobgr15(), rgb24tobgr16(), rgb24tobgr24(), rgb24tobgr32(), rgb32to15(), rgb32to16(), rgb32tobgr15(), rgb32tobgr16(), rgb32tobgr24(), shuffle_bytes_2103(), uyvytoyuv420(), uyvytoyuv422(), uyvytoyv12(), vu9_to_vu12(), yuvPlanartouyvy(), yuvPlanartoyuy2(), yuy2toyv12(), yuyvtoyuv420(), yuyvtoyuv422(), and yvu9_to_yuy2().
#define STORE_BGR24_MMX |
Definition at line 112 of file rgb2rgb_template.c.
Referenced by rgb15tobgr24(), rgb16tobgr24(), and rgb32tobgr24().
#define PACK_RGB32 |
Definition at line 938 of file rgb2rgb_template.c.
Referenced by rgb15to32(), and rgb16to32().
Definition at line 68 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 146 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 189 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 232 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 280 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 330 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 385 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 435 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 490 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 547 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 604 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 661 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 718 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 824 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 950 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 993 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
|
inlinestatic |
Definition at line 1037 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 1099 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
|
inlinestatic |
Definition at line 1167 of file rgb2rgb_template.c.
Referenced by yuv422ptoyuy2(), and yv12toyuy2().
|
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 1224 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
|
inlinestatic |
Definition at line 1232 of file rgb2rgb_template.c.
Referenced by yuv422ptouyvy(), and yv12touyvy().
|
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 1289 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
|
inlinestatic |
Width should be a multiple of 16.
Definition at line 1300 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
|
inlinestatic |
Width should be a multiple of 16.
Definition at line 1310 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and 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 1321 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and 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 1527 of file rgb2rgb_template.c.
|
static |
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 1888 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
|
inlinestatic |
Definition at line 1996 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
|
inlinestatic |
Definition at line 2088 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
Definition at line 2175 of file rgb2rgb_template.c.
Referenced by yuyvtoyuv420(), and yuyvtoyuv422().
Definition at line 2212 of file rgb2rgb_template.c.
Referenced by uyvytoyuv420(), and uyvytoyuv422().
|
static |
Definition at line 2251 of file rgb2rgb_template.c.
Referenced by uyvytoyuv422().
|
static |
Definition at line 2298 of file rgb2rgb_template.c.
Referenced by uyvytoyuv420().
|
static |
Definition at line 2352 of file rgb2rgb_template.c.
Referenced by yuyvtoyuv422().
|
static |
Definition at line 2400 of file rgb2rgb_template.c.
Referenced by yuyvtoyuv420().
|
static |
Definition at line 2455 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
|
static |
Definition at line 2481 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
|
static |
Definition at line 2505 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().
|
static |
Definition at line 2531 of file rgb2rgb_template.c.
Referenced by rgb2rgb_init(), and rgb2rgb_init_c().