Lines Matching refs:int16_t
69 static void RENAME(yuv2yuvX)(const int16_t *filter, int filterSize, in RENAME()
70 const int16_t **src, uint8_t *dest, int dstW, in RENAME()
340 static void RENAME(yuv2rgb32_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME()
341 const int16_t **lumSrc, int lumFilterSize, in RENAME()
342 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
343 const int16_t **chrVSrc, in RENAME()
344 int chrFilterSize, const int16_t **alpSrc, in RENAME()
373 static void RENAME(yuv2rgb32_X)(SwsContext *c, const int16_t *lumFilter, in RENAME()
374 const int16_t **lumSrc, int lumFilterSize, in RENAME()
375 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
376 const int16_t **chrVSrc, in RENAME()
377 int chrFilterSize, const int16_t **alpSrc, in RENAME()
402 static void RENAME(yuv2bgr32_X)(SwsContext *c, const int16_t *lumFilter, in RENAME()
403 const int16_t **lumSrc, int lumFilterSize, in RENAME()
404 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
405 const int16_t **chrVSrc, in RENAME()
406 int chrFilterSize, const int16_t **alpSrc, in RENAME()
459 static void RENAME(yuv2rgb565_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME()
460 const int16_t **lumSrc, int lumFilterSize, in RENAME()
461 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
462 const int16_t **chrVSrc, in RENAME()
463 int chrFilterSize, const int16_t **alpSrc, in RENAME()
483 static void RENAME(yuv2rgb565_X)(SwsContext *c, const int16_t *lumFilter, in RENAME()
484 const int16_t **lumSrc, int lumFilterSize, in RENAME()
485 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
486 const int16_t **chrVSrc, in RENAME()
487 int chrFilterSize, const int16_t **alpSrc, in RENAME()
536 static void RENAME(yuv2rgb555_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME()
537 const int16_t **lumSrc, int lumFilterSize, in RENAME()
538 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
539 const int16_t **chrVSrc, in RENAME()
540 int chrFilterSize, const int16_t **alpSrc, in RENAME()
560 static void RENAME(yuv2rgb555_X)(SwsContext *c, const int16_t *lumFilter, in RENAME()
561 const int16_t **lumSrc, int lumFilterSize, in RENAME()
562 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
563 const int16_t **chrVSrc, in RENAME()
564 int chrFilterSize, const int16_t **alpSrc, in RENAME()
694 static void RENAME(yuv2bgr24_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME()
695 const int16_t **lumSrc, int lumFilterSize, in RENAME()
696 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
697 const int16_t **chrVSrc, in RENAME()
698 int chrFilterSize, const int16_t **alpSrc, in RENAME()
719 static void RENAME(yuv2bgr24_X)(SwsContext *c, const int16_t *lumFilter, in RENAME()
720 const int16_t **lumSrc, int lumFilterSize, in RENAME()
721 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
722 const int16_t **chrVSrc, in RENAME()
723 int chrFilterSize, const int16_t **alpSrc, in RENAME()
762 static void RENAME(yuv2yuyv422_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME()
763 const int16_t **lumSrc, int lumFilterSize, in RENAME()
764 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
765 const int16_t **chrVSrc, in RENAME()
766 int chrFilterSize, const int16_t **alpSrc, in RENAME()
783 static void RENAME(yuv2yuyv422_X)(SwsContext *c, const int16_t *lumFilter, in RENAME()
784 const int16_t **lumSrc, int lumFilterSize, in RENAME()
785 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
786 const int16_t **chrVSrc, in RENAME()
787 int chrFilterSize, const int16_t **alpSrc, in RENAME()
884 static void RENAME(yuv2rgb32_2)(SwsContext *c, const int16_t *buf[2], in RENAME()
885 const int16_t *ubuf[2], const int16_t *vbuf[2], in RENAME()
886 const int16_t *abuf[2], uint8_t *dest, in RENAME()
889 const int16_t *buf0 = buf[0], *buf1 = buf[1], in RENAME()
893 const int16_t *abuf0 = abuf[0], *abuf1 = abuf[1]; in RENAME()
948 static void RENAME(yuv2bgr24_2)(SwsContext *c, const int16_t *buf[2], in RENAME()
949 const int16_t *ubuf[2], const int16_t *vbuf[2], in RENAME()
950 const int16_t *abuf[2], uint8_t *dest, in RENAME()
953 const int16_t *buf0 = buf[0], *buf1 = buf[1], in RENAME()
971 static void RENAME(yuv2rgb555_2)(SwsContext *c, const int16_t *buf[2], in RENAME()
972 const int16_t *ubuf[2], const int16_t *vbuf[2], in RENAME()
973 const int16_t *abuf[2], uint8_t *dest, in RENAME()
976 const int16_t *buf0 = buf[0], *buf1 = buf[1], in RENAME()
1000 static void RENAME(yuv2rgb565_2)(SwsContext *c, const int16_t *buf[2], in RENAME()
1001 const int16_t *ubuf[2], const int16_t *vbuf[2], in RENAME()
1002 const int16_t *abuf[2], uint8_t *dest, in RENAME()
1005 const int16_t *buf0 = buf[0], *buf1 = buf[1], in RENAME()
1069 static void RENAME(yuv2yuyv422_2)(SwsContext *c, const int16_t *buf[2], in RENAME()
1070 const int16_t *ubuf[2], const int16_t *vbuf[2], in RENAME()
1071 const int16_t *abuf[2], uint8_t *dest, in RENAME()
1074 const int16_t *buf0 = buf[0], *buf1 = buf[1], in RENAME()
1208 static void RENAME(yuv2rgb32_1)(SwsContext *c, const int16_t *buf0, in RENAME()
1209 const int16_t *ubuf[2], const int16_t *vbuf[2], in RENAME()
1210 const int16_t *abuf0, uint8_t *dest, in RENAME()
1213 const int16_t *ubuf0 = ubuf[0]; in RENAME()
1214 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1 in RENAME()
1217 const int16_t *ubuf1 = ubuf[0]; in RENAME()
1246 const int16_t *ubuf1 = ubuf[1]; in RENAME()
1277 static void RENAME(yuv2bgr24_1)(SwsContext *c, const int16_t *buf0, in RENAME()
1278 const int16_t *ubuf[2], const int16_t *vbuf[2], in RENAME()
1279 const int16_t *abuf0, uint8_t *dest, in RENAME()
1282 const int16_t *ubuf0 = ubuf[0]; in RENAME()
1283 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1 in RENAME()
1286 const int16_t *ubuf1 = ubuf[0]; in RENAME()
1301 const int16_t *ubuf1 = ubuf[1]; in RENAME()
1318 static void RENAME(yuv2rgb555_1)(SwsContext *c, const int16_t *buf0, in RENAME()
1319 const int16_t *ubuf[2], const int16_t *vbuf[2], in RENAME()
1320 const int16_t *abuf0, uint8_t *dest, in RENAME()
1323 const int16_t *ubuf0 = ubuf[0]; in RENAME()
1324 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1 in RENAME()
1327 const int16_t *ubuf1 = ubuf[0]; in RENAME()
1348 const int16_t *ubuf1 = ubuf[1]; in RENAME()
1371 static void RENAME(yuv2rgb565_1)(SwsContext *c, const int16_t *buf0, in RENAME()
1372 const int16_t *ubuf[2], const int16_t *vbuf[2], in RENAME()
1373 const int16_t *abuf0, uint8_t *dest, in RENAME()
1376 const int16_t *ubuf0 = ubuf[0]; in RENAME()
1377 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1 in RENAME()
1380 const int16_t *ubuf1 = ubuf[0]; in RENAME()
1401 const int16_t *ubuf1 = ubuf[1]; in RENAME()
1461 static void RENAME(yuv2yuyv422_1)(SwsContext *c, const int16_t *buf0, in RENAME()
1462 const int16_t *ubuf[2], const int16_t *vbuf[2], in RENAME()
1463 const int16_t *abuf0, uint8_t *dest, in RENAME()
1466 const int16_t *ubuf0 = ubuf[0]; in RENAME()
1467 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1 in RENAME()
1470 const int16_t *ubuf1 = ubuf[0]; in RENAME()
1483 const int16_t *ubuf1 = ubuf[1]; in RENAME()