Searched refs:yuv422ptoyuy2 (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | rgb2rgb.h | 97 extern void (*yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t…
|
D | rgb2rgb.c | 69 void (*yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, variable
|
D | rgb2rgb_template.c | 980 yuv422ptoyuy2 = yuv422ptoyuy2_c; in rgb2rgb_init_c()
|
D | swscale_unscaled.c | 356 yuv422ptoyuy2(src[0], src[1], src[2], dst, c->srcW, srcSliceH, srcStride[0], in yuv422pToYuy2Wrapper()
|
/third_party/ffmpeg/libswscale/x86/ |
D | rgb2rgb_template.c | 1248 static inline void RENAME(yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *v… in RENAME() argument 2517 yuv422ptoyuy2 = RENAME(yuv422ptoyuy2); in RENAME()
|