Searched refs:slices_hdr (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | rv10.c | 604 const uint8_t *slices_hdr = NULL; in rv10_decode_frame() local 623 slices_hdr = buf + 4; in rv10_decode_frame() 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 | 1618 const uint8_t *slices_hdr = NULL; in ff_rv34_decode_frame() local 1638 slices_hdr = buf + 4; in ff_rv34_decode_frame() 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()
|