Searched refs:FF_ALLOC_OR_GOTO (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dadpcmenc.c77 FF_ALLOC_OR_GOTO(avctx, s->paths,
79 FF_ALLOC_OR_GOTO(avctx, s->node_buf,
81 FF_ALLOC_OR_GOTO(avctx, s->nodep_buf,
83 FF_ALLOC_OR_GOTO(avctx, s->trellis_hash,
502 FF_ALLOC_OR_GOTO(avctx, buf, 2 * n * 8, error);
598 FF_ALLOC_OR_GOTO(avctx, buf, 2 * n, error);
645 FF_ALLOC_OR_GOTO(avctx, buf, 2 * n, error);
669 FF_ALLOC_OR_GOTO(avctx, buf, 2 * n * 2, error);
H A Dalac.c557 FF_ALLOC_OR_GOTO(alac->avctx, alac->predicterror_buffer[ch],
560 FF_ALLOC_OR_GOTO(alac->avctx, alac->outputsamples_buffer[ch],
563 FF_ALLOC_OR_GOTO(alac->avctx, alac->extra_bits_buffer[ch],
H A Dac3enc_template.c51 FF_ALLOC_OR_GOTO(s->avctx, s->windowed_samples, AC3_WINDOW_SIZE *
53 FF_ALLOC_OR_GOTO(s->avctx, s->planar_samples, s->channels * sizeof(*s->planar_samples),
H A Diirfilter.c172 FF_ALLOC_OR_GOTO (avc, c->cx, sizeof(c->cx[0]) * ((order >> 1) + 1),
174 FF_ALLOC_OR_GOTO (avc, c->cy, sizeof(c->cy[0]) * order,
H A Dac3enc.c2319 FF_ALLOC_OR_GOTO(avctx, s->bap_buffer, total_coefs *
2321 FF_ALLOC_OR_GOTO(avctx, s->bap1_buffer, total_coefs *
2325 FF_ALLOC_OR_GOTO(avctx, s->exp_buffer, total_coefs *
2327 FF_ALLOC_OR_GOTO(avctx, s->grouped_exp_buffer, channel_blocks * 128 *
2329 FF_ALLOC_OR_GOTO(avctx, s->psd_buffer, total_coefs *
2331 FF_ALLOC_OR_GOTO(avctx, s->band_psd_buffer, channel_blocks * 64 *
2333 FF_ALLOC_OR_GOTO(avctx, s->mask_buffer, channel_blocks * 64 *
2335 FF_ALLOC_OR_GOTO(avctx, s->qmant_buffer, total_coefs *
2338 FF_ALLOC_OR_GOTO(avctx, s->cpl_coord_exp_buffer, channel_blocks * 16 *
2340 FF_ALLOC_OR_GOTO(avct
[all...]
H A Dtwinvq.c898 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->tmp_buf,
901 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->spectrum,
904 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->curr_frame,
907 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->prev_frame,
914 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->cos_tabs[i],
H A Dapedec.c211 FF_ALLOC_OR_GOTO(avctx, s->filterbuf[i],
H A Dsnow.c452 FF_ALLOC_OR_GOTO(avctx, s->scratchbuf, s->mconly_picture.linesize[0]*7*MB_SIZE, fail);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dadpcmenc.c83 FF_ALLOC_OR_GOTO(avctx, s->paths,
85 FF_ALLOC_OR_GOTO(avctx, s->node_buf,
87 FF_ALLOC_OR_GOTO(avctx, s->nodep_buf,
89 FF_ALLOC_OR_GOTO(avctx, s->trellis_hash,
512 FF_ALLOC_OR_GOTO(avctx, buf, avctx->channels * blocks * 8, error);
591 FF_ALLOC_OR_GOTO(avctx, buf, 2 * n, error);
639 FF_ALLOC_OR_GOTO(avctx, buf, 2 * n, error);
666 FF_ALLOC_OR_GOTO(avctx, buf, 2 * n * 2, error);
H A Dtwinvq.c549 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->tmp_buf,
552 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->spectrum,
555 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->curr_frame,
558 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->prev_frame,
565 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->cos_tabs[i],
H A Dalac.c524 FF_ALLOC_OR_GOTO(alac->avctx, alac->predict_error_buffer[ch],
529 FF_ALLOC_OR_GOTO(alac->avctx, alac->output_samples_buffer[ch],
533 FF_ALLOC_OR_GOTO(alac->avctx, alac->extra_bits_buffer[ch],
H A Dac3enc_template.c58 FF_ALLOC_OR_GOTO(s->avctx, s->windowed_samples, AC3_WINDOW_SIZE *
60 FF_ALLOC_OR_GOTO(s->avctx, s->planar_samples, s->channels * sizeof(*s->planar_samples),
H A Diirfilter.c175 FF_ALLOC_OR_GOTO (avc, c->cx, sizeof(c->cx[0]) * ((order >> 1) + 1),
177 FF_ALLOC_OR_GOTO (avc, c->cy, sizeof(c->cy[0]) * order,
H A Dac3enc.c2329 FF_ALLOC_OR_GOTO(avctx, s->bap_buffer, total_coefs *
2331 FF_ALLOC_OR_GOTO(avctx, s->bap1_buffer, total_coefs *
2335 FF_ALLOC_OR_GOTO(avctx, s->exp_buffer, total_coefs *
2337 FF_ALLOC_OR_GOTO(avctx, s->grouped_exp_buffer, channel_blocks * 128 *
2339 FF_ALLOC_OR_GOTO(avctx, s->psd_buffer, total_coefs *
2341 FF_ALLOC_OR_GOTO(avctx, s->band_psd_buffer, channel_blocks * 64 *
2343 FF_ALLOC_OR_GOTO(avctx, s->mask_buffer, channel_blocks * 64 *
2345 FF_ALLOC_OR_GOTO(avctx, s->qmant_buffer, total_coefs *
2348 FF_ALLOC_OR_GOTO(avctx, s->cpl_coord_exp_buffer, channel_blocks * 16 *
2350 FF_ALLOC_OR_GOTO(avct
[all...]
H A Dh264.c541 FF_ALLOC_OR_GOTO(h->avctx, er->mbintra_table, mb_array_size, fail);
546 FF_ALLOC_OR_GOTO(h->avctx, er->er_temp_buffer, h->mb_height * h->mb_stride,
H A Dsnow.c518 FF_ALLOC_OR_GOTO(avctx, s->emu_edge_buffer, emu_buf_size, fail);
H A Dapedec.c263 FF_ALLOC_OR_GOTO(avctx, s->filterbuf[i],
H A Dmpegvideo.c1200 FF_ALLOC_OR_GOTO(s->avctx, s->cplx_tab,
1202 FF_ALLOC_OR_GOTO(s->avctx, s->bits_tab,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dinternal.h163 #define FF_ALLOC_OR_GOTO(ctx, p, size, label)\ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dutils.c199 FF_ALLOC_OR_GOTO(NULL, *filterPos, (dstW+3)*sizeof(**filterPos), fail);
215 FF_ALLOC_OR_GOTO(NULL, filter, dstW*sizeof(*filter)*filterSize, fail);
229 FF_ALLOC_OR_GOTO(NULL, filter, dstW*sizeof(*filter)*filterSize, fail);
268 FF_ALLOC_OR_GOTO(NULL, filter, dstW*sizeof(*filter)*filterSize, fail);
885 FF_ALLOC_OR_GOTO(c, c->formatConvBuffer,
993 FF_ALLOC_OR_GOTO(c, c->vYCoeffsBank, sizeof (vector signed short)*c->vLumFilterSize*c->dstH, fail);
994 FF_ALLOC_OR_GOTO(c, c->vCCoeffsBank, sizeof (vector signed short)*c->vChrFilterSize*c->chrDstH, fail);
1030 FF_ALLOC_OR_GOTO(c, c->lumPixBuf, c->vLumBufSize*3*sizeof(int16_t*), fail);
1031 FF_ALLOC_OR_GOTO(c, c->chrUPixBuf, c->vChrBufSize*3*sizeof(int16_t*), fail);
1032 FF_ALLOC_OR_GOTO(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dinternal.h131 #define FF_ALLOC_OR_GOTO(ctx, p, size, label)\ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dutils.c1345 FF_ALLOC_OR_GOTO(c, c->formatConvBuffer, FFALIGN(srcW*2+78, 16) * 2, fail);
1510 FF_ALLOC_OR_GOTO(c, c->vYCoeffsBank, sizeof(vector signed short) * c->vLumFilterSize * c->dstH, fail);
1511 FF_ALLOC_OR_GOTO(c, c->vCCoeffsBank, sizeof(vector signed short) * c->vChrFilterSize * c->chrDstH, fail);
1553 FF_ALLOC_OR_GOTO(c, c->lumPixBuf, c->vLumBufSize * 3 * sizeof(int16_t *), fail);
1554 FF_ALLOC_OR_GOTO(c, c->chrUPixBuf, c->vChrBufSize * 3 * sizeof(int16_t *), fail);
1555 FF_ALLOC_OR_GOTO(c, c->chrVPixBuf, c->vChrBufSize * 3 * sizeof(int16_t *), fail);
1570 FF_ALLOC_OR_GOTO(c, c->chrUPixBuf[i + c->vChrBufSize],

Completed in 229 milliseconds