43 dst += (height - 1) * f->
linesize[0];
44 for (i = height; i; i--) {
45 memcpy(dst, src, linelen);
55 dst += (height - 1) * f->
linesize[0];
56 for (i = height; i; i--) {
57 for (j = linelen; j; j--)
59 src += src_stride - linelen;
65 #define copy_frame_16(f, s, l, h) copy_frame_default(f, s, l, l, h)
66 #define copy_frame_32(f, s, l, h) copy_frame_default(f, s, l, l, h)
67 #define add_frame_16(f, s, l, h) add_frame_default(f, s, l, l, h)
68 #define add_frame_32(f, s, l, h) add_frame_default(f, s, l, l, h)
74 dst += (height - 1) * f->
linesize[0];
75 for (i = height; i; i--) {
76 for (j = linelen / 2; j; j--) {
90 dst += (height - 1) * f->
linesize[0];
91 for (i = height; i; i--) {
92 for (j = linelen / 4; j; j--) {
105 int linelen,
int height) {
108 dst += (height - 1) * f->
linesize[0];
109 for (i = height; i; i--) {
110 for (j = linelen / 2; j; j--) {
121 int linelen,
int height) {
124 dst += (height - 1) * f->
linesize[0];
125 for (i = height; i; i--) {
126 for (j = linelen / 4; j; j--) {
142 int buf_size = avpkt->
size;
158 switch ((buf[0] >> 1) & 7) {
168 if (uncompress(c->
decomp_buf, &dlen, &buf[2], buf_size - 2) != Z_OK)
225 "CamStudio codec error: invalid depth %i bpp\n",