40 { 1, 3, 1, 3, 1, 3, 1, 3, },
41 { 2, 0, 2, 0, 2, 0, 2, 0, },
42 { 1, 3, 1, 3, 1, 3, 1, 3, },
46 { 6, 2, 6, 2, 6, 2, 6, 2, },
47 { 0, 4, 0, 4, 0, 4, 0, 4, },
48 { 6, 2, 6, 2, 6, 2, 6, 2, },
52 { 8, 4, 11, 7, 8, 4, 11, 7, },
53 { 2, 14, 1, 13, 2, 14, 1, 13, },
54 { 10, 6, 9, 5, 10, 6, 9, 5, },
55 { 0, 12, 3, 15, 0, 12, 3, 15, },
56 { 8, 4, 11, 7, 8, 4, 11, 7, },
60 { 17, 9, 23, 15, 16, 8, 22, 14, },
61 { 5, 29, 3, 27, 4, 28, 2, 26, },
62 { 21, 13, 19, 11, 20, 12, 18, 10, },
63 { 0, 24, 6, 30, 1, 25, 7, 31, },
64 { 16, 8, 22, 14, 17, 9, 23, 15, },
65 { 4, 28, 2, 26, 5, 29, 3, 27, },
66 { 20, 12, 18, 10, 21, 13, 19, 11, },
67 { 1, 25, 7, 31, 0, 24, 6, 30, },
68 { 17, 9, 23, 15, 16, 8, 22, 14, },
72 { 0, 55, 14, 68, 3, 58, 17, 72, },
73 { 37, 18, 50, 32, 40, 22, 54, 35, },
74 { 9, 64, 5, 59, 13, 67, 8, 63, },
75 { 46, 27, 41, 23, 49, 31, 44, 26, },
76 { 2, 57, 16, 71, 1, 56, 15, 70, },
77 { 39, 21, 52, 34, 38, 19, 51, 33, },
78 { 11, 66, 7, 62, 10, 65, 6, 60, },
79 { 48, 30, 43, 25, 47, 29, 42, 24, },
80 { 0, 55, 14, 68, 3, 58, 17, 72, },
85 {117, 62, 158, 103, 113, 58, 155, 100, },
86 { 34, 199, 21, 186, 31, 196, 17, 182, },
87 {144, 89, 131, 76, 141, 86, 127, 72, },
88 { 0, 165, 41, 206, 10, 175, 52, 217, },
89 {110, 55, 151, 96, 120, 65, 162, 107, },
90 { 28, 193, 14, 179, 38, 203, 24, 189, },
91 {138, 83, 124, 69, 148, 93, 134, 79, },
92 { 7, 172, 48, 213, 3, 168, 45, 210, },
93 {117, 62, 158, 103, 113, 58, 155, 100, },
98 { 0, 143, 18, 200, 2, 156, 25, 215, },
99 { 78, 28, 125, 64, 89, 36, 138, 74, },
100 { 10, 180, 3, 161, 16, 195, 8, 175, },
101 {109, 51, 93, 38, 121, 60, 105, 47, },
102 { 1, 152, 23, 210, 0, 147, 20, 205, },
103 { 85, 33, 134, 71, 81, 30, 130, 67, },
104 { 14, 190, 6, 171, 12, 185, 5, 166, },
105 {117, 57, 101, 44, 113, 54, 97, 41, },
106 { 0, 143, 18, 200, 2, 156, 25, 215, },
111 { 0, 124, 8, 193, 0, 140, 12, 213, },
112 { 55, 14, 104, 42, 66, 19, 119, 52, },
113 { 3, 168, 1, 145, 6, 187, 3, 162, },
114 { 86, 31, 70, 21, 99, 39, 82, 28, },
115 { 0, 134, 11, 206, 0, 129, 9, 200, },
116 { 62, 17, 114, 48, 58, 16, 109, 45, },
117 { 5, 181, 2, 157, 4, 175, 1, 151, },
118 { 95, 36, 78, 26, 90, 34, 74, 24, },
119 { 0, 124, 8, 193, 0, 140, 12, 213, },
124 { 0, 107, 3, 187, 0, 125, 6, 212, },
125 { 39, 7, 86, 28, 49, 11, 102, 36, },
126 { 1, 158, 0, 131, 3, 180, 1, 151, },
127 { 68, 19, 52, 12, 81, 25, 64, 17, },
128 { 0, 119, 5, 203, 0, 113, 4, 195, },
129 { 45, 9, 96, 33, 42, 8, 91, 30, },
130 { 2, 172, 1, 144, 2, 165, 0, 137, },
131 { 77, 23, 60, 15, 72, 21, 56, 14, },
132 { 0, 107, 3, 187, 0, 125, 6, 212, },
136 #define output_pixel(pos, val, bias, signedness) \ 138 AV_WB16(pos, bias + av_clip_ ## signedness ## 16(val >> shift)); \ 140 AV_WL16(pos, bias + av_clip_ ## signedness ## 16(val >> shift)); \ 145 int big_endian,
int output_bits)
151 for (i = 0; i < dstW; i++) {
152 int val = src[i] + (1 << (shift - 1));
159 const int32_t **
src, uint16_t *dest,
int dstW,
160 int big_endian,
int output_bits)
166 for (i = 0; i < dstW; i++) {
167 int val = 1 << (shift - 1);
176 for (j = 0; j < filterSize; j++)
177 val += src[j][i] * (
unsigned)filter[j];
184 const int16_t **chrUSrc,
const int16_t **chrVSrc,
187 uint16_t *dest = (uint16_t*)dest8;
194 for (i = 0; i < chrDstW; i++) {
195 int u = 1 << (shift - 1);
196 int v = 1 << (shift - 1);
201 for (j = 0; j < chrFilterSize; j++) {
202 u += uSrc[j][i] * (unsigned)chrFilter[j];
203 v += vSrc[j][i] * (unsigned)chrFilter[j];
213 #define output_pixel(pos, val) \ 215 AV_WB16(pos, av_clip_uintp2(val >> shift, output_bits)); \ 217 AV_WL16(pos, av_clip_uintp2(val >> shift, output_bits)); \ 222 int big_endian,
int output_bits)
225 int shift = 15 - output_bits;
227 for (i = 0; i < dstW; i++) {
228 int val = src[i] + (1 << (shift - 1));
235 const int16_t **
src, uint16_t *dest,
int dstW,
236 int big_endian,
int output_bits)
239 int shift = 11 + 16 - output_bits;
241 for (i = 0; i < dstW; i++) {
242 int val = 1 << (shift - 1);
245 for (j = 0; j < filterSize; j++)
246 val += src[j][i] * filter[j];
254 #define yuv2NBPS(bits, BE_LE, is_be, template_size, typeX_t) \ 255 static void yuv2plane1_ ## bits ## BE_LE ## _c(const int16_t *src, \ 256 uint8_t *dest, int dstW, \ 257 const uint8_t *dither, int offset)\ 259 yuv2plane1_ ## template_size ## _c_template((const typeX_t *) src, \ 260 (uint16_t *) dest, dstW, is_be, bits); \ 262 static void yuv2planeX_ ## bits ## BE_LE ## _c(const int16_t *filter, int filterSize, \ 263 const int16_t **src, uint8_t *dest, int dstW, \ 264 const uint8_t *dither, int offset)\ 266 yuv2planeX_## template_size ## _c_template(filter, \ 267 filterSize, (const typeX_t **) src, \ 268 (uint16_t *) dest, dstW, is_be, bits); \ 281 static void yuv2planeX_8_c(
const int16_t *
filter,
int filterSize,
286 for (i=0; i<dstW; i++) {
287 int val = dither[(i +
offset) & 7] << 12;
289 for (j=0; j<filterSize; j++)
290 val += src[j][i] * filter[j];
292 dest[i]= av_clip_uint8(val>>19);
300 for (i=0; i<dstW; i++) {
301 int val = (src[i] + dither[(i +
offset) & 7]) >> 7;
302 dest[i]= av_clip_uint8(val);
307 const int16_t **chrUSrc,
const int16_t **chrVSrc,
315 for (i=0; i<chrDstW; i++) {
316 int u = chrDither[i & 7] << 12;
317 int v = chrDither[(i + 3) & 7] << 12;
319 for (j=0; j<chrFilterSize; j++) {
320 u += chrUSrc[j][i] * chrFilter[j];
321 v += chrVSrc[j][i] * chrFilter[j];
324 dest[2*i]= av_clip_uint8(u>>19);
325 dest[2*i+1]= av_clip_uint8(v>>19);
328 for (i=0; i<chrDstW; i++) {
329 int u = chrDither[i & 7] << 12;
330 int v = chrDither[(i + 3) & 7] << 12;
332 for (j=0; j<chrFilterSize; j++) {
333 u += chrUSrc[j][i] * chrFilter[j];
334 v += chrVSrc[j][i] * chrFilter[j];
337 dest[2*i]= av_clip_uint8(v>>19);
338 dest[2*i+1]= av_clip_uint8(u>>19);
343 #define output_pixel(pos, val) \ 345 AV_WB16(pos, av_clip_uintp2(val >> shift, 10) << 6); \ 347 AV_WL16(pos, av_clip_uintp2(val >> shift, 10) << 6); \ 351 uint16_t *dest,
int dstW,
357 for (i = 0; i < dstW; i++) {
358 int val = src[i] + (1 << (shift - 1));
364 const int16_t **
src, uint16_t *dest,
int dstW,
370 for (i = 0; i < dstW; i++) {
371 int val = 1 << (shift - 1);
373 for (j = 0; j < filterSize; j++)
374 val += src[j][i] * filter[j];
381 const int16_t **chrUSrc,
const int16_t **chrVSrc,
384 uint16_t *dest = (uint16_t*)dest8;
389 for (i = 0; i < chrDstW; i++) {
390 int u = 1 << (shift - 1);
391 int v = 1 << (shift - 1);
393 for (j = 0; j < chrFilterSize; j++) {
394 u += chrUSrc[j][i] * chrFilter[j];
395 v += chrVSrc[j][i] * chrFilter[j];
421 yuv2p010lX_c(filter, filterSize, src, (uint16_t*)dest, dstW, 0);
428 yuv2p010lX_c(filter, filterSize, src, (uint16_t*)dest, dstW, 1);
434 #define accumulate_bit(acc, val) \ 437 #define output_pixel(pos, acc) \ 438 if (target == AV_PIX_FMT_MONOBLACK) { \ 446 const int16_t **lumSrc,
int lumFilterSize,
447 const int16_t *chrFilter,
const int16_t **chrUSrc,
448 const int16_t **chrVSrc,
int chrFilterSize,
449 const int16_t **alpSrc,
uint8_t *dest,
int dstW,
457 for (i = 0; i < dstW; i += 2) {
462 for (j = 0; j < lumFilterSize; j++) {
463 Y1 += lumSrc[j][i] * lumFilter[j];
464 Y2 += lumSrc[j][i+1] * lumFilter[j];
468 if ((Y1 | Y2) & 0x100) {
469 Y1 = av_clip_uint8(Y1);
470 Y2 = av_clip_uint8(Y2);
475 acc = 2*acc + (Y1 >= 128);
480 acc = 2*acc + (err >= 128);
499 const int16_t *ubuf[2],
const int16_t *vbuf[2],
500 const int16_t *abuf[2],
uint8_t *dest,
int dstW,
501 int yalpha,
int uvalpha,
int y,
504 const int16_t *buf0 = buf[0], *buf1 = buf[1];
506 int yalpha1 = 4096 - yalpha;
513 for (i = 0; i < dstW; i +=2) {
516 Y = (buf0[i + 0] * yalpha1 + buf1[i + 0] * yalpha) >> 19;
519 acc = 2*acc + (Y >= 128);
522 err = (buf0[i + 1] * yalpha1 + buf1[i + 1] * yalpha) >> 19;
525 acc = 2*acc + (err >= 128);
533 for (i = 0; i < dstW; i += 8) {
536 Y = (buf0[i + 0] * yalpha1 + buf1[i + 0] * yalpha) >> 19;
538 Y = (buf0[i + 1] * yalpha1 + buf1[i + 1] * yalpha) >> 19;
540 Y = (buf0[i + 2] * yalpha1 + buf1[i + 2] * yalpha) >> 19;
542 Y = (buf0[i + 3] * yalpha1 + buf1[i + 3] * yalpha) >> 19;
544 Y = (buf0[i + 4] * yalpha1 + buf1[i + 4] * yalpha) >> 19;
546 Y = (buf0[i + 5] * yalpha1 + buf1[i + 5] * yalpha) >> 19;
548 Y = (buf0[i + 6] * yalpha1 + buf1[i + 6] * yalpha) >> 19;
550 Y = (buf0[i + 7] * yalpha1 + buf1[i + 7] * yalpha) >> 19;
560 const int16_t *ubuf[2],
const int16_t *vbuf[2],
561 const int16_t *abuf0,
uint8_t *dest,
int dstW,
570 for (i = 0; i < dstW; i +=2) {
573 Y = ((buf0[i + 0] + 64) >> 7);
576 acc = 2*acc + (Y >= 128);
579 err = ((buf0[i + 1] + 64) >> 7);
582 acc = 2*acc + (err >= 128);
590 for (i = 0; i < dstW; i += 8) {
607 #undef accumulate_bit 609 #define YUV2PACKEDWRAPPER(name, base, ext, fmt) \ 610 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \ 611 const int16_t **lumSrc, int lumFilterSize, \ 612 const int16_t *chrFilter, const int16_t **chrUSrc, \ 613 const int16_t **chrVSrc, int chrFilterSize, \ 614 const int16_t **alpSrc, uint8_t *dest, int dstW, \ 617 name ## base ## _X_c_template(c, lumFilter, lumSrc, lumFilterSize, \ 618 chrFilter, chrUSrc, chrVSrc, chrFilterSize, \ 619 alpSrc, dest, dstW, y, fmt); \ 622 static void name ## ext ## _2_c(SwsContext *c, const int16_t *buf[2], \ 623 const int16_t *ubuf[2], const int16_t *vbuf[2], \ 624 const int16_t *abuf[2], uint8_t *dest, int dstW, \ 625 int yalpha, int uvalpha, int y) \ 627 name ## base ## _2_c_template(c, buf, ubuf, vbuf, abuf, \ 628 dest, dstW, yalpha, uvalpha, y, fmt); \ 631 static void name ## ext ## _1_c(SwsContext *c, const int16_t *buf0, \ 632 const int16_t *ubuf[2], const int16_t *vbuf[2], \ 633 const int16_t *abuf0, uint8_t *dest, int dstW, \ 634 int uvalpha, int y) \ 636 name ## base ## _1_c_template(c, buf0, ubuf, vbuf, \ 637 abuf0, dest, dstW, uvalpha, \ 644 #define output_pixels(pos, Y1, U, Y2, V) \ 645 if (target == AV_PIX_FMT_YUYV422) { \ 646 dest[pos + 0] = Y1; \ 648 dest[pos + 2] = Y2; \ 650 } else if (target == AV_PIX_FMT_YVYU422) { \ 651 dest[pos + 0] = Y1; \ 653 dest[pos + 2] = Y2; \ 657 dest[pos + 1] = Y1; \ 659 dest[pos + 3] = Y2; \ 664 const int16_t **lumSrc,
int lumFilterSize,
665 const int16_t *chrFilter,
const int16_t **chrUSrc,
666 const int16_t **chrVSrc,
int chrFilterSize,
667 const int16_t **alpSrc,
uint8_t *dest,
int dstW,
672 for (i = 0; i < ((dstW + 1) >> 1); i++) {
679 for (j = 0; j < lumFilterSize; j++) {
680 Y1 += lumSrc[j][i * 2] * lumFilter[j];
681 Y2 += lumSrc[j][i * 2 + 1] * lumFilter[j];
683 for (j = 0; j < chrFilterSize; j++) {
684 U += chrUSrc[j][i] * chrFilter[j];
685 V += chrVSrc[j][i] * chrFilter[j];
691 if ((Y1 | Y2 | U | V) & 0x100) {
692 Y1 = av_clip_uint8(Y1);
693 Y2 = av_clip_uint8(Y2);
694 U = av_clip_uint8(U);
695 V = av_clip_uint8(V);
703 const int16_t *ubuf[2],
const int16_t *vbuf[2],
704 const int16_t *abuf[2],
uint8_t *dest,
int dstW,
705 int yalpha,
int uvalpha,
int y,
708 const int16_t *buf0 = buf[0], *buf1 = buf[1],
709 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1],
710 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1];
711 int yalpha1 = 4096 - yalpha;
712 int uvalpha1 = 4096 - uvalpha;
717 for (i = 0; i < ((dstW + 1) >> 1); i++) {
718 int Y1 = (buf0[i * 2] * yalpha1 + buf1[i * 2] * yalpha) >> 19;
719 int Y2 = (buf0[i * 2 + 1] * yalpha1 + buf1[i * 2 + 1] * yalpha) >> 19;
720 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha) >> 19;
721 int V = (vbuf0[i] * uvalpha1 + vbuf1[i] * uvalpha) >> 19;
723 if ((Y1 | Y2 | U | V) & 0x100) {
724 Y1 = av_clip_uint8(Y1);
725 Y2 = av_clip_uint8(Y2);
726 U = av_clip_uint8(U);
727 V = av_clip_uint8(V);
736 const int16_t *ubuf[2],
const int16_t *vbuf[2],
737 const int16_t *abuf0,
uint8_t *dest,
int dstW,
740 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0];
743 if (uvalpha < 2048) {
744 for (i = 0; i < ((dstW + 1) >> 1); i++) {
745 int Y1 = (buf0[i * 2 ]+64) >> 7;
746 int Y2 = (buf0[i * 2 + 1]+64) >> 7;
747 int U = (ubuf0[i] +64) >> 7;
748 int V = (vbuf0[i] +64) >> 7;
750 if ((Y1 | Y2 | U | V) & 0x100) {
751 Y1 = av_clip_uint8(Y1);
752 Y2 = av_clip_uint8(Y2);
753 U = av_clip_uint8(U);
754 V = av_clip_uint8(V);
757 Y1 = av_clip_uint8(Y1);
758 Y2 = av_clip_uint8(Y2);
759 U = av_clip_uint8(U);
760 V = av_clip_uint8(V);
765 const int16_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1];
766 for (i = 0; i < ((dstW + 1) >> 1); i++) {
767 int Y1 = (buf0[i * 2 ] + 64) >> 7;
768 int Y2 = (buf0[i * 2 + 1] + 64) >> 7;
769 int U = (ubuf0[i] + ubuf1[i]+128) >> 8;
770 int V = (vbuf0[i] + vbuf1[i]+128) >> 8;
772 if ((Y1 | Y2 | U | V) & 0x100) {
773 Y1 = av_clip_uint8(Y1);
774 Y2 = av_clip_uint8(Y2);
775 U = av_clip_uint8(U);
776 V = av_clip_uint8(V);
779 Y1 = av_clip_uint8(Y1);
780 Y2 = av_clip_uint8(Y2);
781 U = av_clip_uint8(U);
782 V = av_clip_uint8(V);
795 #define R_B ((target == AV_PIX_FMT_RGB48LE || target == AV_PIX_FMT_RGB48BE || target == AV_PIX_FMT_RGBA64LE || target == AV_PIX_FMT_RGBA64BE) ? R : B) 796 #define B_R ((target == AV_PIX_FMT_RGB48LE || target == AV_PIX_FMT_RGB48BE || target == AV_PIX_FMT_RGBA64LE || target == AV_PIX_FMT_RGBA64BE) ? B : R) 797 #define output_pixel(pos, val) \ 798 if (isBE(target)) { \ 806 const int32_t **lumSrc,
int lumFilterSize,
807 const int16_t *chrFilter,
const int32_t **chrUSrc,
808 const int32_t **chrVSrc,
int chrFilterSize,
809 const int32_t **alpSrc, uint16_t *dest,
int dstW,
810 int y,
enum AVPixelFormat target,
int hasAlpha,
int eightbytes)
813 int A1 = 0xffff<<14,
A2 = 0xffff<<14;
815 for (i = 0; i < ((dstW + 1) >> 1); i++) {
817 int Y1 = -0x40000000;
818 int Y2 = -0x40000000;
819 int U = -(128 << 23);
820 int V = -(128 << 23);
823 for (j = 0; j < lumFilterSize; j++) {
824 Y1 += lumSrc[j][i * 2] * (unsigned)lumFilter[j];
825 Y2 += lumSrc[j][i * 2 + 1] * (unsigned)lumFilter[j];
827 for (j = 0; j < chrFilterSize; j++) {;
828 U += chrUSrc[j][i] * (unsigned)chrFilter[j];
829 V += chrVSrc[j][i] * (unsigned)chrFilter[j];
835 for (j = 0; j < lumFilterSize; j++) {
836 A1 += alpSrc[j][i * 2] * (unsigned)lumFilter[j];
837 A2 += alpSrc[j][i * 2 + 1] * (unsigned)lumFilter[j];
868 output_pixel(&dest[1], av_clip_uintp2( G + Y1, 30) >> 14);
873 output_pixel(&dest[5], av_clip_uintp2( G + Y2, 30) >> 14);
879 output_pixel(&dest[4], av_clip_uintp2( G + Y2, 30) >> 14);
889 const int32_t *abuf[2], uint16_t *dest,
int dstW,
890 int yalpha,
int uvalpha,
int y,
893 const int32_t *buf0 = buf[0], *buf1 = buf[1],
894 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1],
895 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1],
896 *abuf0 = hasAlpha ? abuf[0] :
NULL,
897 *abuf1 = hasAlpha ? abuf[1] :
NULL;
898 int yalpha1 = 4096 - yalpha;
899 int uvalpha1 = 4096 - uvalpha;
901 int A1 = 0xffff<<14,
A2 = 0xffff<<14;
906 for (i = 0; i < ((dstW + 1) >> 1); i++) {
907 int Y1 = (buf0[i * 2] * yalpha1 + buf1[i * 2] * yalpha) >> 14;
908 int Y2 = (buf0[i * 2 + 1] * yalpha1 + buf1[i * 2 + 1] * yalpha) >> 14;
909 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha - (128 << 23)) >> 14;
910 int V = (vbuf0[i] * uvalpha1 + vbuf1[i] * uvalpha - (128 << 23)) >> 14;
925 A1 = (abuf0[i * 2 ] * yalpha1 + abuf1[i * 2 ] * yalpha) >> 1;
926 A2 = (abuf0[i * 2 + 1] * yalpha1 + abuf1[i * 2 + 1] * yalpha) >> 1;
933 output_pixel(&dest[1], av_clip_uintp2( G + Y1, 30) >> 14);
938 output_pixel(&dest[5], av_clip_uintp2( G + Y2, 30) >> 14);
944 output_pixel(&dest[4], av_clip_uintp2( G + Y2, 30) >> 14);
954 const int32_t *abuf0, uint16_t *dest,
int dstW,
955 int uvalpha,
int y,
enum AVPixelFormat target,
int hasAlpha,
int eightbytes)
957 const int32_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0];
959 int A1 = 0xffff<<14,
A2= 0xffff<<14;
961 if (uvalpha < 2048) {
962 for (i = 0; i < ((dstW + 1) >> 1); i++) {
963 int Y1 = (buf0[i * 2] ) >> 2;
964 int Y2 = (buf0[i * 2 + 1]) >> 2;
965 int U = (ubuf0[i] - (128 << 11)) >> 2;
966 int V = (vbuf0[i] - (128 << 11)) >> 2;
977 A1 = abuf0[i * 2 ] << 11;
978 A2 = abuf0[i * 2 + 1] << 11;
989 output_pixel(&dest[1], av_clip_uintp2( G + Y1, 30) >> 14);
994 output_pixel(&dest[5], av_clip_uintp2( G + Y2, 30) >> 14);
1000 output_pixel(&dest[4], av_clip_uintp2( G + Y2, 30) >> 14);
1006 const int32_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1];
1007 int A1 = 0xffff<<14,
A2 = 0xffff<<14;
1008 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1009 int Y1 = (buf0[i * 2] ) >> 2;
1010 int Y2 = (buf0[i * 2 + 1]) >> 2;
1011 int U = (ubuf0[i] + ubuf1[i] - (128 << 12)) >> 3;
1012 int V = (vbuf0[i] + vbuf1[i] - (128 << 12)) >> 3;
1023 A1 = abuf0[i * 2 ] << 11;
1024 A2 = abuf0[i * 2 + 1] << 11;
1035 output_pixel(&dest[1], av_clip_uintp2( G + Y1, 30) >> 14);
1040 output_pixel(&dest[5], av_clip_uintp2( G + Y2, 30) >> 14);
1046 output_pixel(&dest[4], av_clip_uintp2( G + Y2, 30) >> 14);
1056 const int32_t **lumSrc,
int lumFilterSize,
1057 const int16_t *chrFilter,
const int32_t **chrUSrc,
1058 const int32_t **chrVSrc,
int chrFilterSize,
1059 const int32_t **alpSrc, uint16_t *dest,
int dstW,
1060 int y,
enum AVPixelFormat target,
int hasAlpha,
int eightbytes)
1065 for (i = 0; i < dstW; i++) {
1067 int Y = -0x40000000;
1068 int U = -(128 << 23);
1069 int V = -(128 << 23);
1072 for (j = 0; j < lumFilterSize; j++) {
1073 Y += lumSrc[j][i] * (unsigned)lumFilter[j];
1075 for (j = 0; j < chrFilterSize; j++) {;
1076 U += chrUSrc[j][i] * (unsigned)chrFilter[j];
1077 V += chrVSrc[j][i] * (unsigned)chrFilter[j];
1082 for (j = 0; j < lumFilterSize; j++) {
1083 A += alpSrc[j][i] * (unsigned)lumFilter[j];
1107 output_pixel(&dest[1], av_clip_uintp2( G + Y, 30) >> 14);
1121 const int32_t *abuf[2], uint16_t *dest,
int dstW,
1122 int yalpha,
int uvalpha,
int y,
1125 const int32_t *buf0 = buf[0], *buf1 = buf[1],
1126 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1],
1127 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1],
1128 *abuf0 = hasAlpha ? abuf[0] :
NULL,
1129 *abuf1 = hasAlpha ? abuf[1] :
NULL;
1130 int yalpha1 = 4096 - yalpha;
1131 int uvalpha1 = 4096 - uvalpha;
1138 for (i = 0; i < dstW; i++) {
1139 int Y = (buf0[i] * yalpha1 + buf1[i] * yalpha) >> 14;
1140 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha - (128 << 23)) >> 14;
1141 int V = (vbuf0[i] * uvalpha1 + vbuf1[i] * uvalpha - (128 << 23)) >> 14;
1153 A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha) >> 1;
1159 output_pixel(&dest[1], av_clip_uintp2( G + Y, 30) >> 14);
1173 const int32_t *abuf0, uint16_t *dest,
int dstW,
1174 int uvalpha,
int y,
enum AVPixelFormat target,
int hasAlpha,
int eightbytes)
1176 const int32_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0];
1180 if (uvalpha < 2048) {
1181 for (i = 0; i < dstW; i++) {
1182 int Y = (buf0[i]) >> 2;
1183 int U = (ubuf0[i] - (128 << 11)) >> 2;
1184 int V = (vbuf0[i] - (128 << 11)) >> 2;
1202 output_pixel(&dest[1], av_clip_uintp2( G + Y, 30) >> 14);
1212 const int32_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1];
1214 for (i = 0; i < dstW; i++) {
1215 int Y = (buf0[i] ) >> 2;
1216 int U = (ubuf0[i] + ubuf1[i] - (128 << 12)) >> 3;
1217 int V = (vbuf0[i] + vbuf1[i] - (128 << 12)) >> 3;
1235 output_pixel(&dest[1], av_clip_uintp2( G + Y, 30) >> 14);
1251 #define YUV2PACKED16WRAPPER(name, base, ext, fmt, hasAlpha, eightbytes) \ 1252 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \ 1253 const int16_t **_lumSrc, int lumFilterSize, \ 1254 const int16_t *chrFilter, const int16_t **_chrUSrc, \ 1255 const int16_t **_chrVSrc, int chrFilterSize, \ 1256 const int16_t **_alpSrc, uint8_t *_dest, int dstW, \ 1259 const int32_t **lumSrc = (const int32_t **) _lumSrc, \ 1260 **chrUSrc = (const int32_t **) _chrUSrc, \ 1261 **chrVSrc = (const int32_t **) _chrVSrc, \ 1262 **alpSrc = (const int32_t **) _alpSrc; \ 1263 uint16_t *dest = (uint16_t *) _dest; \ 1264 name ## base ## _X_c_template(c, lumFilter, lumSrc, lumFilterSize, \ 1265 chrFilter, chrUSrc, chrVSrc, chrFilterSize, \ 1266 alpSrc, dest, dstW, y, fmt, hasAlpha, eightbytes); \ 1269 static void name ## ext ## _2_c(SwsContext *c, const int16_t *_buf[2], \ 1270 const int16_t *_ubuf[2], const int16_t *_vbuf[2], \ 1271 const int16_t *_abuf[2], uint8_t *_dest, int dstW, \ 1272 int yalpha, int uvalpha, int y) \ 1274 const int32_t **buf = (const int32_t **) _buf, \ 1275 **ubuf = (const int32_t **) _ubuf, \ 1276 **vbuf = (const int32_t **) _vbuf, \ 1277 **abuf = (const int32_t **) _abuf; \ 1278 uint16_t *dest = (uint16_t *) _dest; \ 1279 name ## base ## _2_c_template(c, buf, ubuf, vbuf, abuf, \ 1280 dest, dstW, yalpha, uvalpha, y, fmt, hasAlpha, eightbytes); \ 1283 static void name ## ext ## _1_c(SwsContext *c, const int16_t *_buf0, \ 1284 const int16_t *_ubuf[2], const int16_t *_vbuf[2], \ 1285 const int16_t *_abuf0, uint8_t *_dest, int dstW, \ 1286 int uvalpha, int y) \ 1288 const int32_t *buf0 = (const int32_t *) _buf0, \ 1289 **ubuf = (const int32_t **) _ubuf, \ 1290 **vbuf = (const int32_t **) _vbuf, \ 1291 *abuf0 = (const int32_t *) _abuf0; \ 1292 uint16_t *dest = (uint16_t *) _dest; \ 1293 name ## base ## _1_c_template(c, buf0, ubuf, vbuf, abuf0, dest, \ 1294 dstW, uvalpha, y, fmt, hasAlpha, eightbytes); \ 1333 unsigned A1,
unsigned A2,
1334 const
void *_r, const
void *_g, const
void *_b,
int y,
1339 uint32_t *dest = (uint32_t *) _dest;
1340 const uint32_t *
r = (
const uint32_t *) _r;
1341 const uint32_t *
g = (
const uint32_t *) _g;
1342 const uint32_t *
b = (
const uint32_t *) _b;
1347 dest[i * 2 + 0] = r[Y1] + g[Y1] + b[Y1] + (hasAlpha ? A1 << sh : 0);
1348 dest[i * 2 + 1] = r[Y2] + g[Y2] + b[Y2] + (hasAlpha ? A2 << sh : 0);
1353 av_assert2((((r[Y1] + g[Y1] + b[Y1]) >> sh) & 0xFF) == 0);
1354 dest[i * 2 + 0] = r[Y1] + g[Y1] + b[Y1] + (A1 << sh);
1355 dest[i * 2 + 1] = r[Y2] + g[Y2] + b[Y2] + (A2 << sh);
1357 #if defined(ASSERT_LEVEL) && ASSERT_LEVEL > 1 1360 av_assert2((((r[Y1] + g[Y1] + b[Y1]) >> sh) & 0xFF) == 0xFF);
1362 dest[i * 2 + 0] = r[Y1] + g[Y1] + b[Y1];
1363 dest[i * 2 + 1] = r[Y2] + g[Y2] + b[Y2];
1372 #define r_b ((target == AV_PIX_FMT_RGB24) ? r : b) 1373 #define b_r ((target == AV_PIX_FMT_RGB24) ? b : r) 1375 dest[i * 6 + 0] =
r_b[Y1];
1376 dest[i * 6 + 1] = g[Y1];
1377 dest[i * 6 + 2] =
b_r[Y1];
1378 dest[i * 6 + 3] =
r_b[Y2];
1379 dest[i * 6 + 4] = g[Y2];
1380 dest[i * 6 + 5] =
b_r[Y2];
1386 uint16_t *dest = (uint16_t *) _dest;
1387 const uint16_t *
r = (
const uint16_t *) _r;
1388 const uint16_t *
g = (
const uint16_t *) _g;
1389 const uint16_t *
b = (
const uint16_t *) _b;
1390 int dr1, dg1, db1, dr2, dg2, db2;
1415 dest[i * 2 + 0] = r[Y1 + dr1] + g[Y1 + dg1] + b[Y1 + db1];
1416 dest[i * 2 + 1] = r[Y2 + dr2] + g[Y2 + dg2] + b[Y2 + db2];
1422 int dr1, dg1, db1, dr2, dg2, db2;
1427 dr1 = dg1 = d32[(i * 2 + 0) & 7];
1428 db1 = d64[(i * 2 + 0) & 7];
1429 dr2 = dg2 = d32[(i * 2 + 1) & 7];
1430 db2 = d64[(i * 2 + 1) & 7];
1434 dr1 = db1 = d128[(i * 2 + 0) & 7];
1435 dg1 = d64[(i * 2 + 0) & 7];
1436 dr2 = db2 = d128[(i * 2 + 1) & 7];
1437 dg2 = d64[(i * 2 + 1) & 7];
1441 dest[i] = r[Y1 + dr1] + g[Y1 + dg1] + b[Y1 + db1] +
1442 ((r[Y2 + dr2] + g[Y2 + dg2] + b[Y2 + db2]) << 4);
1444 dest[i * 2 + 0] = r[Y1 + dr1] + g[Y1 + dg1] + b[Y1 + db1];
1445 dest[i * 2 + 1] = r[Y2 + dr2] + g[Y2 + dg2] + b[Y2 + db2];
1452 const int16_t **lumSrc,
int lumFilterSize,
1453 const int16_t *chrFilter,
const int16_t **chrUSrc,
1454 const int16_t **chrVSrc,
int chrFilterSize,
1455 const int16_t **alpSrc,
uint8_t *dest,
int dstW,
1460 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1466 const void *
r, *
g, *
b;
1468 for (j = 0; j < lumFilterSize; j++) {
1469 Y1 += lumSrc[j][i * 2] * lumFilter[j];
1470 Y2 += lumSrc[j][i * 2 + 1] * lumFilter[j];
1472 for (j = 0; j < chrFilterSize; j++) {
1473 U += chrUSrc[j][i] * chrFilter[j];
1474 V += chrVSrc[j][i] * chrFilter[j];
1483 for (j = 0; j < lumFilterSize; j++) {
1484 A1 += alpSrc[j][i * 2 ] * lumFilter[j];
1485 A2 += alpSrc[j][i * 2 + 1] * lumFilter[j];
1489 if ((A1 | A2) & 0x100) {
1490 A1 = av_clip_uint8(A1);
1491 A2 = av_clip_uint8(A2);
1499 yuv2rgb_write(dest, i, Y1, Y2, hasAlpha ? A1 : 0, hasAlpha ? A2 : 0,
1500 r, g, b, y, target, hasAlpha);
1506 const int16_t *ubuf[2],
const int16_t *vbuf[2],
1507 const int16_t *abuf[2],
uint8_t *dest,
int dstW,
1508 int yalpha,
int uvalpha,
int y,
1511 const int16_t *buf0 = buf[0], *buf1 = buf[1],
1512 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1],
1513 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1],
1514 *abuf0 = hasAlpha ? abuf[0] :
NULL,
1515 *abuf1 = hasAlpha ? abuf[1] :
NULL;
1516 int yalpha1 = 4096 - yalpha;
1517 int uvalpha1 = 4096 - uvalpha;
1522 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1523 int Y1 = (buf0[i * 2] * yalpha1 + buf1[i * 2] * yalpha) >> 19;
1524 int Y2 = (buf0[i * 2 + 1] * yalpha1 + buf1[i * 2 + 1] * yalpha) >> 19;
1525 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha) >> 19;
1526 int V = (vbuf0[i] * uvalpha1 + vbuf1[i] * uvalpha) >> 19;
1533 A1 = (abuf0[i * 2 ] * yalpha1 + abuf1[i * 2 ] * yalpha) >> 19;
1534 A2 = (abuf0[i * 2 + 1] * yalpha1 + abuf1[i * 2 + 1] * yalpha) >> 19;
1535 A1 = av_clip_uint8(A1);
1536 A2 = av_clip_uint8(A2);
1539 yuv2rgb_write(dest, i, Y1, Y2, hasAlpha ? A1 : 0, hasAlpha ? A2 : 0,
1540 r,
g,
b, y, target, hasAlpha);
1546 const int16_t *ubuf[2],
const int16_t *vbuf[2],
1547 const int16_t *abuf0,
uint8_t *dest,
int dstW,
1551 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0];
1554 if (uvalpha < 2048) {
1555 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1556 int Y1 = (buf0[i * 2 ] + 64) >> 7;
1557 int Y2 = (buf0[i * 2 + 1] + 64) >> 7;
1558 int U = (ubuf0[i] + 64) >> 7;
1559 int V = (vbuf0[i] + 64) >> 7;
1566 A1 = abuf0[i * 2 ] * 255 + 16384 >> 15;
1567 A2 = abuf0[i * 2 + 1] * 255 + 16384 >> 15;
1568 A1 = av_clip_uint8(A1);
1569 A2 = av_clip_uint8(A2);
1572 yuv2rgb_write(dest, i, Y1, Y2, hasAlpha ? A1 : 0, hasAlpha ? A2 : 0,
1573 r,
g,
b, y, target, hasAlpha);
1576 const int16_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1];
1577 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1578 int Y1 = (buf0[i * 2 ] + 64) >> 7;
1579 int Y2 = (buf0[i * 2 + 1] + 64) >> 7;
1580 int U = (ubuf0[i] + ubuf1[i] + 128) >> 8;
1581 int V = (vbuf0[i] + vbuf1[i] + 128) >> 8;
1588 A1 = (abuf0[i * 2 ] + 64) >> 7;
1589 A2 = (abuf0[i * 2 + 1] + 64) >> 7;
1590 A1 = av_clip_uint8(A1);
1591 A2 = av_clip_uint8(A2);
1594 yuv2rgb_write(dest, i, Y1, Y2, hasAlpha ? A1 : 0, hasAlpha ? A2 : 0,
1595 r,
g,
b, y, target, hasAlpha);
1600 #define YUV2RGBWRAPPERX(name, base, ext, fmt, hasAlpha) \ 1601 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \ 1602 const int16_t **lumSrc, int lumFilterSize, \ 1603 const int16_t *chrFilter, const int16_t **chrUSrc, \ 1604 const int16_t **chrVSrc, int chrFilterSize, \ 1605 const int16_t **alpSrc, uint8_t *dest, int dstW, \ 1608 name ## base ## _X_c_template(c, lumFilter, lumSrc, lumFilterSize, \ 1609 chrFilter, chrUSrc, chrVSrc, chrFilterSize, \ 1610 alpSrc, dest, dstW, y, fmt, hasAlpha); \ 1613 #define YUV2RGBWRAPPERX2(name, base, ext, fmt, hasAlpha) \ 1614 YUV2RGBWRAPPERX(name, base, ext, fmt, hasAlpha) \ 1615 static void name ## ext ## _2_c(SwsContext *c, const int16_t *buf[2], \ 1616 const int16_t *ubuf[2], const int16_t *vbuf[2], \ 1617 const int16_t *abuf[2], uint8_t *dest, int dstW, \ 1618 int yalpha, int uvalpha, int y) \ 1620 name ## base ## _2_c_template(c, buf, ubuf, vbuf, abuf, \ 1621 dest, dstW, yalpha, uvalpha, y, fmt, hasAlpha); \ 1624 #define YUV2RGBWRAPPER(name, base, ext, fmt, hasAlpha) \ 1625 YUV2RGBWRAPPERX2(name, base, ext, fmt, hasAlpha) \ 1626 static void name ## ext ## _1_c(SwsContext *c, const int16_t *buf0, \ 1627 const int16_t *ubuf[2], const int16_t *vbuf[2], \ 1628 const int16_t *abuf0, uint8_t *dest, int dstW, \ 1629 int uvalpha, int y) \ 1631 name ## base ## _1_c_template(c, buf0, ubuf, vbuf, abuf0, dest, \ 1632 dstW, uvalpha, y, fmt, hasAlpha); \ 1639 #if CONFIG_SWSCALE_ALPHA 1662 Y -= c->yuv2rgb_y_offset;
1663 Y *= c->yuv2rgb_y_coeff;
1665 R = Y + V*c->yuv2rgb_v2r_coeff;
1666 G = Y + V*c->yuv2rgb_v2g_coeff + U*c->yuv2rgb_u2g_coeff;
1667 B = Y + U*c->yuv2rgb_u2b_coeff;
1668 if ((R | G | B) & 0xC0000000) {
1669 R = av_clip_uintp2(R, 30);
1670 G = av_clip_uintp2(G, 30);
1671 B = av_clip_uintp2(B, 30);
1676 dest[0] = hasAlpha ?
A : 255;
1690 dest[3] = hasAlpha ?
A : 255;
1693 dest[0] = hasAlpha ?
A : 255;
1707 dest[3] = hasAlpha ?
A : 255;
1716 switch (c->dither) {
1723 R += (7*err[0] + 1*c->dither_error[0][i] + 5*c->dither_error[0][i+1] + 3*c->dither_error[0][i+2])>>4;
1724 G += (7*err[1] + 1*c->dither_error[1][i] + 5*c->dither_error[1][i+1] + 3*c->dither_error[1][i+2])>>4;
1725 B += (7*err[2] + 1*c->dither_error[2][i] + 5*c->dither_error[2][i+1] + 3*c->dither_error[2][i+2])>>4;
1726 c->dither_error[0][i] = err[0];
1727 c->dither_error[1][i] = err[1];
1728 c->dither_error[2][i] = err[2];
1729 r = R >> (isrgb8 ? 5 : 7);
1730 g = G >> (isrgb8 ? 5 : 6);
1731 b = B >> (isrgb8 ? 6 : 7);
1732 r = av_clip(r, 0, isrgb8 ? 7 : 1);
1733 g = av_clip(g, 0, isrgb8 ? 7 : 3);
1734 b = av_clip(b, 0, isrgb8 ? 3 : 1);
1735 err[0] = R - r*(isrgb8 ? 36 : 255);
1736 err[1] = G - g*(isrgb8 ? 36 : 85);
1737 err[2] = B - b*(isrgb8 ? 85 : 255);
1742 #define A_DITHER(u,v) (((((u)+((v)*236))*119)&0xff)) 1743 r = (((R >> 19) +
A_DITHER(i,y) -96)>>8);
1744 g = (((G >> 19) +
A_DITHER(i + 17,y) - 96)>>8);
1745 b = (((B >> 20) +
A_DITHER(i + 17*2,y) -96)>>8);
1746 r = av_clip_uintp2(r, 3);
1747 g = av_clip_uintp2(g, 3);
1748 b = av_clip_uintp2(b, 2);
1750 r = (((R >> 21) +
A_DITHER(i,y)-256)>>8);
1751 g = (((G >> 19) +
A_DITHER(i + 17,y)-256)>>8);
1752 b = (((B >> 21) +
A_DITHER(i + 17*2,y)-256)>>8);
1753 r = av_clip_uintp2(r, 1);
1754 g = av_clip_uintp2(g, 2);
1755 b = av_clip_uintp2(b, 1);
1761 #define X_DITHER(u,v) (((((u)^((v)*237))*181)&0x1ff)/2) 1762 r = (((R >> 19) +
X_DITHER(i,y) - 96)>>8);
1763 g = (((G >> 19) +
X_DITHER(i + 17,y) - 96)>>8);
1764 b = (((B >> 20) +
X_DITHER(i + 17*2,y) - 96)>>8);
1765 r = av_clip_uintp2(r, 3);
1766 g = av_clip_uintp2(g, 3);
1767 b = av_clip_uintp2(b, 2);
1769 r = (((R >> 21) +
X_DITHER(i,y)-256)>>8);
1770 g = (((G >> 19) +
X_DITHER(i + 17,y)-256)>>8);
1771 b = (((B >> 21) +
X_DITHER(i + 17*2,y)-256)>>8);
1772 r = av_clip_uintp2(r, 1);
1773 g = av_clip_uintp2(g, 2);
1774 b = av_clip_uintp2(b, 1);
1781 dest[0] = r + 2*g + 8*
b;
1782 }
else if(target == AV_PIX_FMT_RGB4_BYTE) {
1783 dest[0] = b + 2*g + 8*
r;
1785 dest[0] = r + 8*g + 64*
b;
1786 }
else if(target == AV_PIX_FMT_RGB8) {
1787 dest[0] = b + 4*g + 32*
r;
1796 const int16_t **lumSrc,
int lumFilterSize,
1797 const int16_t *chrFilter,
const int16_t **chrUSrc,
1798 const int16_t **chrVSrc,
int chrFilterSize,
1799 const int16_t **alpSrc,
uint8_t *dest,
1811 for (i = 0; i < dstW; i++) {
1814 int U = (1<<9)-(128 << 19);
1815 int V = (1<<9)-(128 << 19);
1817 for (j = 0; j < lumFilterSize; j++) {
1818 Y += lumSrc[j][i] * lumFilter[j];
1820 for (j = 0; j < chrFilterSize; j++) {
1821 U += chrUSrc[j][i] * chrFilter[j];
1822 V += chrVSrc[j][i] * chrFilter[j];
1829 for (j = 0; j < lumFilterSize; j++) {
1830 A += alpSrc[j][i] * lumFilter[j];
1834 A = av_clip_uint8(A);
1836 yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
1846 const int16_t *ubuf[2],
const int16_t *vbuf[2],
1847 const int16_t *abuf[2],
uint8_t *dest,
int dstW,
1848 int yalpha,
int uvalpha,
int y,
1851 const int16_t *buf0 = buf[0], *buf1 = buf[1],
1852 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1],
1853 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1],
1854 *abuf0 = hasAlpha ? abuf[0] :
NULL,
1855 *abuf1 = hasAlpha ? abuf[1] :
NULL;
1856 int yalpha1 = 4096 - yalpha;
1857 int uvalpha1 = 4096 - uvalpha;
1870 for (i = 0; i < dstW; i++) {
1871 int Y = ( buf0[i] * yalpha1 + buf1[i] * yalpha ) >> 10;
1872 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha-(128 << 19)) >> 10;
1873 int V = (vbuf0[i] * uvalpha1 + vbuf1[i] * uvalpha-(128 << 19)) >> 10;
1876 A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha + (1<<18)) >> 19;
1878 A = av_clip_uint8(A);
1881 yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
1891 const int16_t *ubuf[2],
const int16_t *vbuf[2],
1892 const int16_t *abuf0,
uint8_t *dest,
int dstW,
1896 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0];
1905 if (uvalpha < 2048) {
1907 for (i = 0; i < dstW; i++) {
1908 int Y = buf0[i] << 2;
1909 int U = (ubuf0[i] - (128<<7)) * 4;
1910 int V = (vbuf0[i] - (128<<7)) * 4;
1913 A = (abuf0[i] + 64) >> 7;
1915 A = av_clip_uint8(A);
1918 yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
1922 const int16_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1];
1924 for (i = 0; i < dstW; i++) {
1925 int Y = buf0[i] << 2;
1926 int U = (ubuf0[i] + ubuf1[i] - (128<<8)) << 1;
1927 int V = (vbuf0[i] + vbuf1[i] - (128<<8)) << 1;
1930 A = (abuf0[i] + 64) >> 7;
1932 A = av_clip_uint8(A);
1935 yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
1951 #if CONFIG_SWSCALE_ALPHA 1972 const int16_t **lumSrc,
int lumFilterSize,
1973 const int16_t *chrFilter,
const int16_t **chrUSrc,
1974 const int16_t **chrVSrc,
int chrFilterSize,
1975 const int16_t **alpSrc,
uint8_t **dest,
1981 uint16_t **dest16 = (uint16_t**)dest;
1985 for (i = 0; i < dstW; i++) {
1988 int U = (1 << 9) - (128 << 19);
1989 int V = (1 << 9) - (128 << 19);
1992 for (j = 0; j < lumFilterSize; j++)
1993 Y += lumSrc[j][i] * lumFilter[j];
1995 for (j = 0; j < chrFilterSize; j++) {
1996 U += chrUSrc[j][i] * chrFilter[j];
1997 V += chrVSrc[j][i] * chrFilter[j];
2007 for (j = 0; j < lumFilterSize; j++)
2008 A += alpSrc[j][i] * lumFilter[j];
2011 A = av_clip_uintp2(A, 27);
2021 if ((R | G | B) & 0xC0000000) {
2022 R = av_clip_uintp2(R, 30);
2023 G = av_clip_uintp2(G, 30);
2024 B = av_clip_uintp2(B, 30);
2028 dest16[0][i] = G >>
SH;
2029 dest16[1][i] = B >>
SH;
2030 dest16[2][i] = R >>
SH;
2032 dest16[3][i] = A >> (SH - 3);
2034 dest[0][i] = G >> 22;
2035 dest[1][i] = B >> 22;
2036 dest[2][i] = R >> 22;
2038 dest[3][i] = A >> 19;
2042 for (i = 0; i < dstW; i++) {
2054 const int16_t **lumSrcx,
int lumFilterSize,
2055 const int16_t *chrFilter,
const int16_t **chrUSrcx,
2056 const int16_t **chrVSrcx,
int chrFilterSize,
2057 const int16_t **alpSrcx,
uint8_t **dest,
2063 uint16_t **dest16 = (uint16_t**)dest;
2069 for (i = 0; i < dstW; i++) {
2071 int Y = -0x40000000;
2072 int U = -(128 << 23);
2073 int V = -(128 << 23);
2076 for (j = 0; j < lumFilterSize; j++)
2077 Y += lumSrc[j][i] * (
unsigned)lumFilter[j];
2079 for (j = 0; j < chrFilterSize; j++) {
2080 U += chrUSrc[j][i] * (unsigned)chrFilter[j];
2081 V += chrVSrc[j][i] * (unsigned)chrFilter[j];
2092 for (j = 0; j < lumFilterSize; j++)
2093 A += alpSrc[j][i] * lumFilter[j];
2106 R = av_clip_uintp2(Y + R, 30);
2107 G = av_clip_uintp2(Y + G, 30);
2108 B = av_clip_uintp2(Y + B, 30);
2110 dest16[0][i] = G >> 14;
2111 dest16[1][i] = B >> 14;
2112 dest16[2][i] = R >> 14;
2114 dest16[3][i] = av_clip_uintp2(A, 30) >> 14;
2117 for (i = 0; i < dstW; i++) {
2129 const int16_t *ubuf[2],
const int16_t *vbuf[2],
2130 const int16_t *abuf0,
uint8_t *dest,
int dstW,
2133 int hasAlpha = !!abuf0;
2136 for (i = 0; i < dstW; i++) {
2137 int Y = (buf0[i] + 64) >> 7;
2140 Y = av_clip_uint8(Y);
2143 A = (abuf0[i] + 64) >> 7;
2145 A = av_clip_uint8(A);
2149 dest[i * 2 + 1] = hasAlpha ?
A : 255;
2155 const int16_t *ubuf[2],
const int16_t *vbuf[2],
2156 const int16_t *abuf[2],
uint8_t *dest,
int dstW,
2157 int yalpha,
int uvalpha,
int y)
2159 int hasAlpha = abuf && abuf[0] && abuf[1];
2160 const int16_t *buf0 = buf[0], *buf1 = buf[1],
2161 *abuf0 = hasAlpha ? abuf[0] :
NULL,
2162 *abuf1 = hasAlpha ? abuf[1] :
NULL;
2163 int yalpha1 = 4096 - yalpha;
2168 for (i = 0; i < dstW; i++) {
2169 int Y = (buf0[i] * yalpha1 + buf1[i] * yalpha) >> 19;
2172 Y = av_clip_uint8(Y);
2175 A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha) >> 19;
2176 A = av_clip_uint8(A);
2180 dest[i * 2 + 1] = hasAlpha ?
A : 255;
2186 const int16_t **lumSrc,
int lumFilterSize,
2187 const int16_t *chrFilter,
const int16_t **chrUSrc,
2188 const int16_t **chrVSrc,
int chrFilterSize,
2189 const int16_t **alpSrc,
uint8_t *dest,
int dstW,
int y)
2191 int hasAlpha = !!alpSrc;
2194 for (i = 0; i < dstW; i++) {
2196 int Y = 1 << 18,
A = 1 << 18;
2198 for (j = 0; j < lumFilterSize; j++)
2199 Y += lumSrc[j][i] * lumFilter[j];
2203 Y = av_clip_uint8(Y);
2206 for (j = 0; j < lumFilterSize; j++)
2207 A += alpSrc[j][i] * lumFilter[j];
2212 A = av_clip_uint8(
A);
2216 dest[2 * i + 1] = hasAlpha ?
A : 255;
2222 const int16_t **_lumSrc,
int lumFilterSize,
2223 const int16_t *chrFilter,
const int16_t **_chrUSrc,
2224 const int16_t **_chrVSrc,
int chrFilterSize,
2225 const int16_t **_alpSrc,
uint8_t *dest,
int dstW,
int y)
2228 **chrUSrc = (
const int32_t **) _chrUSrc,
2229 **chrVSrc = (
const int32_t **) _chrVSrc,
2230 **alpSrc = (
const int32_t **) _alpSrc;
2231 int hasAlpha = !!alpSrc;
2234 for (i = 0; i < dstW; i++) {
2235 int Y = 1 << 14,
U = 1 << 14;
2236 int V = 1 << 14,
A = 1 << 14;
2244 for (j = 0; j < lumFilterSize; j++)
2245 Y += lumSrc[j][i] * (
unsigned)lumFilter[j];
2247 for (j = 0; j < chrFilterSize; j++)
2248 U += chrUSrc[j][i] * (
unsigned)chrFilter[j];
2250 for (j = 0; j < chrFilterSize; j++)
2251 V += chrVSrc[j][i] * (
unsigned)chrFilter[j];
2254 for (j = 0; j < lumFilterSize; j++)
2255 A += alpSrc[j][i] * (
unsigned)lumFilter[j];
2257 Y = 0x8000 + av_clip_int16(Y >> 15);
2258 U = 0x8000 + av_clip_int16(
U >> 15);
2259 V = 0x8000 + av_clip_int16(V >> 15);
2260 A = 0x8000 + av_clip_int16(
A >> 15);
2262 AV_WL16(dest + 8 * i, hasAlpha ?
A : 65535);
2285 }
else if (
is16BPS(dstFormat)) {
2286 *yuv2planeX =
isBE(dstFormat) ? yuv2planeX_16BE_c : yuv2planeX_16LE_c;
2287 *yuv2plane1 =
isBE(dstFormat) ? yuv2plane1_16BE_c : yuv2plane1_16LE_c;
2291 }
else if (
isNBPS(dstFormat)) {
2293 *yuv2planeX =
isBE(dstFormat) ? yuv2planeX_9BE_c : yuv2planeX_9LE_c;
2294 *yuv2plane1 =
isBE(dstFormat) ? yuv2plane1_9BE_c : yuv2plane1_9LE_c;
2296 *yuv2planeX =
isBE(dstFormat) ? yuv2planeX_10BE_c : yuv2planeX_10LE_c;
2297 *yuv2plane1 =
isBE(dstFormat) ? yuv2plane1_10BE_c : yuv2plane1_10LE_c;
2299 *yuv2planeX =
isBE(dstFormat) ? yuv2planeX_12BE_c : yuv2planeX_12LE_c;
2300 *yuv2plane1 =
isBE(dstFormat) ? yuv2plane1_12BE_c : yuv2plane1_12LE_c;
2302 *yuv2planeX =
isBE(dstFormat) ? yuv2planeX_14BE_c : yuv2planeX_14LE_c;
2303 *yuv2plane1 =
isBE(dstFormat) ? yuv2plane1_14BE_c : yuv2plane1_14LE_c;
2308 *yuv2planeX = yuv2planeX_8_c;
2314 switch (dstFormat) {
2317 *yuv2packedX = yuv2rgba32_full_X_c;
2318 *yuv2packed2 = yuv2rgba32_full_2_c;
2319 *yuv2packed1 = yuv2rgba32_full_1_c;
2321 #if CONFIG_SWSCALE_ALPHA 2323 *yuv2packedX = yuv2rgba32_full_X_c;
2324 *yuv2packed2 = yuv2rgba32_full_2_c;
2325 *yuv2packed1 = yuv2rgba32_full_1_c;
2329 *yuv2packedX = yuv2rgbx32_full_X_c;
2330 *yuv2packed2 = yuv2rgbx32_full_2_c;
2331 *yuv2packed1 = yuv2rgbx32_full_1_c;
2337 *yuv2packedX = yuv2argb32_full_X_c;
2338 *yuv2packed2 = yuv2argb32_full_2_c;
2339 *yuv2packed1 = yuv2argb32_full_1_c;
2341 #if CONFIG_SWSCALE_ALPHA 2343 *yuv2packedX = yuv2argb32_full_X_c;
2344 *yuv2packed2 = yuv2argb32_full_2_c;
2345 *yuv2packed1 = yuv2argb32_full_1_c;
2349 *yuv2packedX = yuv2xrgb32_full_X_c;
2350 *yuv2packed2 = yuv2xrgb32_full_2_c;
2351 *yuv2packed1 = yuv2xrgb32_full_1_c;
2357 *yuv2packedX = yuv2bgra32_full_X_c;
2358 *yuv2packed2 = yuv2bgra32_full_2_c;
2359 *yuv2packed1 = yuv2bgra32_full_1_c;
2361 #if CONFIG_SWSCALE_ALPHA 2363 *yuv2packedX = yuv2bgra32_full_X_c;
2364 *yuv2packed2 = yuv2bgra32_full_2_c;
2365 *yuv2packed1 = yuv2bgra32_full_1_c;
2369 *yuv2packedX = yuv2bgrx32_full_X_c;
2370 *yuv2packed2 = yuv2bgrx32_full_2_c;
2371 *yuv2packed1 = yuv2bgrx32_full_1_c;
2377 *yuv2packedX = yuv2abgr32_full_X_c;
2378 *yuv2packed2 = yuv2abgr32_full_2_c;
2379 *yuv2packed1 = yuv2abgr32_full_1_c;
2381 #if CONFIG_SWSCALE_ALPHA 2383 *yuv2packedX = yuv2abgr32_full_X_c;
2384 *yuv2packed2 = yuv2abgr32_full_2_c;
2385 *yuv2packed1 = yuv2abgr32_full_1_c;
2389 *yuv2packedX = yuv2xbgr32_full_X_c;
2390 *yuv2packed2 = yuv2xbgr32_full_2_c;
2391 *yuv2packed1 = yuv2xbgr32_full_1_c;
2396 #if CONFIG_SWSCALE_ALPHA 2398 *yuv2packedX = yuv2rgba64le_full_X_c;
2399 *yuv2packed2 = yuv2rgba64le_full_2_c;
2400 *yuv2packed1 = yuv2rgba64le_full_1_c;
2404 *yuv2packedX = yuv2rgbx64le_full_X_c;
2405 *yuv2packed2 = yuv2rgbx64le_full_2_c;
2406 *yuv2packed1 = yuv2rgbx64le_full_1_c;
2410 #if CONFIG_SWSCALE_ALPHA 2412 *yuv2packedX = yuv2rgba64be_full_X_c;
2413 *yuv2packed2 = yuv2rgba64be_full_2_c;
2414 *yuv2packed1 = yuv2rgba64be_full_1_c;
2418 *yuv2packedX = yuv2rgbx64be_full_X_c;
2419 *yuv2packed2 = yuv2rgbx64be_full_2_c;
2420 *yuv2packed1 = yuv2rgbx64be_full_1_c;
2424 #if CONFIG_SWSCALE_ALPHA 2426 *yuv2packedX = yuv2bgra64le_full_X_c;
2427 *yuv2packed2 = yuv2bgra64le_full_2_c;
2428 *yuv2packed1 = yuv2bgra64le_full_1_c;
2432 *yuv2packedX = yuv2bgrx64le_full_X_c;
2433 *yuv2packed2 = yuv2bgrx64le_full_2_c;
2434 *yuv2packed1 = yuv2bgrx64le_full_1_c;
2438 #if CONFIG_SWSCALE_ALPHA 2440 *yuv2packedX = yuv2bgra64be_full_X_c;
2441 *yuv2packed2 = yuv2bgra64be_full_2_c;
2442 *yuv2packed1 = yuv2bgra64be_full_1_c;
2446 *yuv2packedX = yuv2bgrx64be_full_X_c;
2447 *yuv2packed2 = yuv2bgrx64be_full_2_c;
2448 *yuv2packed1 = yuv2bgrx64be_full_1_c;
2453 *yuv2packedX = yuv2rgb24_full_X_c;
2454 *yuv2packed2 = yuv2rgb24_full_2_c;
2455 *yuv2packed1 = yuv2rgb24_full_1_c;
2458 *yuv2packedX = yuv2bgr24_full_X_c;
2459 *yuv2packed2 = yuv2bgr24_full_2_c;
2460 *yuv2packed1 = yuv2bgr24_full_1_c;
2463 *yuv2packedX = yuv2rgb48le_full_X_c;
2464 *yuv2packed2 = yuv2rgb48le_full_2_c;
2465 *yuv2packed1 = yuv2rgb48le_full_1_c;
2468 *yuv2packedX = yuv2bgr48le_full_X_c;
2469 *yuv2packed2 = yuv2bgr48le_full_2_c;
2470 *yuv2packed1 = yuv2bgr48le_full_1_c;
2473 *yuv2packedX = yuv2rgb48be_full_X_c;
2474 *yuv2packed2 = yuv2rgb48be_full_2_c;
2475 *yuv2packed1 = yuv2rgb48be_full_1_c;
2478 *yuv2packedX = yuv2bgr48be_full_X_c;
2479 *yuv2packed2 = yuv2bgr48be_full_2_c;
2480 *yuv2packed1 = yuv2bgr48be_full_1_c;
2483 *yuv2packedX = yuv2bgr4_byte_full_X_c;
2484 *yuv2packed2 = yuv2bgr4_byte_full_2_c;
2485 *yuv2packed1 = yuv2bgr4_byte_full_1_c;
2488 *yuv2packedX = yuv2rgb4_byte_full_X_c;
2489 *yuv2packed2 = yuv2rgb4_byte_full_2_c;
2490 *yuv2packed1 = yuv2rgb4_byte_full_1_c;
2493 *yuv2packedX = yuv2bgr8_full_X_c;
2494 *yuv2packed2 = yuv2bgr8_full_2_c;
2495 *yuv2packed1 = yuv2bgr8_full_1_c;
2498 *yuv2packedX = yuv2rgb8_full_X_c;
2499 *yuv2packed2 = yuv2rgb8_full_2_c;
2500 *yuv2packed1 = yuv2rgb8_full_1_c;
2525 if (!*yuv2packedX && !*yuv2anyX)
2529 switch (dstFormat) {
2531 #if CONFIG_SWSCALE_ALPHA 2533 *yuv2packed1 = yuv2rgba64le_1_c;
2534 *yuv2packed2 = yuv2rgba64le_2_c;
2535 *yuv2packedX = yuv2rgba64le_X_c;
2539 *yuv2packed1 = yuv2rgbx64le_1_c;
2540 *yuv2packed2 = yuv2rgbx64le_2_c;
2541 *yuv2packedX = yuv2rgbx64le_X_c;
2545 #if CONFIG_SWSCALE_ALPHA 2547 *yuv2packed1 = yuv2rgba64be_1_c;
2548 *yuv2packed2 = yuv2rgba64be_2_c;
2549 *yuv2packedX = yuv2rgba64be_X_c;
2553 *yuv2packed1 = yuv2rgbx64be_1_c;
2554 *yuv2packed2 = yuv2rgbx64be_2_c;
2555 *yuv2packedX = yuv2rgbx64be_X_c;
2559 #if CONFIG_SWSCALE_ALPHA 2561 *yuv2packed1 = yuv2bgra64le_1_c;
2562 *yuv2packed2 = yuv2bgra64le_2_c;
2563 *yuv2packedX = yuv2bgra64le_X_c;
2567 *yuv2packed1 = yuv2bgrx64le_1_c;
2568 *yuv2packed2 = yuv2bgrx64le_2_c;
2569 *yuv2packedX = yuv2bgrx64le_X_c;
2573 #if CONFIG_SWSCALE_ALPHA 2575 *yuv2packed1 = yuv2bgra64be_1_c;
2576 *yuv2packed2 = yuv2bgra64be_2_c;
2577 *yuv2packedX = yuv2bgra64be_X_c;
2581 *yuv2packed1 = yuv2bgrx64be_1_c;
2582 *yuv2packed2 = yuv2bgrx64be_2_c;
2583 *yuv2packedX = yuv2bgrx64be_X_c;
2587 *yuv2packed1 = yuv2rgb48le_1_c;
2588 *yuv2packed2 = yuv2rgb48le_2_c;
2589 *yuv2packedX = yuv2rgb48le_X_c;
2592 *yuv2packed1 = yuv2rgb48be_1_c;
2593 *yuv2packed2 = yuv2rgb48be_2_c;
2594 *yuv2packedX = yuv2rgb48be_X_c;
2597 *yuv2packed1 = yuv2bgr48le_1_c;
2598 *yuv2packed2 = yuv2bgr48le_2_c;
2599 *yuv2packedX = yuv2bgr48le_X_c;
2602 *yuv2packed1 = yuv2bgr48be_1_c;
2603 *yuv2packed2 = yuv2bgr48be_2_c;
2604 *yuv2packedX = yuv2bgr48be_X_c;
2609 *yuv2packed1 = yuv2rgb32_1_c;
2610 *yuv2packed2 = yuv2rgb32_2_c;
2611 *yuv2packedX = yuv2rgb32_X_c;
2613 #if CONFIG_SWSCALE_ALPHA 2615 *yuv2packed1 = yuv2rgba32_1_c;
2616 *yuv2packed2 = yuv2rgba32_2_c;
2617 *yuv2packedX = yuv2rgba32_X_c;
2621 *yuv2packed1 = yuv2rgbx32_1_c;
2622 *yuv2packed2 = yuv2rgbx32_2_c;
2623 *yuv2packedX = yuv2rgbx32_X_c;
2630 *yuv2packed1 = yuv2rgb32_1_1_c;
2631 *yuv2packed2 = yuv2rgb32_1_2_c;
2632 *yuv2packedX = yuv2rgb32_1_X_c;
2634 #if CONFIG_SWSCALE_ALPHA 2636 *yuv2packed1 = yuv2rgba32_1_1_c;
2637 *yuv2packed2 = yuv2rgba32_1_2_c;
2638 *yuv2packedX = yuv2rgba32_1_X_c;
2642 *yuv2packed1 = yuv2rgbx32_1_1_c;
2643 *yuv2packed2 = yuv2rgbx32_1_2_c;
2644 *yuv2packedX = yuv2rgbx32_1_X_c;
2649 *yuv2packed1 = yuv2rgb24_1_c;
2650 *yuv2packed2 = yuv2rgb24_2_c;
2651 *yuv2packedX = yuv2rgb24_X_c;
2654 *yuv2packed1 = yuv2bgr24_1_c;
2655 *yuv2packed2 = yuv2bgr24_2_c;
2656 *yuv2packedX = yuv2bgr24_X_c;
2662 *yuv2packed1 = yuv2rgb16_1_c;
2663 *yuv2packed2 = yuv2rgb16_2_c;
2664 *yuv2packedX = yuv2rgb16_X_c;
2670 *yuv2packed1 = yuv2rgb15_1_c;
2671 *yuv2packed2 = yuv2rgb15_2_c;
2672 *yuv2packedX = yuv2rgb15_X_c;
2678 *yuv2packed1 = yuv2rgb12_1_c;
2679 *yuv2packed2 = yuv2rgb12_2_c;
2680 *yuv2packedX = yuv2rgb12_X_c;
2684 *yuv2packed1 = yuv2rgb8_1_c;
2685 *yuv2packed2 = yuv2rgb8_2_c;
2686 *yuv2packedX = yuv2rgb8_X_c;
2690 *yuv2packed1 = yuv2rgb4_1_c;
2691 *yuv2packed2 = yuv2rgb4_2_c;
2692 *yuv2packedX = yuv2rgb4_X_c;
2696 *yuv2packed1 = yuv2rgb4b_1_c;
2697 *yuv2packed2 = yuv2rgb4b_2_c;
2698 *yuv2packedX = yuv2rgb4b_X_c;
2702 switch (dstFormat) {
2704 *yuv2packed1 = yuv2monowhite_1_c;
2705 *yuv2packed2 = yuv2monowhite_2_c;
2706 *yuv2packedX = yuv2monowhite_X_c;
2709 *yuv2packed1 = yuv2monoblack_1_c;
2710 *yuv2packed2 = yuv2monoblack_2_c;
2711 *yuv2packedX = yuv2monoblack_X_c;
2714 *yuv2packed1 = yuv2yuyv422_1_c;
2715 *yuv2packed2 = yuv2yuyv422_2_c;
2716 *yuv2packedX = yuv2yuyv422_X_c;
2719 *yuv2packed1 = yuv2yvyu422_1_c;
2720 *yuv2packed2 = yuv2yvyu422_2_c;
2721 *yuv2packedX = yuv2yvyu422_X_c;
2724 *yuv2packed1 = yuv2uyvy422_1_c;
2725 *yuv2packed2 = yuv2uyvy422_2_c;
2726 *yuv2packedX = yuv2uyvy422_X_c;
packed YUV 4:2:2, 16bpp, Cb Y0 Cr Y1
planar GBR 4:4:4:4 40bpp, little-endian
const char const char void * val
static av_always_inline void yuv2rgb_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha)
static void yuv2ayuv64le_X_c(SwsContext *c, const int16_t *lumFilter, const int16_t **_lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **_chrUSrc, const int16_t **_chrVSrc, int chrFilterSize, const int16_t **_alpSrc, uint8_t *dest, int dstW, int y)
av_cold void ff_sws_init_output_funcs(SwsContext *c, yuv2planar1_fn *yuv2plane1, yuv2planarX_fn *yuv2planeX, yuv2interleavedX_fn *yuv2nv12cX, yuv2packed1_fn *yuv2packed1, yuv2packed2_fn *yuv2packed2, yuv2packedX_fn *yuv2packedX, yuv2anyX_fn *yuv2anyX)
static void yuv2gbrp16_full_X_c(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrcx, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrcx, const int16_t **chrVSrcx, int chrFilterSize, const int16_t **alpSrcx, uint8_t **dest, int dstW, int y)
static int shift(int a, int b)
const AVPixFmtDescriptor * av_pix_fmt_desc_get(enum AVPixelFormat pix_fmt)
#define YUVRGB_TABLE_HEADROOM
static void yuv2p010lX_BE_c(const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset)
8 bits gray, 8 bits alpha
packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is st...
packed RGB 8:8:8, 24bpp, RGBRGB...
packed RGB 1:2:1 bitstream, 4bpp, (msb)1B 2G 1R(lsb), a byte contains two pixels, the first pixel in ...
#define accumulate_bit(acc, val)
static void yuv2rgb(uint8_t *out, int ridx, int Y, int U, int V)
const uint8_t ff_dither_2x2_8[][8]
static av_always_inline void yuv2rgb_full_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha)
packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), little-endian, X=unused/undefined ...
packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is st...
static void yuv2p010l1_LE_c(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset)
uint8_t * table_bU[256+2 *YUVRGB_TABLE_HEADROOM]
static av_always_inline int is16BPS(enum AVPixelFormat pix_fmt)
Convenience header that includes libavutil's core.
packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), little-endian
planar GBR 4:4:4 36bpp, little-endian
packed RGB 4:4:4, 16bpp, (msb)4X 4R 4G 4B(lsb), big-endian, X=unused/undefined
#define AV_PIX_FMT_RGB444
planar GBR 4:4:4 36bpp, big-endian
const uint8_t ff_dither_8x8_220[][8]
static av_always_inline void yuv2plane1_16_c_template(const int32_t *src, uint16_t *dest, int dstW, int big_endian, int output_bits)
static av_always_inline void yuv2planeX_16_c_template(const int16_t *filter, int filterSize, const int32_t **src, uint16_t *dest, int dstW, int big_endian, int output_bits)
packed RGB 1:2:1 bitstream, 4bpp, (msb)1R 2G 1B(lsb), a byte contains two pixels, the first pixel in ...
#define output_pixels(pos, Y1, U, Y2, V)
Macro definitions for various function/variable attributes.
packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), little-endian
packed RGB 1:2:1, 8bpp, (msb)1B 2G 1R(lsb)
const uint8_t ff_dither_8x8_32[][8]
planar GBRA 4:4:4:4 64bpp, big-endian
#define av_assert0(cond)
assert() equivalent, that is always enabled.
const uint8_t ff_dither_2x2_4[][8]
static void filter(int16_t *output, ptrdiff_t out_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len, int clip)
AVComponentDescriptor comp[4]
Parameters that describe how pixels are packed.
#define AV_PIX_FMT_FLAG_ALPHA
The pixel format has an alpha channel.
#define av_assert2(cond)
assert() equivalent, that does lie in speed critical code.
const uint8_t ff_dither_4x4_16[][8]
packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as lit...
packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is st...
static void yuv2ya8_2_c(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y)
packed RGB 4:4:4, 16bpp, (msb)4X 4R 4G 4B(lsb), little-endian, X=unused/undefined ...
#define SWS_FULL_CHR_H_INT
#define u(width, name, range_min, range_max)
packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), big-endian
packed ABGR 8:8:8:8, 32bpp, ABGRABGR...
static void yuv2gbrp_full_X_c(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t **dest, int dstW, int y)
static av_always_inline void yuv2422_2_c_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target)
#define DECLARE_ALIGNED(n, t, v)
Declare a variable that is aligned in memory.
planar GBR 4:4:4 48bpp, big-endian
void(* yuv2planar1_fn)(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset)
Write one line of horizontally scaled data to planar output without any additional vertical scaling (...
static av_always_inline void yuv2rgb_full_2_c_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha)
static av_always_inline void yuv2rgb_full_X_c_template(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int y, enum AVPixelFormat target, int hasAlpha)
enum AVPixelFormat dstFormat
Destination pixel format.
uint8_t * table_gU[256+2 *YUVRGB_TABLE_HEADROOM]
static void yuv2p010cX_c(SwsContext *c, const int16_t *chrFilter, int chrFilterSize, const int16_t **chrUSrc, const int16_t **chrVSrc, uint8_t *dest8, int chrDstW)
static void yuv2p010l1_c(const int16_t *src, uint16_t *dest, int dstW, int big_endian)
planar GBR 4:4:4 27bpp, big-endian
#define AV_PIX_FMT_BGR32_1
static av_always_inline void yuv2rgba64_full_1_c_template(SwsContext *c, const int32_t *buf0, const int32_t *ubuf[2], const int32_t *vbuf[2], const int32_t *abuf0, uint16_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha, int eightbytes)
like NV12, with 16bpp per component, big-endian
static void yuv2p010l1_BE_c(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset)
packed BGRA 8:8:8:8, 32bpp, BGRABGRA...
static const uint8_t dither[8][8]
static av_always_inline void yuv2rgba64_X_c_template(SwsContext *c, const int16_t *lumFilter, const int32_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int32_t **chrUSrc, const int32_t **chrVSrc, int chrFilterSize, const int32_t **alpSrc, uint16_t *dest, int dstW, int y, enum AVPixelFormat target, int hasAlpha, int eightbytes)
static void yuv2p010lX_LE_c(const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset)
planar YUV 4:2:0, 12bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (firs...
simple assert() macros that are a bit more flexible than ISO C assert().
like NV12, with 16bpp per component, little-endian
like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, big-endian
static av_always_inline void yuv2planeX_10_c_template(const int16_t *filter, int filterSize, const int16_t **src, uint16_t *dest, int dstW, int big_endian, int output_bits)
static const uint8_t offset[127][2]
#define yuv2NBPS(bits, BE_LE, is_be, template_size, typeX_t)
packed ARGB 8:8:8:8, 32bpp, ARGBARGB...
packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as lit...
packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
static av_always_inline void yuv2mono_2_c_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target)
static av_always_inline void yuv2422_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target)
uint64_t flags
Combination of AV_PIX_FMT_FLAG_...
as above, but U and V bytes are swapped
planar GBR 4:4:4:4 48bpp, big-endian
planar GBR 4:4:4:4 40bpp, big-endian
static void yuv2ya8_X_c(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int y)
packed RGB 1:2:1, 8bpp, (msb)1R 2G 1B(lsb)
static av_always_inline void yuv2mono_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target)
static void yuv2plane1_8_c(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset)
packed YUV 4:2:2, 16bpp, Y0 Cr Y1 Cb
int table_gV[256+2 *YUVRGB_TABLE_HEADROOM]
packed RGB 8:8:8, 24bpp, BGRBGR...
uint8_t * table_rV[256+2 *YUVRGB_TABLE_HEADROOM]
like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, little-endian
packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as big...
packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), big-endian
planar GBR 4:4:4:4 48bpp, little-endian
#define AV_PIX_FMT_BGR555
static av_always_inline int isBE(enum AVPixelFormat pix_fmt)
#define YUV2PACKED16WRAPPER(name, base, ext, fmt, hasAlpha, eightbytes)
packed RGB 3:3:2, 8bpp, (msb)2B 3G 3R(lsb)
void(* yuv2packedX_fn)(struct SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int y)
Write one line of horizontally scaled Y/U/V/A to packed-pixel YUV/RGB output by doing multi-point ver...
static av_always_inline void yuv2mono_X_c_template(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int y, enum AVPixelFormat target)
Descriptor that unambiguously describes how the bits of a pixel are stored in the up to 4 data planes...
static void yuv2ya8_1_c(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y)
planar GBR 4:4:4 30bpp, big-endian
void(* yuv2packed1_fn)(struct SwsContext *c, const int16_t *lumSrc, const int16_t *chrUSrc[2], const int16_t *chrVSrc[2], const int16_t *alpSrc, uint8_t *dest, int dstW, int uvalpha, int y)
Write one line of horizontally scaled Y/U/V/A to packed-pixel YUV/RGB output without any additional v...
static av_always_inline void yuv2rgb_2_c_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha)
packed YUV 4:2:2, 16bpp, Y0 Cb Y1 Cr
planar GBR 4:4:4 42bpp, little-endian
const uint8_t ff_dither_8x8_73[][8]
static av_always_inline void yuv2422_X_c_template(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int y, enum AVPixelFormat target)
void(* yuv2planarX_fn)(const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset)
Write one line of horizontally scaled data to planar output with multi-point vertical scaling between...
planar GBR 4:4:4 42bpp, big-endian
static av_always_inline void yuv2rgb_write(uint8_t *_dest, int i, int Y1, int Y2, unsigned A1, unsigned A2, const void *_r, const void *_g, const void *_b, int y, enum AVPixelFormat target, int hasAlpha)
packed BGR 5:5:5, 16bpp, (msb)1X 5B 5G 5R(lsb), little-endian, X=unused/undefined ...
static av_always_inline void yuv2rgba64_full_X_c_template(SwsContext *c, const int16_t *lumFilter, const int32_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int32_t **chrUSrc, const int32_t **chrVSrc, int chrFilterSize, const int32_t **alpSrc, uint16_t *dest, int dstW, int y, enum AVPixelFormat target, int hasAlpha, int eightbytes)
static void yuv2p010lX_c(const int16_t *filter, int filterSize, const int16_t **src, uint16_t *dest, int dstW, int big_endian)
#define YUV2RGBWRAPPER(name, base, ext, fmt, hasAlpha)
#define AV_PIX_FMT_BGR565
const uint8_t * chrDither8
packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), big-endian , X=unused/undefined
packed BGR 4:4:4, 16bpp, (msb)4X 4B 4G 4R(lsb), big-endian, X=unused/undefined
Y , 1bpp, 0 is black, 1 is white, in each byte pixels are ordered from the msb to the lsb...
#define CONFIG_SWSCALE_ALPHA
Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb...
planar GBRA 4:4:4:4 32bpp
static av_always_inline void yuv2rgb_X_c_template(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int y, enum AVPixelFormat target, int hasAlpha)
planar GBR 4:4:4 27bpp, little-endian
packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as big...
#define AV_PIX_FMT_BGR444
void(* yuv2packed2_fn)(struct SwsContext *c, const int16_t *lumSrc[2], const int16_t *chrUSrc[2], const int16_t *chrVSrc[2], const int16_t *alpSrc[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y)
Write one line of horizontally scaled Y/U/V/A to packed-pixel YUV/RGB output by doing bilinear scalin...
#define output_pixel(pos, val, bias, signedness)
packed RGB 3:3:2, 8bpp, (msb)2R 3G 3B(lsb)
#define AV_PIX_FMT_RGB555
static av_always_inline void yuv2rgb_write_full(SwsContext *c, uint8_t *dest, int i, int Y, int A, int U, int V, int y, enum AVPixelFormat target, int hasAlpha, int err[4])
static av_always_inline void yuv2rgba64_full_2_c_template(SwsContext *c, const int32_t *buf[2], const int32_t *ubuf[2], const int32_t *vbuf[2], const int32_t *abuf[2], uint16_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha, int eightbytes)
static av_always_inline void yuv2rgba64_1_c_template(SwsContext *c, const int32_t *buf0, const int32_t *ubuf[2], const int32_t *vbuf[2], const int32_t *abuf0, uint16_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha, int eightbytes)
#define AV_PIX_FMT_RGB32_1
static av_always_inline void yuv2plane1_10_c_template(const int16_t *src, uint16_t *dest, int dstW, int big_endian, int output_bits)
void(* yuv2interleavedX_fn)(struct SwsContext *c, const int16_t *chrFilter, int chrFilterSize, const int16_t **chrUSrc, const int16_t **chrVSrc, uint8_t *dest, int dstW)
Write one line of horizontally scaled chroma to interleaved output with multi-point vertical scaling ...
static void yuv2nv12cX_c(SwsContext *c, const int16_t *chrFilter, int chrFilterSize, const int16_t **chrUSrc, const int16_t **chrVSrc, uint8_t *dest, int chrDstW)
static av_always_inline void yuv2rgba64_2_c_template(SwsContext *c, const int32_t *buf[2], const int32_t *ubuf[2], const int32_t *vbuf[2], const int32_t *abuf[2], uint16_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha, int eightbytes)
void(* yuv2anyX_fn)(struct SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t **dest, int dstW, int y)
Write one line of horizontally scaled Y/U/V/A to YUV/RGB output by doing multi-point vertical scaling...
#define AV_PIX_FMT_RGB565
packed BGR 5:5:5, 16bpp, (msb)1X 5B 5G 5R(lsb), big-endian , X=unused/undefined
planar GBR 4:4:4 48bpp, little-endian
packed BGR 4:4:4, 16bpp, (msb)4X 4B 4G 4R(lsb), little-endian, X=unused/undefined ...
static void yuv2p016cX_c(SwsContext *c, const int16_t *chrFilter, int chrFilterSize, const int16_t **chrUSrc, const int16_t **chrVSrc, uint8_t *dest8, int chrDstW)
int depth
Number of bits in the component.
planar GBRA 4:4:4:4 64bpp, little-endian
#define YUV2PACKEDWRAPPER(name, base, ext, fmt)
int flags
Flags passed by the user to select scaler algorithm, optimizations, subsampling, etc...
AVPixelFormat
Pixel format.
static av_always_inline int isNBPS(enum AVPixelFormat pix_fmt)
planar GBR 4:4:4 30bpp, little-endian
packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is st...
packed AYUV 4:4:4,64bpp (1 Cr & Cb sample per 1x1 Y & A samples), little-endian