Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264dec.c161 for (i = 0; i < h->nb_slice_ctx; i++) { in ff_h264_free_tables()
184 const int row_mb_num = 2*h->mb_stride*FFMAX(h->nb_slice_ctx, 1); in ff_h264_alloc_tables()
303 h->nb_slice_ctx = (avctx->active_thread_type & FF_THREAD_SLICE) ? avctx->thread_count : 1; in h264_init_context()
304 h->slice_ctx = av_mallocz_array(h->nb_slice_ctx, sizeof(*h->slice_ctx)); in h264_init_context()
306 h->nb_slice_ctx = 0; in h264_init_context()
324 for (i = 0; i < h->nb_slice_ctx; i++) in h264_init_context()
347 h->nb_slice_ctx = 0; in h264_decode_end()
640 max_slice_ctx = avctx->hwaccel ? 1 : h->nb_slice_ctx; in decode_nal_units()
Dh264dec.h358 int nb_slice_ctx; member
Dh264_slice.c522 for (i = 0; i < h->nb_slice_ctx; i++) { in h264_frame_start()
984 for (i = 0; i < h->nb_slice_ctx; i++) { in h264_slice_header_init()
2007 if (sl->deblocking_filter == 1 && h->nb_slice_ctx > 1) { in h264_slice_init()