Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/tests/
H A Dcolorspace.c67 FUNC(4, 2, rgb32to15), in main()
/third_party/ffmpeg/libswscale/
H A Drgb2rgb.h37 extern void (*rgb32to15)(const uint8_t *src, uint8_t *dst, int src_size);
H A Drgb2rgb.c46 void (*rgb32to15)(const uint8_t *src, uint8_t *dst, int src_size); variable
H A Drgb2rgb_template.c959 rgb32to15 = rgb32to15_c; in rgb2rgb_init_c()
H A Dswscale_unscaled.c1534 case 0x000F0020: conv = rgb32to15; break; in findRgbConvFn()
/third_party/ffmpeg/libswscale/x86/
H A Drgb2rgb_template.c365 static inline void RENAME(rgb32to15)(const uint8_t *src, uint8_t *dst, int src_size) in rgb32to15() function
2416 rgb32to15 = RENAME(rgb32to15); in rgb2rgb_init()

Completed in 11 milliseconds