Home | History | Annotate | Download | only in video

Lines Matching refs:dstp

547     Uint32 *dstp = (Uint32 *) info->d_pixels;
593 ASSEMBLE_RGBA((Uint8 *)dstp, dstbpp, dstfmt, \
596 dstp = (Uint32 *) (((Uint8 *) dstp) + dstbpp); \
607 ASSEMBLE_RGBA((Uint8 *)dstp, dstbpp, dstfmt, \
610 dstp = (Uint32 *) (((Uint8 *)dstp) + dstbpp); \
616 ONE_PIXEL_BLEND((UNALIGNED_PTR(dstp)) && (width), width);
636 vd = vec_ld(0, dstp);
640 vec_st(vd, 0, dstp);
643 dstp += 4;
649 dstp += dstskip >> 2;
2164 Uint16 *dstp = (Uint16 *)info->d_pixels;
2178 *dstp = *srcp;
2180 dstp++;
2185 dstp += dstskip;