Home
last modified time | relevance | path

Searched refs:slices_hdr (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drv10.c604 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()
Drv34.c1618 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()