44 dst += (height - 1) * f->
linesize[0];
45 for (i = height; i; i--) {
46 memcpy(dst, src, linelen);
56 dst += (height - 1) * f->
linesize[0];
57 for (i = height; i; i--) {
58 for (j = linelen; j; j--)
60 src += src_stride - linelen;
66 #define copy_frame_16(f, s, l, h) copy_frame_default(f, s, l, l, h)
67 #define copy_frame_32(f, s, l, h) copy_frame_default(f, s, l, l, h)
68 #define add_frame_16(f, s, l, h) add_frame_default(f, s, l, l, h)
69 #define add_frame_32(f, s, l, h) add_frame_default(f, s, l, l, h)
75 dst += (height - 1) * f->
linesize[0];
76 for (i = height; i; i--) {
77 for (j = linelen / 2; j; j--) {
91 dst += (height - 1) * f->
linesize[0];
92 for (i = height; i; i--) {
93 for (j = linelen / 4; j; j--) {
106 int linelen,
int height) {
109 dst += (height - 1) * f->
linesize[0];
110 for (i = height; i; i--) {
111 for (j = linelen / 2; j; j--) {
122 int linelen,
int height) {
125 dst += (height - 1) * f->
linesize[0];
126 for (i = height; i; i--) {
127 for (j = linelen / 4; j; j--) {
143 int buf_size = avpkt->
size;
163 switch ((buf[0] >> 1) & 7) {
173 if (uncompress(c->
decomp_buf, &dlen, &buf[2], buf_size - 2) != Z_OK)
231 "CamStudio codec error: invalid depth %i bpp\n",