Home
last modified time | relevance | path

Searched refs:bytestream2_seek_p (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmwsc.c47 bytestream2_seek_p(pb, (height - 1) * pb_linesize, SEEK_SET); in rle_uncompress()
58 bytestream2_seek_p(pb, -(pb_linesize + stride), SEEK_CUR); in rle_uncompress()
69 bytestream2_seek_p(pb, -(pb_linesize + stride), SEEK_CUR); in rle_uncompress()
80 bytestream2_seek_p(pb, -(pb_linesize + stride), SEEK_CUR); in rle_uncompress()
H A Diff.c842 bytestream2_seek_p(&pb, noffset, SEEK_SET); in decode_short_horizontal_delta()
853 bytestream2_seek_p(&pb, noffset, SEEK_SET); in decode_short_horizontal_delta()
897 bytestream2_seek_p(&pb, ofsdst, SEEK_SET); in decode_byte_vertical_delta()
912 bytestream2_seek_p(&pb, ofsdst, SEEK_SET); in decode_byte_vertical_delta()
1084 bytestream2_seek_p(&pb, ofsdst, SEEK_SET); in decode_short_vertical_delta()
1095 bytestream2_seek_p(&pb, ofsdst, SEEK_SET); in decode_short_vertical_delta()
1161 bytestream2_seek_p(&pb, ofsdst, SEEK_SET); in decode_long_vertical_delta()
1176 bytestream2_seek_p(&pb, ofsdst, SEEK_SET); in decode_long_vertical_delta()
1229 bytestream2_seek_p(&pb, ofsdst, SEEK_SET); in decode_short_vertical_delta2()
1241 bytestream2_seek_p( in decode_short_vertical_delta2()
[all...]
H A Dmscc.c95 bytestream2_seek_p(pb, y * avctx->width * s->bpp, SEEK_SET); in rle_uncompress()
103 bytestream2_seek_p(pb, y * avctx->width * s->bpp + x * s->bpp, SEEK_SET); in rle_uncompress()
H A Dutvideoenc.c501 bytestream2_seek_p(pb, 4 * (c->slices - i - 1) + in encode_plane()
508 bytestream2_seek_p(pb, -4 * (c->slices - i - 1) - offset, in encode_plane()
515 bytestream2_seek_p(pb, offset, SEEK_CUR); in encode_plane()
H A Dvbnenc.c110 bytestream2_seek_p(pb, 64, SEEK_SET); in vbn_encode()
H A Dmagicyuvenc.c523 bytestream2_seek_p(&pb, 32, SEEK_SET); in magy_encode_frame()
528 bytestream2_seek_p(&pb, pos, SEEK_SET); in magy_encode_frame()
H A Dbytestream.h236 static av_always_inline int bytestream2_seek_p(PutByteContext *p, in bytestream2_seek_p() function
H A Dcfhdenc.c792 bytestream2_seek_p(pby, 8, SEEK_SET); in cfhd_encode_frame()
H A Dtiff.c865 bytestream2_seek_p(&pb, stride * line, SEEK_SET); in tiff_unpack_strip()

Completed in 11 milliseconds