Home
last modified time | relevance | path

Searched refs:nb_slice_ctx_queued (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dec.c623 H264SliceContext *sl = h->slice_ctx + h->nb_slice_ctx_queued; in decode_nal_units()
641 if (h->nb_slice_ctx_queued == max_slice_ctx) { in decode_nal_units()
644 h->nb_slice_ctx_queued = 0; in decode_nal_units()
969 h->nb_slice_ctx_queued = 0; in h264_decode_frame()
Dh264dec.h359 int nb_slice_ctx_queued; member
Dh264_slice.c2093 H264SliceContext *sl = h->slice_ctx + h->nb_slice_ctx_queued; in ff_h264_queue_decode_slice()
2120 if (h->nb_slice_ctx_queued) { in ff_h264_queue_decode_slice()
2211 h->nb_slice_ctx_queued++; in ff_h264_queue_decode_slice()
2804 int context_count = h->nb_slice_ctx_queued; in ff_h264_execute_decode_slices()
2879 h->nb_slice_ctx_queued = 0; in ff_h264_execute_decode_slices()