MAX_SLICES 35 libavcodec/dxva2_h264.c DXVA_Slice_H264_Short slice_short[MAX_SLICES]; MAX_SLICES 36 libavcodec/dxva2_h264.c DXVA_Slice_H264_Long slice_long[MAX_SLICES]; MAX_SLICES 476 libavcodec/dxva2_h264.c if (ctx_pic->slice_count >= MAX_SLICES) MAX_SLICES 35 libavcodec/dxva2_hevc.c DXVA_Slice_HEVC_Short slice_short[MAX_SLICES]; MAX_SLICES 389 libavcodec/dxva2_hevc.c if (ctx_pic->slice_count >= MAX_SLICES) MAX_SLICES 34 libavcodec/dxva2_mpeg2.c DXVA_SliceInfo slice[MAX_SLICES]; MAX_SLICES 283 libavcodec/dxva2_mpeg2.c if (ctx_pic->slice_count >= MAX_SLICES) { MAX_SLICES 33 libavcodec/dxva2_vc1.c DXVA_SliceInfo slice[MAX_SLICES]; MAX_SLICES 338 libavcodec/dxva2_vc1.c if (ctx_pic->slice_count >= MAX_SLICES) { MAX_SLICES 127 libavcodec/ffv1.h struct FFV1Context *slice_context[MAX_SLICES]; MAX_SLICES 745 libavcodec/ffv1dec.c f->slice_count < MAX_SLICES && 3 + 5*!!f->ec < p - c->bytestream_start; MAX_SLICES 754 libavcodec/ffv1dec.c if (f->slice_count > (unsigned)MAX_SLICES || f->slice_count <= 0 || f->slice_count > f->max_slice_count) { MAX_SLICES 1021 libavcodec/ffv1dec.c struct FFV1Context *slice_context[MAX_SLICES]; MAX_SLICES 888 libavcodec/ffv1enc.c if (avctx->slices == s->num_h_slices * s->num_v_slices && avctx->slices <= MAX_SLICES || !avctx->slices) MAX_SLICES 2011 libavcodec/h264_slice.c h->slice_row[(sl->slice_num-1)&(MAX_SLICES-1)]= sl->resync_mb_y; MAX_SLICES 2012 libavcodec/h264_slice.c if ( h->slice_row[sl->slice_num&(MAX_SLICES-1)] + 3 >= sl->resync_mb_y MAX_SLICES 2013 libavcodec/h264_slice.c && h->slice_row[sl->slice_num&(MAX_SLICES-1)] <= sl->resync_mb_y MAX_SLICES 2014 libavcodec/h264_slice.c && sl->slice_num >= MAX_SLICES) { MAX_SLICES 2016 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_WARNING, "Possibly too many slices (%d >= %d), increase MAX_SLICES and recompile if there are artifacts\n", sl->slice_num, MAX_SLICES); MAX_SLICES 2021 libavcodec/h264_slice.c int *ref2frm = h->ref2frm[sl->slice_num & (MAX_SLICES - 1)][j]; MAX_SLICES 2234 libavcodec/h264_slice.c const int *ref2frm = &h->ref2frm[h->slice_table[top_xy] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)]; MAX_SLICES 2249 libavcodec/h264_slice.c const int *ref2frm = &h->ref2frm[h->slice_table[left_xy[LTOP]] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)]; MAX_SLICES 2282 libavcodec/h264_slice.c const int *ref2frm = &h->ref2frm[sl->slice_num & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)]; MAX_SLICES 544 libavcodec/h264dec.h int16_t slice_row[MAX_SLICES]; ///< to detect when MAX_SLICES is too low MAX_SLICES 559 libavcodec/h264dec.h int ref2frm[MAX_SLICES][2][64]; ///< reference to frame number lists, used in the loop filter, the first 2 are for -2,-1 MAX_SLICES 75 libavcodec/libzvbi-teletextdec.c vbi_sliced sliced[MAX_SLICES]; MAX_SLICES 586 libavcodec/libzvbi-teletextdec.c while (size >= 2 && lines < MAX_SLICES) { MAX_SLICES 128 tests/api/api-h264-slice-test.c else if (threads > MAX_SLICES) MAX_SLICES 129 tests/api/api-h264-slice-test.c threads = MAX_SLICES; MAX_SLICES 139 tests/api/api-h264-slice-test.c nal = av_malloc(MAX_SLICES * UINT16_MAX + AV_INPUT_BUFFER_PADDING_SIZE); MAX_SLICES 211 tests/api/api-h264-slice-test.c memset(nal, 0, MAX_SLICES * UINT16_MAX + AV_INPUT_BUFFER_PADDING_SIZE);