Searched refs:yuy2toyv12 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libswscale/ |
H A D | rgb2rgb.h | 102 extern void (*yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
|
H A D | rgb2rgb.c | 77 void (*yuy2toyv12)(const uint8_t *src, uint8_t *ydst, variable
|
H A D | rgb2rgb_template.c | 980 yuy2toyv12 = yuy2toyv12_c; in rgb2rgb_init_c()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | rgb2rgb_template.c | 1239 static inline void RENAME(yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in yuy2toyv12() function 2427 yuy2toyv12 = RENAME(yuy2toyv12); in rgb2rgb_init()
|
Completed in 7 milliseconds