get_slice_offset  735 libavcodec/rv10.c         unsigned offset = get_slice_offset(avctx, slices_hdr, i);
get_slice_offset  744 libavcodec/rv10.c             size = get_slice_offset(avctx, slices_hdr, i + 1) - offset;
get_slice_offset  749 libavcodec/rv10.c             size2 = get_slice_offset(avctx, slices_hdr, i + 2) - offset;
get_slice_offset 1664 libavcodec/rv34.c     if(get_slice_offset(avctx, slices_hdr, 0) < 0 ||
get_slice_offset 1665 libavcodec/rv34.c        get_slice_offset(avctx, slices_hdr, 0) > buf_size){
get_slice_offset 1669 libavcodec/rv34.c     init_get_bits(&s->gb, buf+get_slice_offset(avctx, slices_hdr, 0), (buf_size-get_slice_offset(avctx, slices_hdr, 0))*8);
get_slice_offset 1770 libavcodec/rv34.c         int offset = get_slice_offset(avctx, slices_hdr, i);
get_slice_offset 1775 libavcodec/rv34.c             size = get_slice_offset(avctx, slices_hdr, i+1) - offset;
get_slice_offset 1786 libavcodec/rv34.c             if (get_slice_offset(avctx, slices_hdr, i+1) < 0 ||
get_slice_offset 1787 libavcodec/rv34.c                 get_slice_offset(avctx, slices_hdr, i+1) > buf_size) {
get_slice_offset 1791 libavcodec/rv34.c             init_get_bits(&s->gb, buf+get_slice_offset(avctx, slices_hdr, i+1), (buf_size-get_slice_offset(avctx, slices_hdr, i+1))*8);
get_slice_offset 1794 libavcodec/rv34.c                     size = get_slice_offset(avctx, slices_hdr, i+2) - offset;