Searched defs:dstpitch (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | iff.c | 866 int dstpitch = ncolumns * bpp; in decode_byte_vertical_delta() local 1044 int dstpitch = ncolumns * bpp * 2; in decode_short_vertical_delta() local 1112 int dstpitch = ((w + 15) / 16 * 2) * bpp; in decode_long_vertical_delta() local 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 D | sanm.c | 1373 ptrdiff_t dstpitch, srcpitch = ctx->pitch * (hdr ? sizeof(ctx->frm0[0]) : 1); in copy_output() local |
Completed in 5 milliseconds