Home
last modified time | relevance | path

Searched refs:planar2x (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Drgb2rgb.h131 extern void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height,
H A Drgb2rgb.c86 void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height, variable
H A Drgb2rgb_template.c981 planar2x = planar2x_c; in rgb2rgb_init_c()
H A Dswscale_unscaled.c1664 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 Drgb2rgb_template.c1337 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