Lines Matching refs:int16_t

253 static void RENAME(yuv2rgb32_X_ar)(SwsContext *c, const int16_t *lumFilter,
254 const int16_t **lumSrc, int lumFilterSize,
255 const int16_t *chrFilter, const int16_t **chrUSrc,
256 const int16_t **chrVSrc,
257 int chrFilterSize, const int16_t **alpSrc,
286 static void RENAME(yuv2rgb32_X)(SwsContext *c, const int16_t *lumFilter,
287 const int16_t **lumSrc, int lumFilterSize,
288 const int16_t *chrFilter, const int16_t **chrUSrc,
289 const int16_t **chrVSrc,
290 int chrFilterSize, const int16_t **alpSrc,
315 static void RENAME(yuv2bgr32_X)(SwsContext *c, const int16_t *lumFilter,
316 const int16_t **lumSrc, int lumFilterSize,
317 const int16_t *chrFilter, const int16_t **chrUSrc,
318 const int16_t **chrVSrc,
319 int chrFilterSize, const int16_t **alpSrc,
372 static void RENAME(yuv2rgb565_X_ar)(SwsContext *c, const int16_t *lumFilter,
373 const int16_t **lumSrc, int lumFilterSize,
374 const int16_t *chrFilter, const int16_t **chrUSrc,
375 const int16_t **chrVSrc,
376 int chrFilterSize, const int16_t **alpSrc,
396 static void RENAME(yuv2rgb565_X)(SwsContext *c, const int16_t *lumFilter,
397 const int16_t **lumSrc, int lumFilterSize,
398 const int16_t *chrFilter, const int16_t **chrUSrc,
399 const int16_t **chrVSrc,
400 int chrFilterSize, const int16_t **alpSrc,
449 static void RENAME(yuv2rgb555_X_ar)(SwsContext *c, const int16_t *lumFilter,
450 const int16_t **lumSrc, int lumFilterSize,
451 const int16_t *chrFilter, const int16_t **chrUSrc,
452 const int16_t **chrVSrc,
453 int chrFilterSize, const int16_t **alpSrc,
473 static void RENAME(yuv2rgb555_X)(SwsContext *c, const int16_t *lumFilter,
474 const int16_t **lumSrc, int lumFilterSize,
475 const int16_t *chrFilter, const int16_t **chrUSrc,
476 const int16_t **chrVSrc,
477 int chrFilterSize, const int16_t **alpSrc,
602 static void RENAME(yuv2bgr24_X_ar)(SwsContext *c, const int16_t *lumFilter,
603 const int16_t **lumSrc, int lumFilterSize,
604 const int16_t *chrFilter, const int16_t **chrUSrc,
605 const int16_t **chrVSrc,
606 int chrFilterSize, const int16_t **alpSrc,
627 static void RENAME(yuv2bgr24_X)(SwsContext *c, const int16_t *lumFilter,
628 const int16_t **lumSrc, int lumFilterSize,
629 const int16_t *chrFilter, const int16_t **chrUSrc,
630 const int16_t **chrVSrc,
631 int chrFilterSize, const int16_t **alpSrc,
670 static void RENAME(yuv2yuyv422_X_ar)(SwsContext *c, const int16_t *lumFilter,
671 const int16_t **lumSrc, int lumFilterSize,
672 const int16_t *chrFilter, const int16_t **chrUSrc,
673 const int16_t **chrVSrc,
674 int chrFilterSize, const int16_t **alpSrc,
691 static void RENAME(yuv2yuyv422_X)(SwsContext *c, const int16_t *lumFilter,
692 const int16_t **lumSrc, int lumFilterSize,
693 const int16_t *chrFilter, const int16_t **chrUSrc,
694 const int16_t **chrVSrc,
695 int chrFilterSize, const int16_t **alpSrc,
792 static void RENAME(yuv2rgb32_2)(SwsContext *c, const int16_t *buf[2],
793 const int16_t *ubuf[2], const int16_t *vbuf[2],
794 const int16_t *abuf[2], uint8_t *dest,
797 const int16_t *buf0 = buf[0], *buf1 = buf[1],
801 const int16_t *abuf0 = abuf[0], *abuf1 = abuf[1];
856 static void RENAME(yuv2bgr24_2)(SwsContext *c, const int16_t *buf[2],
857 const int16_t *ubuf[2], const int16_t *vbuf[2],
858 const int16_t *abuf[2], uint8_t *dest,
861 const int16_t *buf0 = buf[0], *buf1 = buf[1],
879 static void RENAME(yuv2rgb555_2)(SwsContext *c, const int16_t *buf[2],
880 const int16_t *ubuf[2], const int16_t *vbuf[2],
881 const int16_t *abuf[2], uint8_t *dest,
884 const int16_t *buf0 = buf[0], *buf1 = buf[1],
908 static void RENAME(yuv2rgb565_2)(SwsContext *c, const int16_t *buf[2],
909 const int16_t *ubuf[2], const int16_t *vbuf[2],
910 const int16_t *abuf[2], uint8_t *dest,
913 const int16_t *buf0 = buf[0], *buf1 = buf[1],
977 static void RENAME(yuv2yuyv422_2)(SwsContext *c, const int16_t *buf[2],
978 const int16_t *ubuf[2], const int16_t *vbuf[2],
979 const int16_t *abuf[2], uint8_t *dest,
982 const int16_t *buf0 = buf[0], *buf1 = buf[1],
1116 static void RENAME(yuv2rgb32_1)(SwsContext *c, const int16_t *buf0,
1117 const int16_t *ubuf[2], const int16_t *vbuf[2],
1118 const int16_t *abuf0, uint8_t *dest,
1121 const int16_t *ubuf0 = ubuf[0];
1122 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1
1125 const int16_t *ubuf1 = ubuf[0];
1154 const int16_t *ubuf1 = ubuf[1];
1185 static void RENAME(yuv2bgr24_1)(SwsContext *c, const int16_t *buf0,
1186 const int16_t *ubuf[2], const int16_t *vbuf[2],
1187 const int16_t *abuf0, uint8_t *dest,
1190 const int16_t *ubuf0 = ubuf[0];
1191 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1
1194 const int16_t *ubuf1 = ubuf[0];
1209 const int16_t *ubuf1 = ubuf[1];
1226 static void RENAME(yuv2rgb555_1)(SwsContext *c, const int16_t *buf0,
1227 const int16_t *ubuf[2], const int16_t *vbuf[2],
1228 const int16_t *abuf0, uint8_t *dest,
1231 const int16_t *ubuf0 = ubuf[0];
1232 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1
1235 const int16_t *ubuf1 = ubuf[0];
1256 const int16_t *ubuf1 = ubuf[1];
1279 static void RENAME(yuv2rgb565_1)(SwsContext *c, const int16_t *buf0,
1280 const int16_t *ubuf[2], const int16_t *vbuf[2],
1281 const int16_t *abuf0, uint8_t *dest,
1284 const int16_t *ubuf0 = ubuf[0];
1285 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1
1288 const int16_t *ubuf1 = ubuf[0];
1309 const int16_t *ubuf1 = ubuf[1];
1369 static void RENAME(yuv2yuyv422_1)(SwsContext *c, const int16_t *buf0,
1370 const int16_t *ubuf[2], const int16_t *vbuf[2],
1371 const int16_t *abuf0, uint8_t *dest,
1374 const int16_t *ubuf0 = ubuf[0];
1375 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1
1378 const int16_t *ubuf1 = ubuf[0];
1391 const int16_t *ubuf1 = ubuf[1];