Searched refs:FF_ALLOCZ_OR_GOTO (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.c323 FF_ALLOCZ_OR_GOTO(s->avctx, pic->mb_var,
325 FF_ALLOCZ_OR_GOTO(s->avctx, pic->mc_mb_var,
327 FF_ALLOCZ_OR_GOTO(s->avctx, pic->mb_mean,
331 FF_ALLOCZ_OR_GOTO(s->avctx, pic->f.mbskip_table,
333 FF_ALLOCZ_OR_GOTO(s->avctx, pic->qscale_table_base,
336 FF_ALLOCZ_OR_GOTO(s->avctx, pic->mb_type_base,
343 FF_ALLOCZ_OR_GOTO(s->avctx, pic->motion_val_base[i],
347 FF_ALLOCZ_OR_GOTO(s->avctx, pic->f.ref_index[i],
354 FF_ALLOCZ_OR_GOTO(s->avctx, pic->motion_val_base[i],
358 FF_ALLOCZ_OR_GOTO(
[all...]
H A Ddnxhdenc.c107 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->vlc_codes, max_level*4*sizeof(*ctx->vlc_codes), fail);
108 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->vlc_bits, max_level*4*sizeof(*ctx->vlc_bits) , fail);
109 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->run_codes, 63*2, fail);
110 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->run_bits, 63, fail);
165 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_l, (ctx->m.avctx->qmax+1) * 64 * sizeof(int), fail);
166 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c, (ctx->m.avctx->qmax+1) * 64 * sizeof(int), fail);
167 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_l16, (ctx->m.avctx->qmax+1) * 64 * 2 * sizeof(uint16_t), fail);
168 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c16, (ctx->m.avctx->qmax+1) * 64 * 2 * sizeof(uint16_t), fail);
218 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->mb_rc, 8160*ctx->m.avctx->qmax*sizeof(RCEntry), fail);
220 FF_ALLOCZ_OR_GOTO(ct
[all...]
H A Dac3enc.c2323 FF_ALLOCZ_OR_GOTO(avctx, s->mdct_coef_buffer, total_coefs *
2345 FF_ALLOCZ_OR_GOTO(avctx, block->mdct_coef, channels * sizeof(*block->mdct_coef),
2347 FF_ALLOCZ_OR_GOTO(avctx, block->exp, channels * sizeof(*block->exp),
2349 FF_ALLOCZ_OR_GOTO(avctx, block->grouped_exp, channels * sizeof(*block->grouped_exp),
2351 FF_ALLOCZ_OR_GOTO(avctx, block->psd, channels * sizeof(*block->psd),
2353 FF_ALLOCZ_OR_GOTO(avctx, block->band_psd, channels * sizeof(*block->band_psd),
2355 FF_ALLOCZ_OR_GOTO(avctx, block->mask, channels * sizeof(*block->mask),
2357 FF_ALLOCZ_OR_GOTO(avctx, block->qmant, channels * sizeof(*block->qmant),
2360 FF_ALLOCZ_OR_GOTO(avctx, block->cpl_coord_exp, channels * sizeof(*block->cpl_coord_exp),
2362 FF_ALLOCZ_OR_GOTO(avct
[all...]
H A Dac3enc_template.c56 FF_ALLOCZ_OR_GOTO(s->avctx, s->planar_samples[ch],
H A Diirfilter.c170 FF_ALLOCZ_OR_GOTO(avc, c, sizeof(FFIIRFilterCoeffs),
H A Dsnow.c441 FF_ALLOCZ_OR_GOTO(avctx, s->spatial_idwt_buffer, width * height * sizeof(IDWTELEM), fail);
442 FF_ALLOCZ_OR_GOTO(avctx, s->spatial_dwt_buffer, width * height * sizeof(DWTELEM), fail); //FIXME this does not belong here
H A Dh264.c950 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->intra4x4_pred_mode, row_mb_num * 8 * sizeof(uint8_t), fail)
952 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->non_zero_count , big_mb_num * 48 * sizeof(uint8_t), fail)
953 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->slice_table_base , (big_mb_num+s->mb_stride) * sizeof(*h->slice_table_base), fail)
954 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->cbp_table, big_mb_num * sizeof(uint16_t), fail)
956 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->chroma_pred_mode_table, big_mb_num * sizeof(uint8_t), fail)
957 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->mvd_table[0], 16*row_mb_num * sizeof(uint8_t), fail);
958 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->mvd_table[1], 16*row_mb_num * sizeof(uint8_t), fail);
959 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->direct_table, 4*big_mb_num * sizeof(uint8_t) , fail);
960 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->list_counts, big_mb_num * sizeof(uint8_t), fail)
965 FF_ALLOCZ_OR_GOTO(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhdenc.c136 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->vlc_codes,
138 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->vlc_bits,
140 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->run_codes,
142 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->run_bits,
200 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_l,
202 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c,
204 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_l16,
207 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c16,
274 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->mb_rc, 8160 * (ctx->m.avctx->qmax + 1) * sizeof(RCEntry), fail);
276 FF_ALLOCZ_OR_GOTO(ct
[all...]
H A Dmpegvideo.c455 FF_ALLOCZ_OR_GOTO(s->avctx, s->edge_emu_buffer, alloc_size * 4 * 68,
458 FF_ALLOCZ_OR_GOTO(s->avctx, s->me.scratchpad, alloc_size * 4 * 16 * 2,
832 FF_ALLOCZ_OR_GOTO(s->avctx, s->me.map,
834 FF_ALLOCZ_OR_GOTO(s->avctx, s->me.score_map,
837 FF_ALLOCZ_OR_GOTO(s->avctx, s->dct_error_sum,
841 FF_ALLOCZ_OR_GOTO(s->avctx, s->blocks, 64 * 12 * 2 * sizeof(int16_t), fail)
852 FF_ALLOCZ_OR_GOTO(s->avctx, s->ac_val_base,
1173 FF_ALLOCZ_OR_GOTO(s->avctx, s->mb_index2xy, (s->mb_num + 1) * sizeof(int), fail); // error ressilience code looks cleaner with this
1182 FF_ALLOCZ_OR_GOTO(s->avctx, s->p_mv_table_base, mv_table_size * 2 * sizeof(int16_t), fail)
1183 FF_ALLOCZ_OR_GOTO(
[all...]
H A Dh264.c435 FF_ALLOCZ_OR_GOTO(h->avctx, h->intra4x4_pred_mode,
437 FF_ALLOCZ_OR_GOTO(h->avctx, h->non_zero_count,
439 FF_ALLOCZ_OR_GOTO(h->avctx, h->slice_table_base,
441 FF_ALLOCZ_OR_GOTO(h->avctx, h->cbp_table,
443 FF_ALLOCZ_OR_GOTO(h->avctx, h->chroma_pred_mode_table,
445 FF_ALLOCZ_OR_GOTO(h->avctx, h->mvd_table[0],
447 FF_ALLOCZ_OR_GOTO(h->avctx, h->mvd_table[1],
449 FF_ALLOCZ_OR_GOTO(h->avctx, h->direct_table,
451 FF_ALLOCZ_OR_GOTO(h->avctx, h->list_counts,
458 FF_ALLOCZ_OR_GOTO(
[all...]
H A Dac3enc.c2333 FF_ALLOCZ_OR_GOTO(avctx, s->mdct_coef_buffer, total_coefs *
2355 FF_ALLOCZ_OR_GOTO(avctx, block->mdct_coef, channels * sizeof(*block->mdct_coef),
2357 FF_ALLOCZ_OR_GOTO(avctx, block->exp, channels * sizeof(*block->exp),
2359 FF_ALLOCZ_OR_GOTO(avctx, block->grouped_exp, channels * sizeof(*block->grouped_exp),
2361 FF_ALLOCZ_OR_GOTO(avctx, block->psd, channels * sizeof(*block->psd),
2363 FF_ALLOCZ_OR_GOTO(avctx, block->band_psd, channels * sizeof(*block->band_psd),
2365 FF_ALLOCZ_OR_GOTO(avctx, block->mask, channels * sizeof(*block->mask),
2367 FF_ALLOCZ_OR_GOTO(avctx, block->qmant, channels * sizeof(*block->qmant),
2370 FF_ALLOCZ_OR_GOTO(avctx, block->cpl_coord_exp, channels * sizeof(*block->cpl_coord_exp),
2372 FF_ALLOCZ_OR_GOTO(avct
[all...]
H A Daacenc.c708 FF_ALLOCZ_OR_GOTO(avctx, s->buffer.samples, 3 * 1024 * s->channels * sizeof(s->buffer.samples[0]), alloc_fail);
709 FF_ALLOCZ_OR_GOTO(avctx, s->cpe, sizeof(ChannelElement) * s->chan_map[0], alloc_fail);
710 FF_ALLOCZ_OR_GOTO(avctx, avctx->extradata, 5 + FF_INPUT_BUFFER_PADDING_SIZE, alloc_fail);
H A Dac3enc_template.c63 FF_ALLOCZ_OR_GOTO(s->avctx, s->planar_samples[ch],
H A Diirfilter.c173 FF_ALLOCZ_OR_GOTO(avc, c, sizeof(FFIIRFilterCoeffs),
H A Dmpegvideo_enc.c846 FF_ALLOCZ_OR_GOTO(s->avctx, s->ac_stats,
850 FF_ALLOCZ_OR_GOTO(s->avctx, s->avctx->stats_out, 256, fail);
852 FF_ALLOCZ_OR_GOTO(s->avctx, s->q_intra_matrix, 64 * 32 * sizeof(int), fail);
853 FF_ALLOCZ_OR_GOTO(s->avctx, s->q_chroma_intra_matrix, 64 * 32 * sizeof(int), fail);
854 FF_ALLOCZ_OR_GOTO(s->avctx, s->q_inter_matrix, 64 * 32 * sizeof(int), fail);
855 FF_ALLOCZ_OR_GOTO(s->avctx, s->q_intra_matrix16, 64 * 32 * 2 * sizeof(uint16_t), fail);
856 FF_ALLOCZ_OR_GOTO(s->avctx, s->q_chroma_intra_matrix16, 64 * 32 * 2 * sizeof(uint16_t), fail);
857 FF_ALLOCZ_OR_GOTO(s->avctx, s->q_inter_matrix16, 64 * 32 * 2 * sizeof(uint16_t), fail);
858 FF_ALLOCZ_OR_GOTO(s->avctx, s->input_picture,
860 FF_ALLOCZ_OR_GOTO(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dinternal.h172 #define FF_ALLOCZ_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.c204 FF_ALLOCZ_OR_GOTO(NULL, filter, dstW*sizeof(*filter)*filterSize, fail);
359 FF_ALLOCZ_OR_GOTO(NULL, filter2, filter2Size*dstW*sizeof(*filter2), fail);
490 FF_ALLOCZ_OR_GOTO(NULL, *outFilter, *outFilterSize*(dstW+3)*sizeof(int16_t), fail);
941 FF_ALLOCZ_OR_GOTO(c, c->hLumFilter , (dstW /8+8)*sizeof(int16_t), fail);
942 FF_ALLOCZ_OR_GOTO(c, c->hChrFilter , (c->chrDstW /4+8)*sizeof(int16_t), fail);
943 FF_ALLOCZ_OR_GOTO(c, c->hLumFilterPos, (dstW /2/8+8)*sizeof(int32_t), fail);
944 FF_ALLOCZ_OR_GOTO(c, c->hChrFilterPos, (c->chrDstW/2/4+8)*sizeof(int32_t), fail);
1034 FF_ALLOCZ_OR_GOTO(c, c->alpPixBuf, c->vLumBufSize*3*sizeof(int16_t*), fail);
1038 FF_ALLOCZ_OR_GOTO(c, c->lumPixBuf[i+c->vLumBufSize], dst_stride+16, fail);
1051 FF_ALLOCZ_OR_GOTO(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dinternal.h140 #define FF_ALLOCZ_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.c1441 FF_ALLOCZ_OR_GOTO(c, c->hLumFilter, (dstW / 8 + 8) * sizeof(int16_t), fail);
1442 FF_ALLOCZ_OR_GOTO(c, c->hChrFilter, (c->chrDstW / 4 + 8) * sizeof(int16_t), fail);
1443 FF_ALLOCZ_OR_GOTO(c, c->hLumFilterPos, (dstW / 2 / 8 + 8) * sizeof(int32_t), fail);
1444 FF_ALLOCZ_OR_GOTO(c, c->hChrFilterPos, (c->chrDstW / 2 / 4 + 8) * sizeof(int32_t), fail);
1549 FF_ALLOCZ_OR_GOTO(c, c->dither_error[i], (c->dstW+2) * sizeof(int), fail);
1557 FF_ALLOCZ_OR_GOTO(c, c->alpPixBuf, c->vLumBufSize * 3 * sizeof(int16_t *), fail);
1562 FF_ALLOCZ_OR_GOTO(c, c->lumPixBuf[i + c->vLumBufSize],
1578 FF_ALLOCZ_OR_GOTO(c, c->alpPixBuf[i + c->vLumBufSize],

Completed in 179 milliseconds