Searched refs:pb_linesize (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mwsc.c | 41 int width, int height, int stride, int pb_linesize, int gbp_linesize) in rle_uncompress() argument 45 bytestream2_seek_p(pb, (height - 1) * pb_linesize, SEEK_SET); in rle_uncompress() 56 bytestream2_seek_p(pb, -(pb_linesize + stride), SEEK_CUR); in rle_uncompress() 67 bytestream2_seek_p(pb, -(pb_linesize + stride), SEEK_CUR); in rle_uncompress() 78 bytestream2_seek_p(pb, -(pb_linesize + stride), SEEK_CUR); in rle_uncompress()
|