Searched refs:rgb24to15 (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.c86 FUNC(3, 2, rgb24to15),
H A Drgb2rgb.h46 extern void (*rgb24to15) (const uint8_t *src, uint8_t *dst, long src_size);
H A Drgb2rgb_template.c838 static inline void RENAME(rgb24to15)(const uint8_t *src, uint8_t *dst, long src_size) function
2720 rgb24to15 = RENAME(rgb24to15);
H A Drgb2rgb.c52 void (*rgb24to15)(const uint8_t *src, uint8_t *dst, long src_size); variable
H A Dswscale.c1789 case 0x36: conv= rgb24to15; break;

Completed in 47 milliseconds