Home
last modified time | relevance | path

Searched refs:rgb24to15 (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libswscale/tests/
H A Dcolorspace.c64 FUNC(3, 2, rgb24to15), in main()
/third_party/ffmpeg/libswscale/
H A Drgb2rgb.h46 extern void (*rgb24to15)(const uint8_t *src, uint8_t *dst, int src_size);
H A Drgb2rgb.c48 void (*rgb24to15)(const uint8_t *src, uint8_t *dst, int src_size); variable
H A Drgb2rgb_template.c961 rgb24to15 = rgb24to15_c; in rgb2rgb_init_c()
H A Dswscale_unscaled.c1533 case 0x000F0018: conv = rgb24to15; break; in findRgbConvFn()
/third_party/ffmpeg/libswscale/x86/
H A Drgb2rgb_template.c641 static inline void RENAME(rgb24to15)(const uint8_t *src, uint8_t *dst, int src_size) in rgb24to15() function
2418 rgb24to15 = RENAME(rgb24to15); in rgb2rgb_init()

Completed in 20 milliseconds