Searched refs:rgb15to32 (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.c83 FUNC(2, 4, rgb15to32),
H A Drgb2rgb.h40 extern void (*rgb15to32) (const uint8_t *src, uint8_t *dst, long src_size);
H A Drgb2rgb_template.c1205 static inline void RENAME(rgb15to32)(const uint8_t *src, uint8_t *dst, long src_size) function
2710 rgb15to32 = RENAME(rgb15to32);
H A Drgb2rgb.c46 void (*rgb15to32)(const uint8_t *src, uint8_t *dst, long src_size); variable
H A Dswscale.c1797 case 0x83: conv= rgb15to32; break;

Completed in 89 milliseconds