Home
last modified time | relevance | path

Searched refs:slice_idx (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevc_refs.c288 if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab)) in init_slice_rpl()
292 frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx; in init_slice_rpl()
H A Dhevcdec.h512 int slice_idx; ///< number of the slice being currently decoded member
H A Dh264_slice.c2922 int slice_idx; in ff_h264_execute_decode_slices() local
2927 slice_idx = sl->mb_y * h->mb_width + sl->mb_x; in ff_h264_execute_decode_slices()
2932 if (i == j || slice_idx2 < slice_idx) in ff_h264_execute_decode_slices()
H A Dhevcdec.c648 s->slice_idx++; in hls_slice_header()
652 s->slice_idx = 0; in hls_slice_header()

Completed in 20 milliseconds