Home
last modified time | relevance | path

Searched refs:av_fast_malloc (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Daf_adeclick.c341 av_fast_malloc(&c->y, &c->y_size, n * sizeof(*c->y)); in do_interpolation()
372 av_fast_malloc(&c->matrix, &c->matrix_size, nb_errors * nb_errors * sizeof(*c->matrix)); in interpolation()
377 av_fast_malloc(&c->vector, &c->vector_size, nb_errors * sizeof(*c->vector)); in interpolation()
420 av_fast_malloc(&c->histogram, &c->histogram_size, s->nb_hbins * sizeof(*c->histogram)); in detect_clips()
Dvf_deshake.c247av_fast_malloc(&deshake->angles, &deshake->angles_size, width * height / (16 * deshake->blocksize)… in find_motion()
/third_party/ffmpeg/libavutil/
Dmem.h413 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size);
Dmem.c502 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size) in av_fast_malloc() function
/third_party/ffmpeg/libavformat/
Dpmpdec.c150 av_fast_malloc(&pmp->packet_sizes, in pmp_packet()
Dspdifenc.c238 av_fast_malloc(&ctx->hd_buf[0], &ctx->hd_buf_size, ctx->out_bytes); in spdif_header_dts4()
657av_fast_malloc(&ctx->buffer, &ctx->buffer_size, ctx->out_bytes + AV_INPUT_BUFFER_PADDING_SIZE); in spdif_write_packet()
Dcrypto.c341 av_fast_malloc(&c->write_buf, &c->write_buf_size, out_size); in crypto_write()
Did3v2.c969 av_fast_malloc(&buffer, &buffer_size, tlen); in id3v2_parse()
1008 av_fast_malloc(&uncompressed_buffer, &uncompressed_buffer_size, dlen); in id3v2_parse()
/third_party/ffmpeg/libavcodec/
Dgifdec.c233 av_fast_malloc(&s->stored_img, &s->stored_img_size, frame->linesize[0] * frame->height); in gif_read_image()
503 av_fast_malloc(&s->idx_line, &s->idx_line_size, s->screen_width); in gif_decode_frame()
Dtruemotion1.c421 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int)); in truemotion1_decode_header()
493 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int)); in truemotion1_decode_init()
Ddca_xll.c394 av_fast_malloc(&c->sample_buffer[0], &c->sample_size[0], nsamples * sizeof(int32_t)); in chs_alloc_msb_band_data()
422 av_fast_malloc(&c->sample_buffer[1], &c->sample_size[1], nsamples * sizeof(int32_t)); in chs_alloc_lsb_band_data()
737 av_fast_malloc(&c->sample_buffer[2], &c->sample_size[2], in chs_assemble_freq_bands()
964 av_fast_malloc(&s->navi, &s->navi_size, navi_nb * sizeof(*s->navi)); in parse_navi_table()
Dnuv.c138 av_fast_malloc(&c->decomp_buf, &c->decomp_size, in codec_reinit()
Drscc.c177 av_fast_malloc(&ctx->tiles, &ctx->tiles_size, in rscc_decode_frame()
Dylc.c313 av_fast_malloc(&s->buffer, &s->buffer_size, in decode_frame()
Dfic.c366 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size, in fic_decode_frame()
Dflacdec.c148 av_fast_malloc(&s->decoded_buffer, &s->decoded_buffer_size, buf_size); in allocate_buffers()
Dopusdec.c361 av_fast_malloc(&s->out_dummy, &s->out_dummy_allocated_size, in opus_decode_subpacket()
Dmagicyuv.c596 av_fast_malloc(&s->slices[i], &s->slices_size[i], s->nb_slices * sizeof(Slice)); in magy_decode_frame()
Dtakdec.c755 av_fast_malloc(&s->decode_buffer, &s->decode_buffer_size, buf_size); in tak_decode_frame()
Dsnowdec.c501 av_fast_malloc(&s->avmv, &s->avmv_size, size); in decode_frame()
Dflashsv2enc.c196 av_fast_malloc(&s->blockbuffer, &s->blockbuffer_size, block_width * block_height * 6); in update_block_dimensions()
Ddca_core.c1980 av_fast_malloc(&s->output_buffer, &s->output_size, in ff_dca_core_filter_fixed()
2188 av_fast_malloc(&s->output_buffer, &s->output_size, in filter_frame_float()
Dutvideodec.c699 av_fast_malloc(&c->slice_bits, &c->slice_bits_size, in decode_frame()
Dsanm.c1296 av_fast_malloc(&ctx->rle_buf, &ctx->rle_buf_size, npixels); in decode_8()
Dapedec.c1564 av_fast_malloc(&s->decoded_buffer, &s->decoded_size, decoded_buffer_size); in ape_decode_frame()

12