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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dcs_test.c87 FUNC(3, 2, rgb24to16),
H A Drgb2rgb.h45 extern void (*rgb24to16) (const uint8_t *src, uint8_t *dst, long src_size);
H A Drgb2rgb_template.c712 static inline void RENAME(rgb24to16)(const uint8_t *src, uint8_t *dst, long src_size) function
2721 rgb24to16 = RENAME(rgb24to16);
H A Drgb2rgb.c51 void (*rgb24to16)(const uint8_t *src, uint8_t *dst, long src_size); variable
H A Dswscale.c1792 case 0x46: conv= rgb24to16; break;

Completed in 166 milliseconds