FF_ALLOCZ_ARRAY_OR_GOTO  736 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  737 libavcodec/aacenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->cpe, s->chan_map[0], sizeof(ChannelElement), alloc_fail);
FF_ALLOCZ_ARRAY_OR_GOTO 2335 libavcodec/ac3enc.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->mdct_coef_buffer, total_coefs,
FF_ALLOCZ_ARRAY_OR_GOTO 2357 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->mdct_coef, channels, sizeof(*block->mdct_coef),
FF_ALLOCZ_ARRAY_OR_GOTO 2359 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->exp, channels, sizeof(*block->exp),
FF_ALLOCZ_ARRAY_OR_GOTO 2361 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->grouped_exp, channels, sizeof(*block->grouped_exp),
FF_ALLOCZ_ARRAY_OR_GOTO 2363 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->psd, channels, sizeof(*block->psd),
FF_ALLOCZ_ARRAY_OR_GOTO 2365 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->band_psd, channels, sizeof(*block->band_psd),
FF_ALLOCZ_ARRAY_OR_GOTO 2367 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->mask, channels, sizeof(*block->mask),
FF_ALLOCZ_ARRAY_OR_GOTO 2369 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->qmant, channels, sizeof(*block->qmant),
FF_ALLOCZ_ARRAY_OR_GOTO 2372 libavcodec/ac3enc.c             FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->cpl_coord_exp, channels, sizeof(*block->cpl_coord_exp),
FF_ALLOCZ_ARRAY_OR_GOTO 2374 libavcodec/ac3enc.c             FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->cpl_coord_mant, channels, sizeof(*block->cpl_coord_mant),
FF_ALLOCZ_ARRAY_OR_GOTO 2397 libavcodec/ac3enc.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->fixed_coef_buffer, total_coefs,
FF_ALLOCZ_ARRAY_OR_GOTO 2401 libavcodec/ac3enc.c             FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->fixed_coef, channels,
FF_ALLOCZ_ARRAY_OR_GOTO 2409 libavcodec/ac3enc.c             FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->fixed_coef, channels,
FF_ALLOCZ_ARRAY_OR_GOTO  136 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->vlc_codes,
FF_ALLOCZ_ARRAY_OR_GOTO  138 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->vlc_bits,
FF_ALLOCZ_ARRAY_OR_GOTO  200 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->qmatrix_l,
FF_ALLOCZ_ARRAY_OR_GOTO  202 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c,
FF_ALLOCZ_ARRAY_OR_GOTO  204 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->qmatrix_l16,
FF_ALLOCZ_ARRAY_OR_GOTO  207 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c16,
FF_ALLOCZ_ARRAY_OR_GOTO  274 libavcodec/dnxhdenc.c     FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->mb_rc, (ctx->m.avctx->qmax + 1), 8160 * sizeof(RCEntry), fail);
FF_ALLOCZ_ARRAY_OR_GOTO  276 libavcodec/dnxhdenc.c         FF_ALLOCZ_ARRAY_OR_GOTO(ctx->m.avctx, ctx->mb_cmp,
FF_ALLOCZ_ARRAY_OR_GOTO  433 libavcodec/h264.c     FF_ALLOCZ_ARRAY_OR_GOTO(h->avctx, h->intra4x4_pred_mode,
FF_ALLOCZ_ARRAY_OR_GOTO  443 libavcodec/h264.c     FF_ALLOCZ_ARRAY_OR_GOTO(h->avctx, h->mvd_table[0],
FF_ALLOCZ_ARRAY_OR_GOTO  445 libavcodec/h264.c     FF_ALLOCZ_ARRAY_OR_GOTO(h->avctx, h->mvd_table[1],
FF_ALLOCZ_ARRAY_OR_GOTO  501 libavcodec/h264.c     FF_ALLOCZ_ARRAY_OR_GOTO(h->avctx, h->top_borders[0],
FF_ALLOCZ_ARRAY_OR_GOTO  503 libavcodec/h264.c     FF_ALLOCZ_ARRAY_OR_GOTO(h->avctx, h->top_borders[1],
FF_ALLOCZ_ARRAY_OR_GOTO  463 libavcodec/mpegvideo.c     FF_ALLOCZ_ARRAY_OR_GOTO(s->avctx, s->edge_emu_buffer, alloc_size, 4 * 68,
FF_ALLOCZ_ARRAY_OR_GOTO  466 libavcodec/mpegvideo.c     FF_ALLOCZ_ARRAY_OR_GOTO(s->avctx, s->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  310 libswscale/utils.c         FF_ALLOCZ_ARRAY_OR_GOTO(NULL, filter,
FF_ALLOCZ_ARRAY_OR_GOTO  486 libswscale/utils.c     FF_ALLOCZ_ARRAY_OR_GOTO(NULL, filter2, dstW, filter2Size * sizeof(*filter2), fail);
FF_ALLOCZ_ARRAY_OR_GOTO  645 libswscale/utils.c     FF_ALLOCZ_ARRAY_OR_GOTO(NULL, *outFilter,