Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/tests/
H A Dcolorspace.c70 FUNC(2, 2, rgb16to15), in main()
/third_party/ffmpeg/libswscale/
H A Drgb2rgb.h41 extern void (*rgb16to15)(const uint8_t *src, uint8_t *dst, int src_size);
H A Drgb2rgb.c50 void (*rgb16to15)(const uint8_t *src, uint8_t *dst, int src_size); variable
H A Drgb2rgb_template.c954 rgb16to15 = rgb16to15_c; in rgb2rgb_init_c()
H A Dswscale_unscaled.c1532 case 0x000F0010: conv = rgb16to15; break; in findRgbConvFn()
/third_party/ffmpeg/libswscale/x86/
H A Drgb2rgb_template.c212 static inline void RENAME(rgb16to15)(const uint8_t *src, uint8_t *dst, int src_size) in rgb16to15() function
2411 rgb16to15 = RENAME(rgb16to15); in rgb2rgb_init()

Completed in 11 milliseconds