Searched refs:get_slice_offset (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | rv10.c | 587 static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n) in get_slice_offset() function 630 unsigned offset = get_slice_offset(avctx, slices_hdr, i); in rv10_decode_frame() 639 size = get_slice_offset(avctx, slices_hdr, i + 1) - offset; in rv10_decode_frame() 644 size2 = get_slice_offset(avctx, slices_hdr, i + 2) - offset; in rv10_decode_frame()
|
D | rv34.c | 1557 static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n, int slice_count, int … in get_slice_offset() function 1644 offset = get_slice_offset(avctx, slices_hdr, 0, slice_count, buf_size); in ff_rv34_decode_frame() 1760 int offset = get_slice_offset(avctx, slices_hdr, i , slice_count, buf_size); in ff_rv34_decode_frame() 1761 int offset1 = get_slice_offset(avctx, slices_hdr, i+1, slice_count, buf_size); in ff_rv34_decode_frame() 1774 int offset2 = get_slice_offset(avctx, slices_hdr, i+2, slice_count, buf_size); in ff_rv34_decode_frame()
|