Lines Matching defs:abuf
634 const int16_t *abuf[2], uint8_t *dest, int dstW,
758 const int16_t *abuf[2], uint8_t *dest, int dstW, \
761 name ## base ## _2_c_template(c, buf, ubuf, vbuf, abuf, \
838 const int16_t *abuf[2], uint8_t *dest, int dstW,
969 const int32_t *abuf[2], uint16_t *dest, int dstW,
973 int hasAlpha = abuf && abuf[0] && abuf[1];
975 *abuf0 = hasAlpha ? abuf[0] : NULL,
976 *abuf1 = hasAlpha ? abuf[1] : NULL;
1109 const int32_t *abuf[2], uint16_t *dest, int dstW,
1116 *abuf0 = hasAlpha ? abuf[0] : NULL,
1117 *abuf1 = hasAlpha ? abuf[1] : NULL;
1341 const int32_t *abuf[2], uint16_t *dest, int dstW,
1348 *abuf0 = hasAlpha ? abuf[0] : NULL,
1349 *abuf1 = hasAlpha ? abuf[1] : NULL;
1497 **abuf = (const int32_t **) _abuf; \
1499 name ## base ## _2_c_template(c, buf, ubuf, vbuf, abuf, \
1736 const int16_t *abuf[2], uint8_t *dest, int dstW,
1743 *abuf0 = hasAlpha ? abuf[0] : NULL,
1744 *abuf1 = hasAlpha ? abuf[1] : NULL;
1846 const int16_t *abuf[2], uint8_t *dest, int dstW, \
1849 name ## base ## _2_c_template(c, buf, ubuf, vbuf, abuf, \
2089 const int16_t *abuf[2], uint8_t *dest, int dstW,
2096 *abuf0 = hasAlpha ? abuf[0] : NULL,
2097 *abuf1 = hasAlpha ? abuf[1] : NULL;
2471 const int16_t *abuf[2], uint8_t *dest, int dstW,
2474 int hasAlpha = abuf && abuf[0] && abuf[1];
2476 *abuf0 = hasAlpha ? abuf[0] : NULL,
2477 *abuf1 = hasAlpha ? abuf[1] : NULL;