• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching refs:FF_ALLOCZ_OR_GOTO

323             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(s->avctx, pic->f.ref_index[i],
364 FF_ALLOCZ_OR_GOTO(s->avctx, pic->f.dct_coeff,
368 FF_ALLOCZ_OR_GOTO(s->avctx, pic->f.pan_scan,
375 fail: // for the FF_ALLOCZ_OR_GOTO macro
424 FF_ALLOCZ_OR_GOTO(s->avctx, s->edge_emu_buffer,
429 FF_ALLOCZ_OR_GOTO(s->avctx, s->me.scratchpad,
436 FF_ALLOCZ_OR_GOTO(s->avctx, s->me.map,
438 FF_ALLOCZ_OR_GOTO(s->avctx, s->me.score_map,
441 FF_ALLOCZ_OR_GOTO(s->avctx, s->dct_error_sum,
445 FF_ALLOCZ_OR_GOTO(s->avctx, s->blocks, 64 * 12 * 2 * sizeof(DCTELEM), fail)
454 FF_ALLOCZ_OR_GOTO(s->avctx, s->ac_val_base,
736 FF_ALLOCZ_OR_GOTO(s->avctx, s->mb_index2xy, (s->mb_num + 1) * sizeof(int),
747 FF_ALLOCZ_OR_GOTO(s->avctx, s->p_mv_table_base,
749 FF_ALLOCZ_OR_GOTO(s->avctx, s->b_forw_mv_table_base,
751 FF_ALLOCZ_OR_GOTO(s->avctx, s->b_back_mv_table_base,
753 FF_ALLOCZ_OR_GOTO(s->avctx, s->b_bidir_forw_mv_table_base,
755 FF_ALLOCZ_OR_GOTO(s->avctx, s->b_bidir_back_mv_table_base,
757 FF_ALLOCZ_OR_GOTO(s->avctx, s->b_direct_mv_table_base,
773 FF_ALLOCZ_OR_GOTO(s->avctx, s->ac_stats,
777 FF_ALLOCZ_OR_GOTO(s->avctx, s->avctx->stats_out, 256, fail);
780 FF_ALLOCZ_OR_GOTO(s->avctx, s->mb_type, mb_array_size *
783 FF_ALLOCZ_OR_GOTO(s->avctx, s->lambda_table, mb_array_size *
786 FF_ALLOCZ_OR_GOTO(s->avctx, s->q_intra_matrix,
788 FF_ALLOCZ_OR_GOTO(s->avctx, s->q_inter_matrix,
790 FF_ALLOCZ_OR_GOTO(s->avctx, s->q_intra_matrix16,
792 FF_ALLOCZ_OR_GOTO(s->avctx, s->q_inter_matrix16,
794 FF_ALLOCZ_OR_GOTO(s->avctx, s->input_picture,
796 FF_ALLOCZ_OR_GOTO(s->avctx, s->reordered_input_picture,
800 FF_ALLOCZ_OR_GOTO(s->avctx, s->dct_offset,
807 FF_ALLOCZ_OR_GOTO(s->avctx, s->picture,
814 FF_ALLOCZ_OR_GOTO(s->avctx, s->error_status_table,
824 FF_ALLOCZ_OR_GOTO(s->avctx,
831 FF_ALLOCZ_OR_GOTO(s->avctx, s->b_field_select_table [i][j],
834 FF_ALLOCZ_OR_GOTO(s->avctx, s->p_field_mv_table_base[i][j],
840 FF_ALLOCZ_OR_GOTO(s->avctx, s->p_field_select_table[i],
847 FF_ALLOCZ_OR_GOTO(s->avctx, s->coded_block_base, y_size, fail);
851 FF_ALLOCZ_OR_GOTO(s->avctx, s->cbp_table,
853 FF_ALLOCZ_OR_GOTO(s->avctx, s->pred_dir_table,
860 FF_ALLOCZ_OR_GOTO(s->avctx, s->dc_val_base,
870 FF_ALLOCZ_OR_GOTO(s->avctx, s->mbintra_table, mb_array_size, fail);
874 FF_ALLOCZ_OR_GOTO(s->avctx, s->mbskip_table, mb_array_size + 2, fail);