av_fast_padded_mallocz 4046 libavcodec/avcodec.h void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size);
av_fast_padded_mallocz  745 libavcodec/pngdec.c         av_fast_padded_mallocz(&s->last_row, &s->last_row_size, s->row_size);
av_fast_padded_mallocz  465 libavcodec/sanm.c     av_fast_padded_mallocz(&ctx->frm0, &ctx->frm0_size, ctx->buf_size);
av_fast_padded_mallocz  466 libavcodec/sanm.c     av_fast_padded_mallocz(&ctx->frm1, &ctx->frm1_size, ctx->buf_size);
av_fast_padded_mallocz  467 libavcodec/sanm.c     av_fast_padded_mallocz(&ctx->frm2, &ctx->frm2_size, ctx->buf_size);
av_fast_padded_mallocz  469 libavcodec/sanm.c         av_fast_padded_mallocz(&ctx->stored_frame,
av_fast_padded_mallocz  360 libavcodec/tiffenc.c     av_fast_padded_mallocz(&s->strip_sizes  , &s->strip_sizes_size  , sizeof(s->strip_sizes  [0]) * strips);
av_fast_padded_mallocz  361 libavcodec/tiffenc.c     av_fast_padded_mallocz(&s->strip_offsets, &s->strip_offsets_size, sizeof(s->strip_offsets[0]) * strips);