av_calloc        1389 cmdutils.c         if (!(codecs = av_calloc(nb_codecs, sizeof(*codecs)))) {
av_calloc         313 libavcodec/dvdsubenc.c         if (!(vrect_data = av_calloc(vrect.w, vrect.h)))
av_calloc         258 libavcodec/ffwavesynth.c     ws->inter = av_calloc(ws->nb_inter, sizeof(*ws->inter));
av_calloc         258 libavcodec/sonic.c     copy = av_calloc(entries, sizeof(*copy));
av_calloc         284 libavcodec/sonic.c     bits = av_calloc(entries*max, sizeof(*bits));
av_calloc         354 libavcodec/sonic.c     int *bits = av_calloc(entries, sizeof(*bits));
av_calloc         504 libavcodec/sonic.c     int *state = av_calloc(window_entries, sizeof(*state));
av_calloc         629 libavcodec/sonic.c     s->tap_quant = av_calloc(s->num_taps, sizeof(*s->tap_quant));
av_calloc         640 libavcodec/sonic.c     s->tail = av_calloc(s->tail_size, sizeof(*s->tail));
av_calloc         644 libavcodec/sonic.c     s->predictor_k = av_calloc(s->num_taps, sizeof(*s->predictor_k) );
av_calloc         650 libavcodec/sonic.c         s->coded_samples[i] = av_calloc(s->block_align, sizeof(**s->coded_samples));
av_calloc         655 libavcodec/sonic.c     s->int_samples = av_calloc(s->frame_size, sizeof(*s->int_samples));
av_calloc         658 libavcodec/sonic.c     s->window = av_calloc(s->window_size, sizeof(*s->window));
av_calloc         915 libavcodec/sonic.c     s->tap_quant = av_calloc(s->num_taps, sizeof(*s->tap_quant));
av_calloc         919 libavcodec/sonic.c     s->predictor_k = av_calloc(s->num_taps, sizeof(*s->predictor_k));
av_calloc         923 libavcodec/sonic.c         s->predictor_state[i] = av_calloc(s->num_taps, sizeof(**s->predictor_state));
av_calloc         930 libavcodec/sonic.c         s->coded_samples[i] = av_calloc(s->block_align, sizeof(**s->coded_samples));
av_calloc         934 libavcodec/sonic.c     s->int_samples = av_calloc(s->frame_size, sizeof(*s->int_samples));
av_calloc         174 libavcodec/truemotion2.c     huff.nums    = av_calloc(huff.max_num, sizeof(int));
av_calloc         175 libavcodec/truemotion2.c     huff.bits    = av_calloc(huff.max_num, sizeof(uint32_t));
av_calloc         176 libavcodec/truemotion2.c     huff.lens    = av_calloc(huff.max_num, sizeof(int));
av_calloc         956 libavcodec/truemotion2.c     l->Y1_base = av_calloc(w * h, sizeof(*l->Y1_base));
av_calloc         957 libavcodec/truemotion2.c     l->Y2_base = av_calloc(w * h, sizeof(*l->Y2_base));
av_calloc         961 libavcodec/truemotion2.c     l->U1_base = av_calloc(w * h, sizeof(*l->U1_base));
av_calloc         962 libavcodec/truemotion2.c     l->V1_base = av_calloc(w * h, sizeof(*l->V1_base));
av_calloc         963 libavcodec/truemotion2.c     l->U2_base = av_calloc(w * h, sizeof(*l->U2_base));
av_calloc         964 libavcodec/truemotion2.c     l->V2_base = av_calloc(w * h, sizeof(*l->V1_base));
av_calloc         128 libavfilter/af_adelay.c     s->chandelay = av_calloc(inlink->channels, sizeof(*s->chandelay));
av_calloc         312 libavfilter/af_amerge.c     am->in = av_calloc(am->nb_inputs, sizeof(*am->in));
av_calloc         206 libavfilter/af_aphaser.c     p->delay_buffer = av_calloc(p->delay_buffer_length, sizeof(*p->delay_buffer) * inlink->channels);
av_calloc          91 libavfilter/af_astats.c     s->chstats = av_calloc(sizeof(*s->chstats), outlink->channels);
av_calloc         124 libavfilter/af_flanger.c     s->delay_last  = av_calloc(inlink->channels, sizeof(*s->delay_last));
av_calloc         125 libavfilter/af_flanger.c     s->lfo         = av_calloc(s->lfo_length, sizeof(*s->lfo));
av_calloc         261 libavfilter/af_ladspa.c     s->handles    = av_calloc(s->nb_handles, sizeof(*s->handles));
av_calloc         476 libavfilter/af_ladspa.c     s->ipmap = av_calloc(nb_ports, sizeof(*s->ipmap));
av_calloc         477 libavfilter/af_ladspa.c     s->opmap = av_calloc(nb_ports, sizeof(*s->opmap));
av_calloc         478 libavfilter/af_ladspa.c     s->icmap = av_calloc(nb_ports, sizeof(*s->icmap));
av_calloc         479 libavfilter/af_ladspa.c     s->ocmap = av_calloc(nb_ports, sizeof(*s->ocmap));
av_calloc         480 libavfilter/af_ladspa.c     s->ictlv = av_calloc(nb_ports, sizeof(*s->ictlv));
av_calloc         481 libavfilter/af_ladspa.c     s->octlv = av_calloc(nb_ports, sizeof(*s->octlv));
av_calloc         482 libavfilter/af_ladspa.c     s->ctl_needs_value = av_calloc(nb_ports, sizeof(*s->ctl_needs_value));
av_calloc         394 libavfilter/avf_concat.c     cat->in = av_calloc(ctx->nb_inputs, sizeof(*cat->in));
av_calloc         512 libavfilter/avf_showcqt.c     s->spectogram = av_calloc(spectogram_height, s->outpicref->linesize[0]);
av_calloc         427 libavfilter/avfilter.c         ctx->var_values = av_calloc(VAR_VARS_NB, sizeof(*ctx->var_values));
av_calloc        1146 libavfilter/avfiltergraph.c     sinks = av_calloc(sink_links_count, sizeof(*sinks));
av_calloc         300 libavfilter/f_ebur128.c     ebur128->y_line_ref = av_calloc(ebur128->graph.h + 1, sizeof(*ebur128->y_line_ref));
av_calloc         376 libavfilter/f_ebur128.c     ebur128->ch_weighting = av_calloc(nb_channels, sizeof(*ebur128->ch_weighting));
av_calloc         395 libavfilter/f_ebur128.c         ebur128->i400.cache[i]  = av_calloc(I400_BINS,  sizeof(*ebur128->i400.cache[0]));
av_calloc         396 libavfilter/f_ebur128.c         ebur128->i3000.cache[i] = av_calloc(I3000_BINS, sizeof(*ebur128->i3000.cache[0]));
av_calloc         408 libavfilter/f_ebur128.c         ebur128->true_peaks = av_calloc(nb_channels, sizeof(*ebur128->true_peaks));
av_calloc         409 libavfilter/f_ebur128.c         ebur128->true_peaks_per_frame = av_calloc(nb_channels, sizeof(*ebur128->true_peaks_per_frame));
av_calloc         430 libavfilter/f_ebur128.c         ebur128->sample_peaks = av_calloc(nb_channels, sizeof(*ebur128->sample_peaks));
av_calloc         445 libavfilter/f_ebur128.c     struct hist_entry *h = av_calloc(HIST_SIZE, sizeof(*h));
av_calloc         111 libavfilter/f_interleave.c     s->queues = av_calloc(s->nb_inputs, sizeof(s->queues[0]));
av_calloc         270 libavfilter/formats.c     list_copy = av_calloc(count+1, sizeof(type));                       \
av_calloc         261 libavfilter/src_movie.c     movie->st = av_calloc(nb_streams, sizeof(*movie->st));
av_calloc         280 libavfilter/src_movie.c     movie->out_index = av_calloc(movie->max_stream_index + 1,
av_calloc         230 libavfilter/vf_curves.c     double (*matrix)[3] = av_calloc(n, sizeof(*matrix));
av_calloc         232 libavfilter/vf_curves.c     double *r = av_calloc(n, sizeof(*r));
av_calloc         547 libavfilter/vf_dctdnoiz.c     iweights = av_calloc(s->pr_height, linesize * sizeof(*iweights));
av_calloc         250 libavfilter/vf_decimate.c     dm->queue     = av_calloc(dm->cycle, sizeof(*dm->queue));
av_calloc         256 libavfilter/vf_decimate.c         dm->clean_src = av_calloc(dm->cycle, sizeof(*dm->clean_src));
av_calloc         105 libavfilter/vf_edgedetect.c         plane->gradients  = av_calloc(inlink->w * inlink->h, sizeof(*plane->gradients));
av_calloc         527 libavfilter/vf_fspp.c         fspp->non_b_qp_table = av_calloc(fspp->non_b_qp_alloc_size, sizeof(*fspp->non_b_qp_table));
av_calloc         172 libavfilter/vf_gradfun.c     s->buf = av_calloc((FFALIGN(inlink->w, 16) * (s->radius + 1) / 2 + 32), sizeof(*s->buf));
av_calloc         116 libavfilter/vf_pullup.c     f->diffs = av_calloc(FFALIGN(s->metric_length, 16), sizeof(*f->diffs));
av_calloc         117 libavfilter/vf_pullup.c     f->combs = av_calloc(FFALIGN(s->metric_length, 16), sizeof(*f->combs));
av_calloc         118 libavfilter/vf_pullup.c     f->vars  = av_calloc(FFALIGN(s->metric_length, 16), sizeof(*f->vars));
av_calloc          63 libavfilter/vf_thumbnail.c     thumb->frames = av_calloc(thumb->n_frames, sizeof(*thumb->frames));
av_calloc          95 libavfilter/vf_w3fdif.c     s->work_line = av_calloc(s->linesize[0], sizeof(*s->work_line));
av_calloc         197 libavfilter/vsrc_life.c     if (!(life->buf[0] = av_calloc(life->h * life->w, sizeof(*life->buf[0]))) ||
av_calloc         198 libavfilter/vsrc_life.c         !(life->buf[1] = av_calloc(life->h * life->w, sizeof(*life->buf[1])))) {
av_calloc         239 libavfilter/vsrc_life.c         if (!(life->buf[0] = av_calloc(life->h * life->w, sizeof(*life->buf[0]))) ||
av_calloc         240 libavfilter/vsrc_life.c             !(life->buf[1] = av_calloc(life->h * life->w, sizeof(*life->buf[1])))) {
av_calloc         484 libavformat/mxfdec.c     mxf->local_tags = av_calloc(item_num, item_len);
av_calloc         678 libavformat/mxfdec.c     *refs = av_calloc(*count, sizeof(UID));
av_calloc         856 libavformat/mxfdec.c     if (!(segment->temporal_offset_entries=av_calloc(segment->nb_index_entries, sizeof(*segment->temporal_offset_entries))) ||
av_calloc         857 libavformat/mxfdec.c         !(segment->flag_entries          = av_calloc(segment->nb_index_entries, sizeof(*segment->flag_entries))) ||
av_calloc         858 libavformat/mxfdec.c         !(segment->stream_offset_entries = av_calloc(segment->nb_index_entries, sizeof(*segment->stream_offset_entries)))) {
av_calloc        1109 libavformat/mxfdec.c     if (!(unsorted_segments = av_calloc(nb_segments, sizeof(*unsorted_segments))) ||
av_calloc        1110 libavformat/mxfdec.c         !(*sorted_segments  = av_calloc(nb_segments, sizeof(**sorted_segments)))) {
av_calloc        1282 libavformat/mxfdec.c     if (!(index_table->ptses      = av_calloc(index_table->nb_ptses, sizeof(int64_t))) ||
av_calloc        1283 libavformat/mxfdec.c         !(index_table->fake_index = av_calloc(index_table->nb_ptses, sizeof(AVIndexEntry)))) {
av_calloc         354 libavformat/nutdec.c     nut->stream = av_calloc(stream_count, sizeof(StreamContext));
av_calloc         708 libavformat/nutenc.c     nut->stream   = av_calloc(s->nb_streams,  sizeof(*nut->stream ));
av_calloc         709 libavformat/nutenc.c     nut->chapter  = av_calloc(s->nb_chapters, sizeof(*nut->chapter));
av_calloc         710 libavformat/nutenc.c     nut->time_base= av_calloc(s->nb_streams +
av_calloc         165 libavformat/tee.c     tee_slave->stream_map = av_calloc(avf->nb_streams, sizeof(*tee_slave->stream_map));
av_calloc         223 libavformat/tee.c     tee_slave->bsfs = av_calloc(avf2->nb_streams, sizeof(TeeSlave));
av_calloc         217 libavutil/mem.h void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
av_calloc          50 libavutil/pca.c     pca->covariance= av_calloc(n*n, sizeof(double));
av_calloc          51 libavutil/pca.c     pca->mean= av_calloc(n, sizeof(double));
av_calloc         201 libavutil/samplefmt.c     *audio_data = av_calloc(nb_planes, sizeof(**audio_data));
av_calloc         365 libswresample/rematrix.c         s->native_matrix = av_calloc(nb_in * nb_out, sizeof(int));
av_calloc         375 libswresample/rematrix.c         s->native_matrix = av_calloc(nb_in * nb_out, sizeof(float));
av_calloc         385 libswresample/rematrix.c         s->native_matrix = av_calloc(nb_in * nb_out, sizeof(double));
av_calloc         220 libswresample/resample.c         c->filter_bank   = av_calloc(c->filter_alloc, (phase_count+1)*c->felem_size);
av_calloc         111 tools/uncoded_frame.c     if (!(streams = av_calloc(nb_streams, sizeof(*streams)))) {