FF_ALLOCZ_ARRAY_OR_GOTO  944 libavcodec/aacenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->buffer.samples, s->channels, 3 * 1024 * sizeof(s->buffer.samples[0]), alloc_fail);
FF_ALLOCZ_ARRAY_OR_GOTO  945 libavcodec/aacenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->cpe, s->chan_map[0], sizeof(ChannelElement), alloc_fail);
FF_ALLOCZ_ARRAY_OR_GOTO 2338 libavcodec/ac3enc.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->mdct_coef_buffer, total_coefs,
FF_ALLOCZ_ARRAY_OR_GOTO 2360 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->mdct_coef, channels, sizeof(*block->mdct_coef),
FF_ALLOCZ_ARRAY_OR_GOTO 2362 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->exp, channels, sizeof(*block->exp),
FF_ALLOCZ_ARRAY_OR_GOTO 2364 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->grouped_exp, channels, sizeof(*block->grouped_exp),
FF_ALLOCZ_ARRAY_OR_GOTO 2366 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->psd, channels, sizeof(*block->psd),
FF_ALLOCZ_ARRAY_OR_GOTO 2368 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->band_psd, channels, sizeof(*block->band_psd),
FF_ALLOCZ_ARRAY_OR_GOTO 2370 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->mask, channels, sizeof(*block->mask),
FF_ALLOCZ_ARRAY_OR_GOTO 2372 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->qmant, channels, sizeof(*block->qmant),
FF_ALLOCZ_ARRAY_OR_GOTO 2375 libavcodec/ac3enc.c             FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->cpl_coord_exp, channels, sizeof(*block->cpl_coord_exp),
FF_ALLOCZ_ARRAY_OR_GOTO 2377 libavcodec/ac3enc.c             FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->cpl_coord_mant, channels, sizeof(*block->cpl_coord_mant),
FF_ALLOCZ_ARRAY_OR_GOTO 2400 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->fixed_coef_buffer, total_coefs,
FF_ALLOCZ_ARRAY_OR_GOTO 2404 libavcodec/ac3enc.c             FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->fixed_coef, channels,
FF_ALLOCZ_ARRAY_OR_GOTO 2412 libavcodec/ac3enc.c             FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->fixed_coef, channels,
FF_ALLOCZ_ARRAY_OR_GOTO  210 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->orig_vlc_codes,
FF_ALLOCZ_ARRAY_OR_GOTO  212 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->orig_vlc_bits,
FF_ALLOCZ_ARRAY_OR_GOTO  274 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->qmatrix_l,
FF_ALLOCZ_ARRAY_OR_GOTO  276 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c,
FF_ALLOCZ_ARRAY_OR_GOTO  278 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->qmatrix_l16,
FF_ALLOCZ_ARRAY_OR_GOTO  281 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c16,
FF_ALLOCZ_ARRAY_OR_GOTO  348 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->mb_rc, (ctx->m.avctx->qmax + 1),
FF_ALLOCZ_ARRAY_OR_GOTO  351 libavcodec/dnxhdenc.c         FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->mb_cmp,
FF_ALLOCZ_ARRAY_OR_GOTO  353 libavcodec/dnxhdenc.c         FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->mb_cmp_tmp,
FF_ALLOCZ_ARRAY_OR_GOTO  187 libavcodec/h264dec.c     FF_ALLOCZ_ARRAY_OR_GOTO(h->avctx, h->intra4x4_pred_mode,
FF_ALLOCZ_ARRAY_OR_GOTO  199 libavcodec/h264dec.c     FF_ALLOCZ_ARRAY_OR_GOTO(h->avctx, h->mvd_table[0],
FF_ALLOCZ_ARRAY_OR_GOTO  201 libavcodec/h264dec.c     FF_ALLOCZ_ARRAY_OR_GOTO(h->avctx, h->mvd_table[1],
FF_ALLOCZ_ARRAY_OR_GOTO   81 libavcodec/mpegpicture.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, sc->edge_emu_buffer, alloc_size, EMU_EDGE_HEIGHT,
FF_ALLOCZ_ARRAY_OR_GOTO   84 libavcodec/mpegpicture.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, me->scratchpad, alloc_size, 4 * 16 * 2,
FF_ALLOCZ_ARRAY_OR_GOTO  490 libavcodec/snow.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->spatial_idwt_buffer, width, height * sizeof(IDWTELEM), fail);
FF_ALLOCZ_ARRAY_OR_GOTO  491 libavcodec/snow.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->spatial_dwt_buffer,  width, height * sizeof(DWTELEM),  fail); //FIXME this does not belong here
FF_ALLOCZ_ARRAY_OR_GOTO  492 libavcodec/snow.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->temp_dwt_buffer,     width, sizeof(DWTELEM),  fail);
FF_ALLOCZ_ARRAY_OR_GOTO  493 libavcodec/snow.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->temp_idwt_buffer,    width, sizeof(IDWTELEM), fail);
FF_ALLOCZ_ARRAY_OR_GOTO  523 libavcodec/snow.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->scratchbuf, FFMAX(s->mconly_picture->linesize[0], 2*avctx->width+256), 7*MB_SIZE, fail);
FF_ALLOCZ_ARRAY_OR_GOTO  360 libswscale/utils.c         FF_ALLOCZ_ARRAY_OR_GOTO(NULL, filter,
FF_ALLOCZ_ARRAY_OR_GOTO  528 libswscale/utils.c     FF_ALLOCZ_ARRAY_OR_GOTO(NULL, filter2, dstW, filter2Size * sizeof(*filter2), fail);
FF_ALLOCZ_ARRAY_OR_GOTO  687 libswscale/utils.c     FF_ALLOCZ_ARRAY_OR_GOTO(NULL, *outFilter,