get_slice_offset 740 libavcodec/rv10.c unsigned offset = get_slice_offset(avctx, slices_hdr, i); get_slice_offset 749 libavcodec/rv10.c size = get_slice_offset(avctx, slices_hdr, i + 1) - offset; get_slice_offset 754 libavcodec/rv10.c size2 = get_slice_offset(avctx, slices_hdr, i + 2) - offset; get_slice_offset 1651 libavcodec/rv34.c offset = get_slice_offset(avctx, slices_hdr, 0, slice_count, buf_size); get_slice_offset 1763 libavcodec/rv34.c int offset = get_slice_offset(avctx, slices_hdr, i , slice_count, buf_size); get_slice_offset 1764 libavcodec/rv34.c int offset1 = get_slice_offset(avctx, slices_hdr, i+1, slice_count, buf_size); get_slice_offset 1777 libavcodec/rv34.c int offset2 = get_slice_offset(avctx, slices_hdr, i+2, slice_count, buf_size);