av_calloc        1525 fftools/cmdutils.c     if (!(codecs = av_calloc(nb_codecs, sizeof(*codecs)))) {
av_calloc         395 libavcodec/clearvideo.c     ti = av_calloc(1, sizeof(*ti));
av_calloc         689 libavcodec/clearvideo.c     c->mvi.mv          = av_calloc(c->pmb_width * 2, sizeof(*c->mvi.mv));
av_calloc         135 libavcodec/dcaenc.c     int32_t *bufer = av_calloc(MAX_CHANNELS * DCAENC_SUBBANDS *
av_calloc         329 libavcodec/dvdsubenc.c         if (!(vrect_data = av_calloc(vrect.w, vrect.h)))
av_calloc         252 libavcodec/ffwavesynth.c     ws->inter = av_calloc(ws->nb_inter, sizeof(*ws->inter));
av_calloc         576 libavcodec/fmvc.c     s->blocks    = av_calloc(s->nb_blocks, sizeof(*s->blocks));
av_calloc          60 libavcodec/gdv.c     gdv->frame = av_calloc(gdv->frame_size, 1);
av_calloc          61 libavcodec/hcom.c     s->dict = av_calloc(s->dict_entries, sizeof(*s->dict));
av_calloc         445 libavcodec/iff.c         s->video[0] = av_calloc(FFALIGN(avctx->width, 2) * avctx->height, s->bpp);
av_calloc         446 libavcodec/iff.c         s->video[1] = av_calloc(FFALIGN(avctx->width, 2) * avctx->height, s->bpp);
av_calloc         447 libavcodec/iff.c         s->pal = av_calloc(256, sizeof(*s->pal));
av_calloc          77 libavcodec/interplayacm.c     s->block   = av_calloc(s->block_len, sizeof(int));
av_calloc          78 libavcodec/interplayacm.c     s->wrapbuf = av_calloc(s->wrapbuf_len, sizeof(int));
av_calloc          79 libavcodec/interplayacm.c     s->ampbuf  = av_calloc(0x10000, sizeof(int));
av_calloc          80 libavcodec/interplayacm.c     s->bitstream = av_calloc(s->max_framesize + AV_INPUT_BUFFER_PADDING_SIZE / sizeof(*s->bitstream) + 1, sizeof(*s->bitstream));
av_calloc         255 libavcodec/midivid.c     s->skip = av_calloc(avctx->width >> 1, avctx->height >> 1);
av_calloc         261 libavcodec/sonic.c     copy = av_calloc(entries, sizeof(*copy));
av_calloc         287 libavcodec/sonic.c     bits = av_calloc(entries*max, sizeof(*bits));
av_calloc         357 libavcodec/sonic.c     int *bits = av_calloc(entries, sizeof(*bits));
av_calloc         507 libavcodec/sonic.c     int *state = av_calloc(window_entries, sizeof(*state));
av_calloc         636 libavcodec/sonic.c     s->tap_quant = av_calloc(s->num_taps, sizeof(*s->tap_quant));
av_calloc         650 libavcodec/sonic.c     s->tail = av_calloc(s->tail_size, sizeof(*s->tail));
av_calloc         654 libavcodec/sonic.c     s->predictor_k = av_calloc(s->num_taps, sizeof(*s->predictor_k) );
av_calloc         660 libavcodec/sonic.c         s->coded_samples[i] = av_calloc(s->block_align, sizeof(**s->coded_samples));
av_calloc         665 libavcodec/sonic.c     s->int_samples = av_calloc(s->frame_size, sizeof(*s->int_samples));
av_calloc         668 libavcodec/sonic.c     s->window = av_calloc(s->window_size, sizeof(*s->window));
av_calloc         945 libavcodec/sonic.c     s->tap_quant = av_calloc(s->num_taps, sizeof(*s->tap_quant));
av_calloc         952 libavcodec/sonic.c     s->predictor_k = av_calloc(s->num_taps, sizeof(*s->predictor_k));
av_calloc         956 libavcodec/sonic.c         s->predictor_state[i] = av_calloc(s->num_taps, sizeof(**s->predictor_state));
av_calloc         963 libavcodec/sonic.c         s->coded_samples[i] = av_calloc(s->block_align, sizeof(**s->coded_samples));
av_calloc         967 libavcodec/sonic.c     s->int_samples = av_calloc(s->frame_size, sizeof(*s->int_samples));
av_calloc         179 libavcodec/truemotion2.c     huff.nums    = av_calloc(huff.max_num, sizeof(int));
av_calloc         180 libavcodec/truemotion2.c     huff.bits    = av_calloc(huff.max_num, sizeof(uint32_t));
av_calloc         181 libavcodec/truemotion2.c     huff.lens    = av_calloc(huff.max_num, sizeof(int));
av_calloc         986 libavcodec/truemotion2.c     l->Y1_base = av_calloc(w * h, sizeof(*l->Y1_base));
av_calloc         987 libavcodec/truemotion2.c     l->Y2_base = av_calloc(w * h, sizeof(*l->Y2_base));
av_calloc         991 libavcodec/truemotion2.c     l->U1_base = av_calloc(w * h, sizeof(*l->U1_base));
av_calloc         992 libavcodec/truemotion2.c     l->V1_base = av_calloc(w * h, sizeof(*l->V1_base));
av_calloc         993 libavcodec/truemotion2.c     l->U2_base = av_calloc(w * h, sizeof(*l->U2_base));
av_calloc         994 libavcodec/truemotion2.c     l->V2_base = av_calloc(w * h, sizeof(*l->V1_base));
av_calloc        1163 libavcodec/vc2enc.c     s->slice_args = av_calloc(s->num_x*s->num_y, sizeof(SliceArgs));
av_calloc         267 libavcodec/vc2enc_dwt.c     s->buffer = av_calloc((p_stride + slice_w)*(p_height + slice_h), sizeof(dwtcoef));
av_calloc          89 libavfilter/af_acrossover.c     s->splits = av_calloc(MAX_SPLITS, sizeof(*s->splits));
av_calloc         177 libavfilter/af_acrossover.c     s->xover = av_calloc(inlink->channels, sizeof(*s->xover));
av_calloc         328 libavfilter/af_acrusher.c     s->sr = av_calloc(inlink->channels, sizeof(*s->sr));
av_calloc         153 libavfilter/af_adeclick.c     s->window_func_lut = av_calloc(s->window_size, sizeof(*s->window_func_lut));
av_calloc         185 libavfilter/af_adeclick.c     s->chan = av_calloc(inlink->channels, sizeof(*s->chan));
av_calloc         192 libavfilter/af_adeclick.c         c->detection = av_calloc(s->window_size, sizeof(*c->detection));
av_calloc         193 libavfilter/af_adeclick.c         c->auxiliary = av_calloc(s->ar_order + 1, sizeof(*c->auxiliary));
av_calloc         194 libavfilter/af_adeclick.c         c->acoefficients = av_calloc(s->ar_order + 1, sizeof(*c->acoefficients));
av_calloc         195 libavfilter/af_adeclick.c         c->acorrelation = av_calloc(s->ar_order + 1, sizeof(*c->acorrelation));
av_calloc         196 libavfilter/af_adeclick.c         c->tmp = av_calloc(s->ar_order, sizeof(*c->tmp));
av_calloc         197 libavfilter/af_adeclick.c         c->click = av_calloc(s->window_size, sizeof(*c->click));
av_calloc         198 libavfilter/af_adeclick.c         c->index = av_calloc(s->window_size, sizeof(*c->index));
av_calloc         199 libavfilter/af_adeclick.c         c->interpolated = av_calloc(s->window_size, sizeof(*c->interpolated));
av_calloc         137 libavfilter/af_adelay.c     s->chandelay = av_calloc(inlink->channels, sizeof(*s->chandelay));
av_calloc         210 libavfilter/af_aemphasis.c     s->rc = av_calloc(inlink->channels, sizeof(*s->rc));
av_calloc         617 libavfilter/af_afftdn.c     s->dnch = av_calloc(inlink->channels, sizeof(*s->dnch));
av_calloc         665 libavfilter/af_afftdn.c     s->window = av_calloc(s->window_length, sizeof(*s->window));
av_calloc         666 libavfilter/af_afftdn.c     s->bin2band = av_calloc(s->bin_count, sizeof(*s->bin2band));
av_calloc         676 libavfilter/af_afftdn.c     s->band_alpha = av_calloc(s->number_of_bands, sizeof(*s->band_alpha));
av_calloc         677 libavfilter/af_afftdn.c     s->band_beta = av_calloc(s->number_of_bands, sizeof(*s->band_beta));
av_calloc         718 libavfilter/af_afftdn.c         dnch->amt = av_calloc(s->bin_count, sizeof(*dnch->amt));
av_calloc         719 libavfilter/af_afftdn.c         dnch->band_amt = av_calloc(s->number_of_bands, sizeof(*dnch->band_amt));
av_calloc         720 libavfilter/af_afftdn.c         dnch->band_excit = av_calloc(s->number_of_bands, sizeof(*dnch->band_excit));
av_calloc         721 libavfilter/af_afftdn.c         dnch->gain = av_calloc(s->bin_count, sizeof(*dnch->gain));
av_calloc         722 libavfilter/af_afftdn.c         dnch->prior = av_calloc(s->bin_count, sizeof(*dnch->prior));
av_calloc         723 libavfilter/af_afftdn.c         dnch->prior_band_excit = av_calloc(s->number_of_bands, sizeof(*dnch->prior_band_excit));
av_calloc         724 libavfilter/af_afftdn.c         dnch->clean_data = av_calloc(s->bin_count, sizeof(*dnch->clean_data));
av_calloc         725 libavfilter/af_afftdn.c         dnch->noisy_data = av_calloc(s->bin_count, sizeof(*dnch->noisy_data));
av_calloc         726 libavfilter/af_afftdn.c         dnch->out_samples = av_calloc(s->buffer_length, sizeof(*dnch->out_samples));
av_calloc         727 libavfilter/af_afftdn.c         dnch->abs_var = av_calloc(s->bin_count, sizeof(*dnch->abs_var));
av_calloc         728 libavfilter/af_afftdn.c         dnch->rel_var = av_calloc(s->bin_count, sizeof(*dnch->rel_var));
av_calloc         729 libavfilter/af_afftdn.c         dnch->min_abs_var = av_calloc(s->bin_count, sizeof(*dnch->min_abs_var));
av_calloc         730 libavfilter/af_afftdn.c         dnch->fft_data = av_calloc(s->fft_length2 + 1, sizeof(*dnch->fft_data));
av_calloc         733 libavfilter/af_afftdn.c         dnch->spread_function = av_calloc(s->number_of_bands * s->number_of_bands,
av_calloc         143 libavfilter/af_afftfilt.c     s->fft_data = av_calloc(inlink->channels, sizeof(*s->fft_data));
av_calloc         147 libavfilter/af_afftfilt.c     s->fft_temp = av_calloc(inlink->channels, sizeof(*s->fft_temp));
av_calloc         152 libavfilter/af_afftfilt.c         s->fft_data[ch] = av_calloc(s->window_size, sizeof(**s->fft_data));
av_calloc         158 libavfilter/af_afftfilt.c         s->fft_temp[ch] = av_calloc(s->window_size, sizeof(**s->fft_temp));
av_calloc         163 libavfilter/af_afftfilt.c     s->real = av_calloc(inlink->channels, sizeof(*s->real));
av_calloc         167 libavfilter/af_afftfilt.c     s->imag = av_calloc(inlink->channels, sizeof(*s->imag));
av_calloc         379 libavfilter/af_afir.c     seg->rdft  = av_calloc(ctx->inputs[0]->channels, sizeof(*seg->rdft));
av_calloc         380 libavfilter/af_afir.c     seg->irdft = av_calloc(ctx->inputs[0]->channels, sizeof(*seg->irdft));
av_calloc         392 libavfilter/af_afir.c     seg->part_index    = av_calloc(ctx->inputs[0]->channels, sizeof(*seg->part_index));
av_calloc         393 libavfilter/af_afir.c     seg->output_offset = av_calloc(ctx->inputs[0]->channels, sizeof(*seg->output_offset));
av_calloc         364 libavfilter/af_aiir.c         iir->cache[ab] = av_calloc(iir->nb_ab[ab] + 1, sizeof(double));
av_calloc         365 libavfilter/af_aiir.c         iir->ab[ab] = av_calloc(iir->nb_ab[ab] * (!!s->format + 1), sizeof(double));
av_calloc         458 libavfilter/af_aiir.c         topc = av_calloc((iir->nb_ab[1] + 1) * 2, sizeof(*topc));
av_calloc         459 libavfilter/af_aiir.c         botc = av_calloc((iir->nb_ab[0] + 1) * 2, sizeof(*botc));
av_calloc         507 libavfilter/af_aiir.c         iir->biquads = av_calloc(nb_biquads, sizeof(BiquadContext));
av_calloc         991 libavfilter/af_aiir.c     s->iir = av_calloc(s->channels, sizeof(*s->iir));
av_calloc         320 libavfilter/af_alimiter.c     s->buffer = av_calloc(obuffer_size, sizeof(*s->buffer));
av_calloc         321 libavfilter/af_alimiter.c     s->nextdelta = av_calloc(obuffer_size, sizeof(*s->nextdelta));
av_calloc         317 libavfilter/af_amerge.c     s->in = av_calloc(s->nb_inputs, sizeof(*s->in));
av_calloc         572 libavfilter/af_anequalizer.c         filters = av_calloc(s->nb_allocated, 2 * sizeof(*s->filters));
av_calloc         597 libavfilter/af_anequalizer.c     s->filters = av_calloc(inlink->channels, 32 * sizeof(*s->filters));
av_calloc         213 libavfilter/af_aphaser.c     s->delay_buffer = av_calloc(s->delay_buffer_length, sizeof(*s->delay_buffer) * inlink->channels);
av_calloc         199 libavfilter/af_arnndn.c     ret = av_calloc(1, sizeof(RNNModel));
av_calloc         204 libavfilter/af_arnndn.c     name = av_calloc(1, sizeof(type)); \
av_calloc         242 libavfilter/af_arnndn.c     float *values = av_calloc((len), sizeof(float)); \
av_calloc         258 libavfilter/af_arnndn.c     float *values = av_calloc(FFALIGN((len0), 4) * FFALIGN((len1), 4) * (len2), sizeof(float)); \
av_calloc         350 libavfilter/af_arnndn.c     s->st = av_calloc(s->channels, sizeof(DenoiseState));
av_calloc         358 libavfilter/af_arnndn.c         st->rnn.vad_gru_state = av_calloc(sizeof(float), FFALIGN(s->model->vad_gru_size, 16));
av_calloc         359 libavfilter/af_arnndn.c         st->rnn.noise_gru_state = av_calloc(sizeof(float), FFALIGN(s->model->noise_gru_size, 16));
av_calloc         360 libavfilter/af_arnndn.c         st->rnn.denoise_gru_state = av_calloc(sizeof(float), FFALIGN(s->model->denoise_gru_size, 16));
av_calloc         225 libavfilter/af_astats.c     s->chstats = av_calloc(sizeof(*s->chstats), outlink->channels);
av_calloc         235 libavfilter/af_astats.c         p->win_samples = av_calloc(s->tc_samples, sizeof(*p->win_samples));
av_calloc         146 libavfilter/af_chorus.c     s->length = av_calloc(s->num_chorus, sizeof(*s->length));
av_calloc         147 libavfilter/af_chorus.c     s->lookup_table = av_calloc(s->num_chorus, sizeof(*s->lookup_table));
av_calloc         216 libavfilter/af_chorus.c     s->counter = av_calloc(outlink->channels, sizeof(*s->counter));
av_calloc         220 libavfilter/af_chorus.c     s->phase = av_calloc(outlink->channels, sizeof(*s->phase));
av_calloc         225 libavfilter/af_chorus.c         s->phase[n] = av_calloc(s->num_chorus, sizeof(int));
av_calloc         105 libavfilter/af_deesser.c     s->chan = av_calloc(inlink->channels, sizeof(*s->chan));
av_calloc          90 libavfilter/af_drmeter.c     s->chstats = av_calloc(sizeof(*s->chstats), outlink->channels);
av_calloc         339 libavfilter/af_dynaudnorm.c     s->dc_correction_value = av_calloc(inlink->channels, sizeof(*s->dc_correction_value));
av_calloc         340 libavfilter/af_dynaudnorm.c     s->compress_threshold = av_calloc(inlink->channels, sizeof(*s->compress_threshold));
av_calloc         341 libavfilter/af_dynaudnorm.c     s->gain_history_original = av_calloc(inlink->channels, sizeof(*s->gain_history_original));
av_calloc         342 libavfilter/af_dynaudnorm.c     s->gain_history_minimum = av_calloc(inlink->channels, sizeof(*s->gain_history_minimum));
av_calloc         343 libavfilter/af_dynaudnorm.c     s->gain_history_smoothed = av_calloc(inlink->channels, sizeof(*s->gain_history_smoothed));
av_calloc         344 libavfilter/af_dynaudnorm.c     s->threshold_history = av_calloc(inlink->channels, sizeof(*s->threshold_history));
av_calloc         830 libavfilter/af_firequalizer.c     s->conv_buf   = av_calloc(2 * s->rdft_len * inlink->channels, sizeof(*s->conv_buf));
av_calloc         831 libavfilter/af_firequalizer.c     s->conv_idx   = av_calloc(inlink->channels, sizeof(*s->conv_idx));
av_calloc         127 libavfilter/af_flanger.c     s->delay_last  = av_calloc(inlink->channels, sizeof(*s->delay_last));
av_calloc         128 libavfilter/af_flanger.c     s->lfo         = av_calloc(s->lfo_length, sizeof(*s->lfo));
av_calloc         109 libavfilter/af_haas.c     s->buffer = av_calloc(new_buf_size, sizeof(*s->buffer));
av_calloc         412 libavfilter/af_headphone.c         fft_in_l = av_calloc(n_fft, sizeof(*fft_in_l));
av_calloc         413 libavfilter/af_headphone.c         fft_in_r = av_calloc(n_fft, sizeof(*fft_in_r));
av_calloc         435 libavfilter/af_headphone.c     s->data_ir[0] = av_calloc(s->air_len, sizeof(float) * s->nb_irs);
av_calloc         436 libavfilter/af_headphone.c     s->data_ir[1] = av_calloc(s->air_len, sizeof(float) * s->nb_irs);
av_calloc         437 libavfilter/af_headphone.c     s->delay[0] = av_calloc(s->nb_irs, sizeof(float));
av_calloc         438 libavfilter/af_headphone.c     s->delay[1] = av_calloc(s->nb_irs, sizeof(float));
av_calloc         441 libavfilter/af_headphone.c         s->ringbuffer[0] = av_calloc(s->buffer_length, sizeof(float) * nb_input_channels);
av_calloc         442 libavfilter/af_headphone.c         s->ringbuffer[1] = av_calloc(s->buffer_length, sizeof(float) * nb_input_channels);
av_calloc         444 libavfilter/af_headphone.c         s->ringbuffer[0] = av_calloc(s->buffer_length, sizeof(float));
av_calloc         445 libavfilter/af_headphone.c         s->ringbuffer[1] = av_calloc(s->buffer_length, sizeof(float));
av_calloc         446 libavfilter/af_headphone.c         s->temp_fft[0] = av_calloc(s->n_fft, sizeof(FFTComplex));
av_calloc         447 libavfilter/af_headphone.c         s->temp_fft[1] = av_calloc(s->n_fft, sizeof(FFTComplex));
av_calloc         448 libavfilter/af_headphone.c         s->temp_afft[0] = av_calloc(s->n_fft, sizeof(FFTComplex));
av_calloc         449 libavfilter/af_headphone.c         s->temp_afft[1] = av_calloc(s->n_fft, sizeof(FFTComplex));
av_calloc         464 libavfilter/af_headphone.c         s->temp_src[0] = av_calloc(s->air_len, sizeof(float));
av_calloc         465 libavfilter/af_headphone.c         s->temp_src[1] = av_calloc(s->air_len, sizeof(float));
av_calloc         467 libavfilter/af_headphone.c         data_ir_l = av_calloc(nb_irs * s->air_len, sizeof(*data_ir_l));
av_calloc         468 libavfilter/af_headphone.c         data_ir_r = av_calloc(nb_irs * s->air_len, sizeof(*data_ir_r));
av_calloc         474 libavfilter/af_headphone.c         data_hrtf_l = av_calloc(n_fft, sizeof(*data_hrtf_l) * nb_irs);
av_calloc         475 libavfilter/af_headphone.c         data_hrtf_r = av_calloc(n_fft, sizeof(*data_hrtf_r) * nb_irs);
av_calloc         585 libavfilter/af_headphone.c         s->data_hrtf[0] = av_calloc(n_fft * s->nb_irs, sizeof(FFTComplex));
av_calloc         586 libavfilter/af_headphone.c         s->data_hrtf[1] = av_calloc(n_fft * s->nb_irs, sizeof(FFTComplex));
av_calloc         767 libavfilter/af_headphone.c     s->in = av_calloc(s->nb_inputs, sizeof(*s->in));
av_calloc         268 libavfilter/af_ladspa.c     s->handles    = av_calloc(s->nb_handles, sizeof(*s->handles));
av_calloc         486 libavfilter/af_ladspa.c     s->ipmap = av_calloc(nb_ports, sizeof(*s->ipmap));
av_calloc         487 libavfilter/af_ladspa.c     s->opmap = av_calloc(nb_ports, sizeof(*s->opmap));
av_calloc         488 libavfilter/af_ladspa.c     s->icmap = av_calloc(nb_ports, sizeof(*s->icmap));
av_calloc         489 libavfilter/af_ladspa.c     s->ocmap = av_calloc(nb_ports, sizeof(*s->ocmap));
av_calloc         490 libavfilter/af_ladspa.c     s->ictlv = av_calloc(nb_ports, sizeof(*s->ictlv));
av_calloc         491 libavfilter/af_ladspa.c     s->octlv = av_calloc(nb_ports, sizeof(*s->octlv));
av_calloc         492 libavfilter/af_ladspa.c     s->ctl_needs_value = av_calloc(nb_ports, sizeof(*s->ctl_needs_value));
av_calloc         140 libavfilter/af_lv2.c     tmp = av_calloc(table->n_uris + 1, sizeof(char*));
av_calloc         307 libavfilter/af_lv2.c     s->mins     = av_calloc(s->nb_ports, sizeof(float));
av_calloc         308 libavfilter/af_lv2.c     s->maxes    = av_calloc(s->nb_ports, sizeof(float));
av_calloc         309 libavfilter/af_lv2.c     s->controls = av_calloc(s->nb_ports, sizeof(float));
av_calloc         336 libavfilter/af_mcompand.c     p->previous = av_calloc(outlink->channels, sizeof(*p->previous));
av_calloc         354 libavfilter/af_mcompand.c     s->bands = av_calloc(nb_bands, sizeof(*s->bands));
av_calloc         388 libavfilter/af_mcompand.c         s->bands[i].attack_rate = av_calloc(outlink->channels, sizeof(double));
av_calloc         389 libavfilter/af_mcompand.c         s->bands[i].decay_rate = av_calloc(outlink->channels, sizeof(double));
av_calloc         390 libavfilter/af_mcompand.c         s->bands[i].volume = av_calloc(outlink->channels, sizeof(double));
av_calloc         436 libavfilter/af_mcompand.c         s->bands[i].transfer_fn.segments = av_calloc(s->bands[i].transfer_fn.nb_segments,
av_calloc         171 libavfilter/af_sofalizer.c     s->sofa.fir = av_calloc(s->sofa.hrtf->N * s->sofa.hrtf->R, sizeof(*s->sofa.fir));
av_calloc         750 libavfilter/af_sofalizer.c         s->data_ir[0] = av_calloc(n_samples, sizeof(float) * s->n_conv);
av_calloc         751 libavfilter/af_sofalizer.c         s->data_ir[1] = av_calloc(n_samples, sizeof(float) * s->n_conv);
av_calloc         759 libavfilter/af_sofalizer.c     s->delay[0] = av_calloc(s->n_conv, sizeof(int));
av_calloc         760 libavfilter/af_sofalizer.c     s->delay[1] = av_calloc(s->n_conv, sizeof(int));
av_calloc         768 libavfilter/af_sofalizer.c     data_ir_l = av_calloc(n_conv * n_samples, sizeof(*data_ir_l));
av_calloc         769 libavfilter/af_sofalizer.c     data_ir_r = av_calloc(n_conv * n_samples, sizeof(*data_ir_r));
av_calloc         776 libavfilter/af_sofalizer.c         s->temp_src[0] = av_calloc(n_samples, sizeof(float));
av_calloc         777 libavfilter/af_sofalizer.c         s->temp_src[1] = av_calloc(n_samples, sizeof(float));
av_calloc         784 libavfilter/af_sofalizer.c     s->speaker_azim = av_calloc(s->n_conv, sizeof(*s->speaker_azim));
av_calloc         785 libavfilter/af_sofalizer.c     s->speaker_elev = av_calloc(s->n_conv, sizeof(*s->speaker_elev));
av_calloc         853 libavfilter/af_sofalizer.c         s->ringbuffer[0] = av_calloc(s->buffer_length, sizeof(float) * nb_input_channels);
av_calloc         854 libavfilter/af_sofalizer.c         s->ringbuffer[1] = av_calloc(s->buffer_length, sizeof(float) * nb_input_channels);
av_calloc         864 libavfilter/af_sofalizer.c         s->ringbuffer[0] = av_calloc(s->buffer_length, sizeof(float));
av_calloc         865 libavfilter/af_sofalizer.c         s->ringbuffer[1] = av_calloc(s->buffer_length, sizeof(float));
av_calloc         883 libavfilter/af_sofalizer.c         fft_in_l = av_calloc(n_fft, sizeof(*fft_in_l));
av_calloc         884 libavfilter/af_sofalizer.c         fft_in_r = av_calloc(n_fft, sizeof(*fft_in_r));
av_calloc         126 libavfilter/af_stereotools.c     s->buffer = av_calloc(s->length, sizeof(*s->buffer));
av_calloc          78 libavfilter/af_stereowiden.c     s->buffer = av_calloc(s->length, sizeof(*s->buffer));
av_calloc         148 libavfilter/af_superequalizer.c     s->ires     = av_calloc(s->tabsize, sizeof(float));
av_calloc         149 libavfilter/af_superequalizer.c     s->irest    = av_calloc(s->tabsize, sizeof(float));
av_calloc         150 libavfilter/af_superequalizer.c     s->fsamples = av_calloc(s->tabsize, sizeof(float));
av_calloc         203 libavfilter/af_surround.c     s->rdft = av_calloc(inlink->channels, sizeof(*s->rdft));
av_calloc         266 libavfilter/af_surround.c     s->irdft = av_calloc(outlink->channels, sizeof(*s->irdft));
av_calloc        1509 libavfilter/af_surround.c     s->window_func_lut = av_calloc(s->buf_size, sizeof(*s->window_func_lut));
av_calloc         162 libavfilter/af_vibrato.c     s->buf = av_calloc(inlink->channels, sizeof(*s->buf));
av_calloc         254 libavfilter/asrc_afirsrc.c     s->complexf = av_calloc(fft_size * 2, sizeof(*s->complexf));
av_calloc         262 libavfilter/asrc_afirsrc.c     s->taps = av_calloc(s->nb_taps, sizeof(*s->taps));
av_calloc         266 libavfilter/asrc_afirsrc.c     s->win = av_calloc(s->nb_taps, sizeof(*s->win));
av_calloc         119 libavfilter/asrc_sinc.c     float *h = av_calloc(num_taps, sizeof(*h)), sum = 0;
av_calloc         231 libavfilter/asrc_sinc.c     work = av_calloc((work_len + 2) + (work_len / 2 + 1), sizeof(float));
av_calloc         391 libavfilter/asrc_sinc.c     s->coeffs = av_calloc(s->n, sizeof(*s->coeffs));
av_calloc         125 libavfilter/avf_ahistogram.c     s->shistogram = av_calloc(s->w, s->dchannels * sizeof(*s->shistogram));
av_calloc         129 libavfilter/avf_ahistogram.c     s->achistogram = av_calloc(s->w, s->dchannels * sizeof(*s->achistogram));
av_calloc         339 libavfilter/avf_concat.c     cat->in = av_calloc(ctx->nb_inputs, sizeof(*cat->in));
av_calloc         309 libavfilter/avf_showcqt.c     if (!(s->coeffs = av_calloc(s->cqt_len, sizeof(*s->coeffs))))
av_calloc         330 libavfilter/avf_showcqt.c         if (!(s->coeffs[m].val = av_calloc(s->coeffs[m].len, sizeof(*s->coeffs[m].val))))
av_calloc        1384 libavfilter/avf_showcqt.c     s->fft_data = av_calloc(s->fft_len, sizeof(*s->fft_data));
av_calloc        1385 libavfilter/avf_showcqt.c     s->fft_result = av_calloc(s->fft_len + 64, sizeof(*s->fft_result));
av_calloc         194 libavfilter/avf_showfreqs.c     s->fft_data = av_calloc(s->nb_channels, sizeof(*s->fft_data));
av_calloc         197 libavfilter/avf_showfreqs.c     s->avg_data = av_calloc(s->nb_channels, sizeof(*s->avg_data));
av_calloc         201 libavfilter/avf_showfreqs.c         s->fft_data[i] = av_calloc(s->win_size, sizeof(**s->fft_data));
av_calloc         202 libavfilter/avf_showfreqs.c         s->avg_data[i] = av_calloc(s->nb_freq, sizeof(**s->avg_data));
av_calloc         189 libavfilter/avf_showspatial.c             s->fft_data[i] = av_calloc(s->buf_size, sizeof(**s->fft_data));
av_calloc        1035 libavfilter/avf_showspectrum.c         s->fft = av_calloc(inlink->channels, sizeof(*s->fft));
av_calloc        1042 libavfilter/avf_showspectrum.c             s->ifft = av_calloc(inlink->channels, sizeof(*s->ifft));
av_calloc        1085 libavfilter/avf_showspectrum.c         s->magnitudes = av_calloc(s->nb_display_channels, sizeof(*s->magnitudes));
av_calloc        1089 libavfilter/avf_showspectrum.c             s->magnitudes[i] = av_calloc(s->orientation == VERTICAL ? s->h : s->w, sizeof(**s->magnitudes));
av_calloc        1094 libavfilter/avf_showspectrum.c         s->phases = av_calloc(s->nb_display_channels, sizeof(*s->phases));
av_calloc        1098 libavfilter/avf_showspectrum.c             s->phases[i] = av_calloc(s->orientation == VERTICAL ? s->h : s->w, sizeof(**s->phases));
av_calloc        1104 libavfilter/avf_showspectrum.c         s->color_buffer = av_calloc(s->nb_display_channels, sizeof(*s->color_buffer));
av_calloc        1108 libavfilter/avf_showspectrum.c             s->color_buffer[i] = av_calloc(s->orientation == VERTICAL ? s->h * 3 : s->w * 3, sizeof(**s->color_buffer));
av_calloc        1113 libavfilter/avf_showspectrum.c         s->fft_data = av_calloc(s->nb_display_channels, sizeof(*s->fft_data));
av_calloc        1116 libavfilter/avf_showspectrum.c         s->fft_scratch = av_calloc(s->nb_display_channels, sizeof(*s->fft_scratch));
av_calloc        1120 libavfilter/avf_showspectrum.c             s->fft_data[i] = av_calloc(s->buf_size, sizeof(**s->fft_data));
av_calloc        1124 libavfilter/avf_showspectrum.c             s->fft_scratch[i] = av_calloc(s->buf_size, sizeof(**s->fft_scratch));
av_calloc         169 libavfilter/avf_showvolume.c     s->values = av_calloc(inlink->channels * VAR_VARS_NB, sizeof(double));
av_calloc         173 libavfilter/avf_showvolume.c     s->color_lut = av_calloc(s->w, sizeof(*s->color_lut) * inlink->channels);
av_calloc         177 libavfilter/avf_showvolume.c     s->max = av_calloc(inlink->channels, sizeof(*s->max));
av_calloc         191 libavfilter/avf_showvolume.c         s->max_persistent = av_calloc(inlink->channels * s->persistent_max_frames, sizeof(*s->max_persistent));
av_calloc         192 libavfilter/avf_showvolume.c         s->nb_frames_max_display = av_calloc(inlink->channels * s->persistent_max_frames, sizeof(*s->nb_frames_max_display));
av_calloc         505 libavfilter/avfilter.c         ctx->var_values = av_calloc(VAR_VARS_NB, sizeof(*ctx->var_values));
av_calloc        1213 libavfilter/avfiltergraph.c     sinks = av_calloc(sink_links_count, sizeof(*sinks));
av_calloc         341 libavfilter/f_ebur128.c     ebur128->y_line_ref = av_calloc(ebur128->graph.h + 1, sizeof(*ebur128->y_line_ref));
av_calloc         417 libavfilter/f_ebur128.c     ebur128->ch_weighting = av_calloc(nb_channels, sizeof(*ebur128->ch_weighting));
av_calloc         436 libavfilter/f_ebur128.c         ebur128->i400.cache[i]  = av_calloc(I400_BINS,  sizeof(*ebur128->i400.cache[0]));
av_calloc         437 libavfilter/f_ebur128.c         ebur128->i3000.cache[i] = av_calloc(I3000_BINS, sizeof(*ebur128->i3000.cache[0]));
av_calloc         447 libavfilter/f_ebur128.c         ebur128->true_peaks = av_calloc(nb_channels, sizeof(*ebur128->true_peaks));
av_calloc         448 libavfilter/f_ebur128.c         ebur128->true_peaks_per_frame = av_calloc(nb_channels, sizeof(*ebur128->true_peaks_per_frame));
av_calloc         469 libavfilter/f_ebur128.c         ebur128->sample_peaks = av_calloc(nb_channels, sizeof(*ebur128->sample_peaks));
av_calloc         484 libavfilter/f_ebur128.c     struct hist_entry *h = av_calloc(HIST_SIZE, sizeof(*h));
av_calloc         302 libavfilter/f_loop.c     s->frames = av_calloc(s->size, sizeof(*s->frames));
av_calloc         146 libavfilter/f_streamselect.c     s->frames = av_calloc(ctx->nb_inputs, sizeof(*s->frames));
av_calloc         196 libavfilter/f_streamselect.c     new_map = av_calloc(s->nb_inputs, sizeof(*new_map));
av_calloc         276 libavfilter/f_streamselect.c     s->last_pts = av_calloc(s->nb_inputs, sizeof(*s->last_pts));
av_calloc          88 libavfilter/framesync.c     fs->in = av_calloc(nb_in, sizeof(*fs->in));
av_calloc         278 libavfilter/src_movie.c     movie->st = av_calloc(nb_streams, sizeof(*movie->st));
av_calloc         299 libavfilter/src_movie.c     movie->out_index = av_calloc(movie->max_stream_index + 1,
av_calloc         195 libavfilter/vaf_spectrumsynth.c     s->fft_data = av_calloc(s->channels, sizeof(*s->fft_data));
av_calloc         199 libavfilter/vaf_spectrumsynth.c         s->fft_data[ch] = av_calloc(s->win_size, sizeof(**s->fft_data));
av_calloc          93 libavfilter/vf_amplify.c     s->frames = av_calloc(s->nb_inputs, sizeof(*s->frames));
av_calloc         114 libavfilter/vf_bilateral.c     s->img_out_f = av_calloc(inlink->w * inlink->h, sizeof(float));
av_calloc         115 libavfilter/vf_bilateral.c     s->img_temp = av_calloc(inlink->w * inlink->h, sizeof(float));
av_calloc         116 libavfilter/vf_bilateral.c     s->map_factor_a = av_calloc(inlink->w * inlink->h, sizeof(float));
av_calloc         117 libavfilter/vf_bilateral.c     s->map_factor_b = av_calloc(inlink->w * inlink->h, sizeof(float));
av_calloc         118 libavfilter/vf_bilateral.c     s->slice_factor_a = av_calloc(inlink->w, sizeof(float));
av_calloc         119 libavfilter/vf_bilateral.c     s->slice_factor_b = av_calloc(inlink->w, sizeof(float));
av_calloc         120 libavfilter/vf_bilateral.c     s->line_factor_a = av_calloc(inlink->w, sizeof(float));
av_calloc         121 libavfilter/vf_bilateral.c     s->line_factor_b = av_calloc(inlink->w, sizeof(float));
av_calloc         803 libavfilter/vf_bm3d.c         sc->num = av_calloc(FFALIGN(s->planewidth[0], s->block_size) * FFALIGN(s->planeheight[0], s->block_size), sizeof(FFTSample));
av_calloc         804 libavfilter/vf_bm3d.c         sc->den = av_calloc(FFALIGN(s->planewidth[0], s->block_size) * FFALIGN(s->planeheight[0], s->block_size), sizeof(FFTSample));
av_calloc         820 libavfilter/vf_bm3d.c         sc->buffer = av_calloc(s->block_size * s->block_size * s->pgroup_size, sizeof(*sc->buffer));
av_calloc         821 libavfilter/vf_bm3d.c         sc->bufferz = av_calloc(s->block_size * s->block_size * s->pgroup_size, sizeof(*sc->bufferz));
av_calloc         822 libavfilter/vf_bm3d.c         sc->bufferh = av_calloc(s->block_size * s->block_size, sizeof(*sc->bufferh));
av_calloc         823 libavfilter/vf_bm3d.c         sc->bufferv = av_calloc(s->block_size * s->block_size, sizeof(*sc->bufferv));
av_calloc         828 libavfilter/vf_bm3d.c             sc->rbuffer = av_calloc(s->block_size * s->block_size * s->pgroup_size, sizeof(*sc->rbuffer));
av_calloc         829 libavfilter/vf_bm3d.c             sc->rbufferz = av_calloc(s->block_size * s->block_size * s->pgroup_size, sizeof(*sc->rbufferz));
av_calloc         830 libavfilter/vf_bm3d.c             sc->rbufferh = av_calloc(s->block_size * s->block_size, sizeof(*sc->rbufferh));
av_calloc         831 libavfilter/vf_bm3d.c             sc->rbufferv = av_calloc(s->block_size * s->block_size, sizeof(*sc->rbufferv));
av_calloc         836 libavfilter/vf_bm3d.c         sc->search_positions = av_calloc(SQR(2 * s->bm_range / s->bm_step + 1), sizeof(*sc->search_positions));
av_calloc         128 libavfilter/vf_convolve.c         if (!(s->fft_hdata[i] = av_calloc(s->fft_len[i], s->fft_len[i] * sizeof(FFTComplex))))
av_calloc         131 libavfilter/vf_convolve.c         if (!(s->fft_vdata[i] = av_calloc(s->fft_len[i], s->fft_len[i] * sizeof(FFTComplex))))
av_calloc         134 libavfilter/vf_convolve.c         if (!(s->fft_hdata_impulse[i] = av_calloc(s->fft_len[i], s->fft_len[i] * sizeof(FFTComplex))))
av_calloc         137 libavfilter/vf_convolve.c         if (!(s->fft_vdata_impulse[i] = av_calloc(s->fft_len[i], s->fft_len[i] * sizeof(FFTComplex))))
av_calloc         242 libavfilter/vf_curves.c     matrix = av_calloc(n, sizeof(*matrix));
av_calloc         244 libavfilter/vf_curves.c     r = av_calloc(n, sizeof(*r));
av_calloc         935 libavfilter/vf_datascope.c     s->values = av_calloc(size, sizeof(*s->values));
av_calloc         603 libavfilter/vf_dctdnoiz.c     iweights = av_calloc(s->pr_height, linesize * sizeof(*iweights));
av_calloc         258 libavfilter/vf_decimate.c     dm->queue     = av_calloc(dm->cycle, sizeof(*dm->queue));
av_calloc         264 libavfilter/vf_decimate.c         dm->clean_src = av_calloc(dm->cycle, sizeof(*dm->clean_src));
av_calloc         343 libavfilter/vf_deflicker.c     s->histogram = av_calloc(1 << s->depth, sizeof(*s->histogram));
av_calloc         138 libavfilter/vf_edgedetect.c         plane->gradients  = av_calloc(plane->width * plane->height, sizeof(*plane->gradients));
av_calloc         227 libavfilter/vf_fftdnoiz.c         p->buffer[CURRENT] = av_calloc(p->b * p->noy, p->buffer_linesize);
av_calloc         231 libavfilter/vf_fftdnoiz.c             p->buffer[PREV] = av_calloc(p->b * p->noy, p->buffer_linesize);
av_calloc         236 libavfilter/vf_fftdnoiz.c             p->buffer[NEXT] = av_calloc(p->b * p->noy, p->buffer_linesize);
av_calloc         241 libavfilter/vf_fftdnoiz.c         p->hdata = av_calloc(p->b, p->data_linesize);
av_calloc         242 libavfilter/vf_fftdnoiz.c         p->vdata = av_calloc(p->b, p->data_linesize);
av_calloc         953 libavfilter/vf_fieldmatch.c     fm->tbuffer = av_calloc((h/2 + 4) * fm->tpitchy, sizeof(*fm->tbuffer));
av_calloc         274 libavfilter/vf_floodfill.c     s->points = av_calloc(inlink->w * inlink->h, 4 * sizeof(Points));
av_calloc         530 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         278 libavfilter/vf_hysteresis.c     s->map = av_calloc(inlink->w, inlink->h * sizeof (*s->map));
av_calloc         282 libavfilter/vf_hysteresis.c     s->xy = av_calloc(inlink->w, inlink->h * sizeof(*s->xy));
av_calloc         154 libavfilter/vf_median.c     s->coarse = av_calloc(s->nb_threads, sizeof(*s->coarse));
av_calloc         155 libavfilter/vf_median.c     s->fine   = av_calloc(s->nb_threads, sizeof(*s->fine));
av_calloc         264 libavfilter/vf_midequalizer.c     s->histogram[0] = av_calloc(s->histogram_size, sizeof(float));
av_calloc         265 libavfilter/vf_midequalizer.c     s->histogram[1] = av_calloc(s->histogram_size, sizeof(float));
av_calloc         266 libavfilter/vf_midequalizer.c     s->cchange      = av_calloc(s->histogram_size, sizeof(unsigned));
av_calloc          81 libavfilter/vf_mix.c     s->frames = av_calloc(s->nb_inputs, sizeof(*s->frames));
av_calloc          85 libavfilter/vf_mix.c     s->weights = av_calloc(s->nb_inputs, sizeof(*s->weights));
av_calloc         525 libavfilter/vf_nlmeans.c     s->weight_lut = av_calloc(s->max_meaningful_diff, sizeof(*s->weight_lut));
av_calloc         758 libavfilter/vf_nnedi.c             frame_data->lcount[plane] = av_calloc(dst_height, sizeof(int32_t) * 16);
av_calloc        1000 libavfilter/vf_nnedi.c         int *offt = av_calloc(4 * 64, sizeof(int));
av_calloc        1079 libavfilter/vf_nnedi.c         double *mean = (double *)av_calloc(asize + 1 + nnst * 2, sizeof(double));
av_calloc         119 libavfilter/vf_pullup.c     f->diffs = av_calloc(FFALIGN(s->metric_length, 16), sizeof(*f->diffs));
av_calloc         120 libavfilter/vf_pullup.c     f->combs = av_calloc(FFALIGN(s->metric_length, 16), sizeof(*f->combs));
av_calloc         121 libavfilter/vf_pullup.c     f->vars  = av_calloc(FFALIGN(s->metric_length, 16), sizeof(*f->vars));
av_calloc         124 libavfilter/vf_readeia608.c     s->line = av_calloc(size, sizeof(*s->line));
av_calloc         125 libavfilter/vf_readeia608.c     s->code = av_calloc(size, sizeof(*s->code));
av_calloc          53 libavfilter/vf_shuffleframes.c     s->frames = av_calloc(nb_items, sizeof(*s->frames));
av_calloc          54 libavfilter/vf_shuffleframes.c     s->map    = av_calloc(nb_items, sizeof(*s->map));
av_calloc          55 libavfilter/vf_shuffleframes.c     s->pts    = av_calloc(nb_items, sizeof(*s->pts));
av_calloc          94 libavfilter/vf_stack.c     s->frames = av_calloc(s->nb_inputs, sizeof(*s->frames));
av_calloc          98 libavfilter/vf_stack.c     s->items = av_calloc(s->nb_inputs, sizeof(*s->items));
av_calloc          63 libavfilter/vf_thumbnail.c     s->frames = av_calloc(s->n_frames, sizeof(*s->frames));
av_calloc          89 libavfilter/vf_thumbnail_cuda.c     s->frames = av_calloc(s->n_frames, sizeof(*s->frames));
av_calloc        3622 libavfilter/vf_v360.c         s->u[p] = av_calloc(s->uv_linesize[p] * s->pr_height[p], sizeof_uv);
av_calloc        3624 libavfilter/vf_v360.c         s->v[p] = av_calloc(s->uv_linesize[p] * s->pr_height[p], sizeof_uv);
av_calloc        3629 libavfilter/vf_v360.c             s->ker[p] = av_calloc(s->uv_linesize[p] * s->pr_height[p], sizeof_ker);
av_calloc        3636 libavfilter/vf_v360.c             s->mask = av_calloc(s->pr_width[p] * s->pr_height[p], sizeof_mask);
av_calloc         279 libavfilter/vf_vectorscope.c     s->peak_memory = av_calloc(s->size, s->size);
av_calloc         283 libavfilter/vf_vectorscope.c     s->peak = av_calloc(s->size, sizeof(*s->peak));
av_calloc         288 libavfilter/vf_w3fdif.c     s->work_line = av_calloc(s->nb_threads, sizeof(*s->work_line));
av_calloc         293 libavfilter/vf_w3fdif.c         s->work_line[i] = av_calloc(FFALIGN(s->linesize[0], 32), sizeof(*s->work_line[0]));
av_calloc         112 libavfilter/vf_xmedian.c     s->frames = av_calloc(s->nb_inputs, sizeof(*s->frames));
av_calloc         198 libavfilter/vsrc_life.c     if (!(life->buf[0] = av_calloc(life->h * life->w, sizeof(*life->buf[0]))) ||
av_calloc         199 libavfilter/vsrc_life.c         !(life->buf[1] = av_calloc(life->h * life->w, sizeof(*life->buf[1])))) {
av_calloc         240 libavfilter/vsrc_life.c         if (!(life->buf[0] = av_calloc(life->h * life->w, sizeof(*life->buf[0]))) ||
av_calloc         241 libavfilter/vsrc_life.c             !(life->buf[1] = av_calloc(life->h * life->w, sizeof(*life->buf[1])))) {
av_calloc         647 libavformat/mxfdec.c     mxf->local_tags = av_calloc(item_num, item_len);
av_calloc         851 libavformat/mxfdec.c     *refs = av_calloc(*count, sizeof(UID));
av_calloc        1074 libavformat/mxfdec.c     if (!(segment->temporal_offset_entries=av_calloc(segment->nb_index_entries, sizeof(*segment->temporal_offset_entries))) ||
av_calloc        1075 libavformat/mxfdec.c         !(segment->flag_entries          = av_calloc(segment->nb_index_entries, sizeof(*segment->flag_entries))) ||
av_calloc        1076 libavformat/mxfdec.c         !(segment->stream_offset_entries = av_calloc(segment->nb_index_entries, sizeof(*segment->stream_offset_entries)))) {
av_calloc        1432 libavformat/mxfdec.c     if (!(unsorted_segments = av_calloc(nb_segments, sizeof(*unsorted_segments))) ||
av_calloc        1433 libavformat/mxfdec.c         !(*sorted_segments  = av_calloc(nb_segments, sizeof(**sorted_segments)))) {
av_calloc        1640 libavformat/mxfdec.c     if (!(index_table->ptses      = av_calloc(index_table->nb_ptses, sizeof(int64_t))) ||
av_calloc        1641 libavformat/mxfdec.c         !(index_table->fake_index = av_calloc(index_table->nb_ptses, sizeof(AVIndexEntry))) ||
av_calloc        1642 libavformat/mxfdec.c         !(index_table->offsets    = av_calloc(index_table->nb_ptses, sizeof(int8_t))) ||
av_calloc        1643 libavformat/mxfdec.c         !(flags                   = av_calloc(index_table->nb_ptses, sizeof(uint8_t)))) {
av_calloc         344 libavformat/nutdec.c     nut->stream = av_calloc(stream_count, sizeof(StreamContext));
av_calloc         714 libavformat/nutenc.c     nut->stream   = av_calloc(s->nb_streams,  sizeof(*nut->stream ));
av_calloc         715 libavformat/nutenc.c     nut->chapter  = av_calloc(s->nb_chapters, sizeof(*nut->chapter));
av_calloc         716 libavformat/nutenc.c     nut->time_base= av_calloc(s->nb_streams +
av_calloc         246 libavformat/tee.c     tee_slave->stream_map = av_calloc(avf->nb_streams, sizeof(*tee_slave->stream_map));
av_calloc         312 libavformat/tee.c     tee_slave->bsfs = av_calloc(avf2->nb_streams, sizeof(*tee_slave->bsfs));
av_calloc         130 libavformat/ty.c     hdrs = av_calloc(num_recs, sizeof(TyRecHdr));
av_calloc         373 libavformat/ty.c     ty->seq_table = av_calloc(ty->seq_table_size, sizeof(TySeqTable));
av_calloc         443 libavformat/vividas.c     viv->sb_blocks = av_calloc(viv->n_sb_blocks, sizeof(VIV_SB_block));
av_calloc         475 libavformat/vividas.c     viv->sb_entries = av_calloc(maxnp, sizeof(VIV_SB_entry));
av_calloc         242 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         203 libavutil/samplefmt.c     *audio_data = av_calloc(nb_planes, sizeof(**audio_data));
av_calloc         119 libavutil/slicethread.c     if (nb_workers && !(ctx->workers = av_calloc(nb_workers, sizeof(*ctx->workers)))) {
av_calloc         399 libswresample/rematrix.c         s->native_matrix = av_calloc(nb_in * nb_out, sizeof(int));
av_calloc         426 libswresample/rematrix.c         s->native_matrix = av_calloc(nb_in * nb_out, sizeof(float));
av_calloc         438 libswresample/rematrix.c         s->native_matrix = av_calloc(nb_in * nb_out, sizeof(double));
av_calloc         453 libswresample/rematrix.c         s->native_matrix = av_calloc(nb_in * nb_out, sizeof(int));
av_calloc         348 libswresample/resample.c         c->filter_bank   = av_calloc(c->filter_alloc, (phase_count+1)*c->felem_size);
av_calloc         395 libswresample/resample.c     new_filter_bank = av_calloc(c->filter_alloc, (phase_count + 1) * c->felem_size);
av_calloc         107 tools/uncoded_frame.c     if (!(streams = av_calloc(nb_streams, sizeof(*streams)))) {