Searched refs:planar2x (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libswscale/ |
H A D | rgb2rgb.h | 131 extern void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height,
|
H A D | rgb2rgb.c | 86 void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height, variable
|
H A D | rgb2rgb_template.c | 981 planar2x = planar2x_c; in rgb2rgb_init_c()
|
H A D | swscale_unscaled.c | 1664 planar2x(src[1], dst[1] + dstStride[1] * (srcSliceY >> 1), c->chrSrcW, in yvu9ToYv12Wrapper() 1666 planar2x(src[2], dst[2] + dstStride[2] * (srcSliceY >> 1), c->chrSrcW, in yvu9ToYv12Wrapper()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | rgb2rgb_template.c | 1337 static inline void RENAME(planar2x)(const uint8_t *src, uint8_t *dst, int srcWidth, int srcHeight, int srcStride, int dstStride) in planar2x() function 2435 planar2x = RENAME(planar2x); in rgb2rgb_init()
|
Completed in 11 milliseconds