Searched refs:av_mallocz_array (Results 51 - 66 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 Dsmacker.c274 huff.values = av_mallocz_array(huff.length, sizeof(int));
H A Ddiracdec.c341 s->plane[i].idwt_buf_base = av_mallocz_array((w+max_xblen), h * sizeof(IDWTELEM));
782 slices = av_mallocz_array(s->lowdelay.num_x, s->lowdelay.num_y * sizeof(struct lowdelay_slice));
H A Dmjpegdec.c585 s->blocks[i] = av_mallocz_array(size, sizeof(**s->blocks));
586 s->last_nnz[i] = av_mallocz_array(size, sizeof(**s->last_nnz));
H A Ddvbsubdec.c804 sub->rects = av_mallocz_array(sizeof(*sub->rects), sub->num_rects);
H A Dhevc.c95 s->sao = av_mallocz_array(ctb_count, sizeof(*s->sao));
96 s->deblock = av_mallocz_array(ctb_count, sizeof(*s->deblock));
119 s->horizontal_bs = av_mallocz_array(2 * s->bs_width, (s->bs_height + 1));
120 s->vertical_bs = av_mallocz_array(2 * s->bs_width, (s->bs_height + 1));
H A Dj2kenc.c353 tile->comp = av_mallocz_array(s->ncomponents, sizeof(Jpeg2000Component));
H A Dsnow_dwt.c38 buf->line = av_mallocz_array(line_count, sizeof(IDWTELEM *));
H A Dsnowenc.c76 s->m.me.scratchpad= av_mallocz_array((avctx->width+64), 2*16*2*sizeof(uint8_t));
135 s->ref_mvs[i]= av_mallocz_array(size, sizeof(int16_t[2]));
136 s->ref_scores[i]= av_mallocz_array(size, sizeof(uint32_t));
H A Dutils.c497 if (!(frame->extended_data = av_mallocz_array(nb_channels,
627 frame->extended_data = av_mallocz_array(planes, sizeof(*frame->extended_data));
629 frame->extended_buf = av_mallocz_array(frame->nb_extended_buf,
H A Dtiff.c930 s->geotags = av_mallocz_array(s->geotag_count, sizeof(TiffGeoTag));
H A Dh264.c475 h->DPB = av_mallocz_array(H264_MAX_PICTURE_COUNT, sizeof(*h->DPB));
H A Djpeg2000dec.c300 s->tile = av_mallocz_array(s->numXtiles * s->numYtiles, sizeof(*s->tile));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c1277 mxf->index_tables = av_mallocz_array(mxf->nb_index_tables,
1298 t->segments = av_mallocz_array(t->nb_segments,
H A Davidec.c1563 int *idx = av_mallocz_array(s->nb_streams, sizeof(*idx));
H A Dmatroskaenc.c1246 mkv->tracks = av_mallocz_array(s->nb_streams, sizeof(*mkv->tracks));
H A Dmovenc.c4013 mov->tracks = av_mallocz_array((mov->nb_streams + 1), sizeof(*mov->tracks));

Completed in 414 milliseconds

123