Searched refs:slices_hdr (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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()
|
H A D | rv34.c | 1609 const uint8_t *slices_hdr = NULL; in ff_rv34_decode_frame() local 1629 slices_hdr = buf + 4; in ff_rv34_decode_frame() 1635 offset = get_slice_offset(avctx, slices_hdr, 0, slice_count, buf_size); in ff_rv34_decode_frame() 1751 int offset = get_slice_offset(avctx, slices_hdr, i , slice_count, buf_size); in ff_rv34_decode_frame() 1752 int offset1 = get_slice_offset(avctx, slices_hdr, i+1, slice_count, buf_size); in ff_rv34_decode_frame() 1765 int offset2 = get_slice_offset(avctx, slices_hdr, i+2, slice_count, buf_size); in ff_rv34_decode_frame()
|
Completed in 5 milliseconds