Home
last modified time | relevance | path

Searched refs:dstpitch (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Diff.c866 int dstpitch = ncolumns * bpp; in decode_byte_vertical_delta() local
903 ofsdst += dstpitch; in decode_byte_vertical_delta()
907 ofsdst += opcode * dstpitch; in decode_byte_vertical_delta()
918 ofsdst += dstpitch; in decode_byte_vertical_delta()
1044 int dstpitch = ncolumns * bpp * 2; in decode_short_vertical_delta() local
1086 ofsdst += dstpitch; in decode_short_vertical_delta()
1090 ofsdst += opcode * dstpitch; in decode_short_vertical_delta()
1097 ofsdst += dstpitch; in decode_short_vertical_delta()
1112 int dstpitch = ((w + 15) / 16 * 2) * bpp; in decode_long_vertical_delta() local
1157 if (ofsdst + (opcode - 1LL) * dstpitch > bytestream2_size_ in decode_long_vertical_delta()
1198 int dstpitch = ncolumns * bpp * 2; decode_short_vertical_delta2() local
1258 int dstpitch = ((w + 15) / 16 * 2) * bpp; decode_long_vertical_delta2() local
1456 int i, k, dstpitch; decode_delta_l() local
[all...]
H A Dsanm.c1373 ptrdiff_t dstpitch, srcpitch = ctx->pitch * (hdr ? sizeof(ctx->frm0[0]) : 1); in copy_output() local
1379 dstpitch = ctx->frame->linesize[0]; in copy_output()
1384 dst += dstpitch; in copy_output()

Completed in 6 milliseconds