Searched refs:av_mallocz_array (Results 1 - 25 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 Dpng.c41 return av_mallocz_array(items, size);
H A Dcngdec.c62 p->refl_coef = av_mallocz_array(p->order, sizeof(*p->refl_coef));
63 p->target_refl_coef = av_mallocz_array(p->order, sizeof(*p->target_refl_coef));
64 p->lpc_coef = av_mallocz_array(p->order, sizeof(*p->lpc_coef));
65 p->filter_out = av_mallocz_array(avctx->frame_size + p->order,
67 p->excitation = av_mallocz_array(avctx->frame_size, sizeof(*p->excitation));
H A Dpsymodel.c38 ctx->ch = av_mallocz_array(sizeof(ctx->ch[0]), avctx->channels * 2);
39 ctx->group = av_mallocz_array(sizeof(ctx->group[0]), num_groups);
115 ctx->fstate = av_mallocz_array(sizeof(ctx->fstate[0]), avctx->channels);
H A Djpeg2000.c60 t = res = av_mallocz_array(tt_size, sizeof(*t));
219 comp->f_data = av_mallocz_array(csize, sizeof(*comp->f_data));
224 comp->i_data = av_mallocz_array(csize, sizeof(*comp->i_data));
228 comp->reslevel = av_mallocz_array(codsty->nreslevels, sizeof(*comp->reslevel));
276 reslevel->band = av_mallocz_array(reslevel->nbands, sizeof(*reslevel->band));
372 band->prec = av_mallocz_array(reslevel->num_precincts_x *
428 prec->cblk = av_mallocz_array(prec->nb_codeblocks_width *
H A Dmotionpixels.c80 mp->changes_map = av_mallocz_array(avctx->width, h4);
82 mp->vpt = av_mallocz_array(avctx->height, sizeof(YuvPixel));
83 mp->hpt = av_mallocz_array(h4 / 4, w4 / 4 * sizeof(YuvPixel));
H A Dlibopencore-amr.c244 flush_buf = av_mallocz_array(avctx->frame_size, sizeof(*flush_buf));
259 flush_buf = av_mallocz_array(avctx->frame_size, sizeof(*flush_buf));
H A Dpthread_slice.c204 c->workers = av_mallocz_array(thread_count, sizeof(pthread_t));
269 p->entries = av_mallocz_array(count, sizeof(int));
H A Dcavs.c757 h->top_mv[0] = av_mallocz_array(h->mb_width * 2 + 1, sizeof(cavs_vector));
758 h->top_mv[1] = av_mallocz_array(h->mb_width * 2 + 1, sizeof(cavs_vector));
759 h->top_pred_Y = av_mallocz_array(h->mb_width * 2, sizeof(*h->top_pred_Y));
760 h->top_border_y = av_mallocz_array(h->mb_width + 1, 16);
761 h->top_border_u = av_mallocz_array(h->mb_width, 10);
762 h->top_border_v = av_mallocz_array(h->mb_width, 10);
765 h->col_mv = av_mallocz_array(h->mb_width * h->mb_height,
H A Dexr.c575 freq = av_mallocz_array(HUF_ENCSIZE, sizeof(*freq));
576 hdec = av_mallocz_array(HUF_DECSIZE, sizeof(*hdec));
1388 s->thread_data = av_mallocz_array(avctx->thread_count, sizeof(EXRThreadData));
1399 s->thread_data = av_mallocz_array(avctx->thread_count, sizeof(EXRThreadData));
H A Dopus.c387 s->channel_maps = av_mallocz_array(channels, sizeof(*s->channel_maps));
H A Dqtrleenc.c113 s->length_table = av_mallocz_array(s->logical_width + 1, sizeof(int));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daudio.c127 samples-> extended_data = av_mallocz_array(sizeof(*samples->extended_data),
129 samplesref->extended_data = av_mallocz_array(sizeof(*samplesref->extended_data),
H A Davcodec.c119 dst->extended_data = av_mallocz_array(planes, sizeof(*dst->extended_data));
H A Dvf_dejudder.c98 dj->ringbuff = av_mallocz_array(dj->cycle+2, sizeof(*dj->ringbuff));
H A Dunsharp_opencl.c57 counter = av_mallocz_array(2 * step + 1, sizeof(uint32_t *));
95 mask_x = av_mallocz_array(2 * step_x + 1, sizeof(uint32_t));
100 mask_y = av_mallocz_array(2 * step_y + 1, sizeof(uint32_t));
H A Dvsrc_cellauto.c125 cellauto->buf = av_mallocz_array(sizeof(uint8_t) * cellauto->w, cellauto->h);
185 cellauto->buf = av_mallocz_array(sizeof(uint8_t) * cellauto->w, cellauto->h);
H A Dpthread.c173 c->workers = av_mallocz_array(sizeof(*c->workers), nb_threads);
H A Daf_compand.c357 s->channels = av_mallocz_array(channels, sizeof(*s->channels));
359 s->segments = av_mallocz_array(s->nb_segments, sizeof(*s->segments));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dfile_open.c51 filename_w = av_mallocz_array(num_chars, sizeof(wchar_t));
H A Daudio_fifo.c79 af->buf = av_mallocz_array(af->nb_buffers, sizeof(*af->buf));
H A Dmem.h228 av_alloc_size(1, 2) static inline void *av_mallocz_array(size_t nmemb, size_t size) function
H A Dinternal.h160 p = av_mallocz_array(nelem, elsize);\
H A Dframe.c222 frame->extended_data = av_mallocz_array(planes,
224 frame->extended_buf = av_mallocz_array((planes - AV_NUM_DATA_POINTERS),
308 dst->extended_buf = av_mallocz_array(sizeof(*dst->extended_buf),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dicoenc.c104 ico->images = av_mallocz_array(ico->nb_images, sizeof(IcoMuxContext));
H A Dwavenc.c176 wav->peak_maxpos = av_mallocz_array(enc->channels, sizeof(*wav->peak_maxpos));
177 wav->peak_maxneg = av_mallocz_array(enc->channels, sizeof(*wav->peak_maxneg));

Completed in 176 milliseconds

123