Lines Matching refs:abuf0

695                       const int16_t *abuf0, uint8_t *dest, int dstW,
767 const int16_t *abuf0, uint8_t *dest, int dstW, \
771 abuf0, dest, dstW, uvalpha, \
871 const int16_t *abuf0, uint8_t *dest, int dstW,
975 *abuf0 = hasAlpha ? abuf[0] : NULL,
989 A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha) >> 15;
1001 const int32_t *abuf0, uint16_t *dest, int dstW,
1004 int hasAlpha = !!abuf0;
1014 A = abuf0[i] >> 3;
1116 *abuf0 = hasAlpha ? abuf[0] : NULL,
1145 A1 = (abuf0[i * 2 ] * yalpha1 + abuf1[i * 2 ] * yalpha) >> 1;
1146 A2 = (abuf0[i * 2 + 1] * yalpha1 + abuf1[i * 2 + 1] * yalpha) >> 1;
1174 const int32_t *abuf0, uint16_t *dest, int dstW,
1197 A1 = abuf0[i * 2 ] << 11;
1198 A2 = abuf0[i * 2 + 1] << 11;
1243 A1 = abuf0[i * 2 ] << 11;
1244 A2 = abuf0[i * 2 + 1] << 11;
1348 *abuf0 = hasAlpha ? abuf[0] : NULL,
1373 A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha) >> 1;
1393 const int32_t *abuf0, uint16_t *dest, int dstW,
1412 A = abuf0[i] << 11;
1445 A = abuf0[i] << 11;
1511 *abuf0 = (const int32_t *) _abuf0; \
1513 name ## base ## _1_c_template(c, buf0, ubuf, vbuf, abuf0, dest, \
1743 *abuf0 = hasAlpha ? abuf[0] : NULL,
1762 A1 = (abuf0[i * 2 ] * yalpha1 + abuf1[i * 2 ] * yalpha) >> 19;
1763 A2 = (abuf0[i * 2 + 1] * yalpha1 + abuf1[i * 2 + 1] * yalpha) >> 19;
1776 const int16_t *abuf0, uint8_t *dest, int dstW,
1795 A1 = abuf0[i * 2 ] * 255 + 16384 >> 15;
1796 A2 = abuf0[i * 2 + 1] * 255 + 16384 >> 15;
1817 A1 = (abuf0[i * 2 ] + 64) >> 7;
1818 A2 = (abuf0[i * 2 + 1] + 64) >> 7;
1857 const int16_t *abuf0, uint8_t *dest, int dstW, \
1860 name ## base ## _1_c_template(c, buf0, ubuf, vbuf, abuf0, dest, \
2096 *abuf0 = hasAlpha ? abuf[0] : NULL,
2118 A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha + (1<<18)) >> 19;
2134 const int16_t *abuf0, uint8_t *dest, int dstW,
2155 A = (abuf0[i] + 64) >> 7;
2172 A = (abuf0[i] + 64) >> 7;
2445 const int16_t *abuf0, uint8_t *dest, int dstW,
2448 int hasAlpha = !!abuf0;
2458 A = (abuf0[i] + 64) >> 7;
2476 *abuf0 = hasAlpha ? abuf[0] : NULL,
2490 A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha) >> 19;