Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
H A Drgb2rgb.h94 extern void (*yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
H A Drgb2rgb.c69 void (*yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, variable
H A Drgb2rgb_template.c978 yuv422ptoyuy2 = yuv422ptoyuy2_c; in rgb2rgb_init_c()
H A Dswscale_unscaled.c356 yuv422ptoyuy2(src[0], src[1], src[2], dst, c->srcW, srcSliceH, srcStride[0], in yuv422pToYuy2Wrapper()
/third_party/ffmpeg/libswscale/x86/
H A Drgb2rgb_template.c1228 static inline void RENAME(yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, in yuv422ptoyuy2() function
2425 yuv422ptoyuy2 = RENAME(yuv422ptoyuy2); in rgb2rgb_init()

Completed in 11 milliseconds