Searched refs:av_mallocz_array (Results 26 - 50 of 66) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c1671 s->all_fragments = av_mallocz_array(s->fragment_count, sizeof(Vp3Fragment));
1673 s->coded_fragment_list[0] = av_mallocz_array(s->fragment_count, sizeof(int));
1675 s->dct_tokens_base = av_mallocz_array(s->fragment_count,
1677 s->motion_val[0] = av_mallocz_array(y_fragment_count, sizeof(*s->motion_val[0]));
1678 s->motion_val[1] = av_mallocz_array(c_fragment_count, sizeof(*s->motion_val[1]));
1681 s->superblock_fragments = av_mallocz_array(s->superblock_count, 16 * sizeof(int));
H A Divi_common.c328 planes[p].bands = av_mallocz_array(planes[p].num_bands, sizeof(IVIBandDesc));
399 tile->mbs = av_mallocz_array(tile->num_MBs, sizeof(IVIMbInfo));
443 band->tiles = av_mallocz_array(band->num_tiles, sizeof(IVITile));
H A Da64multienc.c225 !(c->mc_charmap = av_mallocz_array(c->mc_lifetime, 1000 * sizeof(int))) ||
H A Datrac3plusdec.c169 ctx->ch_units = av_mallocz_array(ctx->num_channel_blocks, sizeof(*ctx->ch_units));
H A Dtta.c107 s->decode_buffer = av_mallocz_array(sizeof(int32_t)*s->frame_length, s->channels);
H A Dwebp.c380 code_lengths = av_mallocz_array(alphabet_size, sizeof(*code_lengths));
621 img->color_cache = av_mallocz_array(1 << img->color_cache_bits,
636 img->huffman_groups = av_mallocz_array(img->nb_huffman_groups *
H A Dlibxavs.c356 if (!(x4->pts_buffer = av_mallocz_array((avctx->max_b_frames+1), sizeof(*x4->pts_buffer))))
H A Dopusdec.c606 c->streams = av_mallocz_array(c->nb_streams, sizeof(*c->streams));
H A Dvorbisdec.c381 codebook_setup->codevectors = used_entries ? av_mallocz_array(used_entries,
564 floor_setup->data.t1.list = av_mallocz_array(floor_setup->data.t1.x_list_dim,
810 mapping_setup->mux = av_mallocz_array(vc->audio_channels,
987 vc->saved = av_mallocz_array(vc->blocksize[1] / 4, vc->audio_channels * sizeof(*vc->saved));
H A Droqvideoenc.c999 av_mallocz_array((enc->width*enc->height/16), sizeof(motion_vect));
1005 av_mallocz_array((enc->width*enc->height/64), sizeof(motion_vect));
H A Dsnow.c111 s->block= av_mallocz_array(w * h, sizeof(BlockNode) << (s->block_max_depth*2));
565 b->x_coeff=av_mallocz_array(((b->width+1) * b->height+1), sizeof(x_and_coeff));
H A Daacpsy.c357 pctx->ch = av_mallocz_array(ctx->avctx->channels, sizeof(AacPsyChannel));
H A Datrac3.c921 q->units = av_mallocz_array(avctx->channels, sizeof(*q->units));
H A Dproresdec2.c187 ctx->slices = av_mallocz_array(slice_count, sizeof(*ctx->slices));
H A Dpthread_frame.c634 fctx->threads = av_mallocz_array(thread_count, sizeof(PerThreadContext));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_channelmap.c315 av_mallocz_array(nch_out, sizeof(*buf->extended_data));
H A Dvf_libopencv.c169 if (!(*values = av_mallocz_array(sizeof(int) * *rows, *cols)))
H A Daf_amix.c252 s->input_scale = av_mallocz_array(s->nb_inputs, sizeof(*s->input_scale));
H A Dbuffersrc.c274 frame->extended_buf = av_mallocz_array(sizeof(*frame->extended_buf),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibnut.c73 priv->s = s = av_mallocz_array(avf->nb_streams + 1, sizeof*s);
H A Dhdsenc.c347 c->streams = av_mallocz_array(s->nb_streams, sizeof(*c->streams));
H A Drtspdec.c699 av_mallocz_array(s->nb_streams, 2 * sizeof(*rt->real_setup_cache));
H A Dsmoothstreamingenc.c307 c->streams = av_mallocz_array(s->nb_streams, sizeof(*c->streams));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dismindex.c176 track->offsets = av_mallocz_array(track->chunks, sizeof(*track->offsets));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c673 octx->groups = av_mallocz_array(octx->nb_groups, sizeof(*octx->groups));
2023 opts = av_mallocz_array(s->nb_streams, sizeof(*opts));

Completed in 377 milliseconds

123