Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_slice.c2638 if (sl->mb_x + sl->mb_y * h->mb_width >= sl->next_slice_idx) { in decode_slice()
2640 sl->next_slice_idx); in decode_slice()
2709 if (sl->mb_x + sl->mb_y * h->mb_width >= sl->next_slice_idx) { in decode_slice()
2711 sl->next_slice_idx); in decode_slice()
2808 h->slice_ctx[0].next_slice_idx = INT_MAX; in ff_h264_execute_decode_slices()
2817 h->slice_ctx[0].next_slice_idx = h->mb_width * h->mb_height; in ff_h264_execute_decode_slices()
2827 int next_slice_idx = h->mb_width * h->mb_height; in ff_h264_execute_decode_slices() local
2843 next_slice_idx = FFMIN(next_slice_idx, slice_idx2); in ff_h264_execute_decode_slices()
2845 sl->next_slice_idx = next_slice_idx; in ff_h264_execute_decode_slices()
Dh264dec.h243 int next_slice_idx; member