Home
last modified time | relevance | path

Searched refs:av_fast_padded_malloc (Results 1 - 25 of 45) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dexrenc.c231 av_fast_padded_malloc(&scanline->uncompressed_data, &scanline->uncompressed_size, tmp_size); in encode_scanline_rle()
235 av_fast_padded_malloc(&scanline->tmp, &scanline->tmp_size, tmp_size); in encode_scanline_rle()
239 av_fast_padded_malloc(&scanline->compressed_data, &scanline->compressed_size, max_compressed_size); in encode_scanline_rle()
291 av_fast_padded_malloc(&scanline->uncompressed_data, &scanline->uncompressed_size, tmp_size); in encode_scanline_zip()
295 av_fast_padded_malloc(&scanline->tmp, &scanline->tmp_size, tmp_size); in encode_scanline_zip()
299 av_fast_padded_malloc(&scanline->compressed_data, &scanline->compressed_size, max_compressed_size); in encode_scanline_zip()
H A Dlscrdec.c173 av_fast_padded_malloc(&s->buffer, &s->buffer_size, s->row_size + 16); in decode_frame_lscr()
177 av_fast_padded_malloc(&s->last_row, &s->last_row_size, s->row_size); in decode_frame_lscr()
H A Dxpmdec.c318 av_fast_padded_malloc(&x->buf, &x->buf_size, avpkt->size); in xpm_decode_frame()
370 av_fast_padded_malloc(&x->pixels, &x->pixels_size, size); in xpm_decode_frame()
H A Dagm.c325 av_fast_padded_malloc(&s->wblocks, &s->wblocks_size, in decode_intra_plane()
403 av_fast_padded_malloc(&s->wblocks, &s->wblocks_size, in decode_inter_plane()
408 av_fast_padded_malloc(&s->map, &s->map_size, in decode_inter_plane()
487 av_fast_padded_malloc(&s->wblocks, &s->wblocks_size, in decode_inter_plane()
492 av_fast_padded_malloc(&s->map, &s->map_size, in decode_inter_plane()
839 av_fast_padded_malloc(&s->mvectors, &s->mvectors_size, in decode_motion_vectors()
1061 av_fast_padded_malloc(&s->output, &s->padded_output_size, s->output_size); in decode_huffman2()
H A Dmv30.c430 av_fast_padded_malloc(&s->coeffs, &s->coeffs_size, nb_codes * sizeof(*s->coeffs)); in decode_intra()
491 av_fast_padded_malloc(&s->mvectors, &s->mvectors_size, 2 * s->nb_mvectors * sizeof(*s->mvectors)); in decode_inter()
519 av_fast_padded_malloc(&s->coeffs, &s->coeffs_size, nb_codes * sizeof(*s->coeffs)); in decode_inter()
H A Drasc.c189 av_fast_padded_malloc(&s->delta, &s->delta_size, uncompressed_size); in decode_zlib()
300 av_fast_padded_malloc(&s->delta, &s->delta_size, w * h * s->bpp); in decode_move()
560 av_fast_padded_malloc(&s->cursor, &s->cursor_size, uncompressed_size); in decode_mous()
H A Deatqi.c153 av_fast_padded_malloc(&t->bitstream_buf, &t->bitstream_buf_size, in tqi_decode_frame()
H A Dsga.c332 av_fast_padded_malloc(&s->tileindex_data, &s->tileindex_size, in sga_decode_frame()
337 av_fast_padded_malloc(&s->palmapindex_data, &s->palmapindex_size, in sga_decode_frame()
H A Dwavpackenc.c890 av_fast_padded_malloc(&s->sampleptrs[i][0], &s->sampleptrs_size[i][0], in allocate_buffers2()
895 av_fast_padded_malloc(&s->sampleptrs[i][1], &s->sampleptrs_size[i][1], in allocate_buffers2()
910 av_fast_padded_malloc(&s->best_buffer[0], &s->best_buffer_size[0], in allocate_buffers()
915 av_fast_padded_malloc(&s->temp_buffer[i][0], &s->temp_buffer_size[i][0], in allocate_buffers()
920 av_fast_padded_malloc(&s->best_buffer[1], &s->best_buffer_size[1], in allocate_buffers()
925 av_fast_padded_malloc(&s->temp_buffer[i][1], &s->temp_buffer_size[i][1], in allocate_buffers()
1869 av_fast_padded_malloc(&s->js_left, &s->js_left_size, buf_size); in wv_stereo()
1870 av_fast_padded_malloc(&s->js_right, &s->js_right_size, buf_size); in wv_stereo()
2525 av_fast_padded_malloc(&s->orig_l, &s->orig_l_size, sizeof(int32_t) * nb_samples); in wavpack_encode_block()
2528 av_fast_padded_malloc( in wavpack_encode_block()
[all...]
H A Dexr.c1045 av_fast_padded_malloc(&td->ac_data, &td->ac_size, dest_len); in dwa_uncompress()
1076 av_fast_padded_malloc(&td->dc_data, &td->dc_size, FFALIGN(dest_len, 64) * 2); in dwa_uncompress()
1093 av_fast_padded_malloc(&td->rle_data, &td->rle_size, rle_usize); in dwa_uncompress()
1097 av_fast_padded_malloc(&td->rle_raw_data, &td->rle_raw_size, rle_raw_size); in dwa_uncompress()
1315 av_fast_padded_malloc(&td->tmp, &td->tmp_size, uncompressed_size); in decode_block()
1321 av_fast_padded_malloc(&td->uncompressed_data, in decode_block()
H A Dfraps.c213 av_fast_padded_malloc(&s->tmpbuf, &s->tmpbuf_size, offs[i + 1] - offs[i] - 1024); in decode_frame()
H A Dmidivid.c207 av_fast_padded_malloc(&s->uncompressed, &s->uncompressed_size, 16LL * (avpkt->size - 12)); in decode_frame()
H A Dmdec.c183 av_fast_padded_malloc(&a->bitstream_buffer, &a->bitstream_buffer_size, buf_size); in decode_frame()
H A Dqsvenc_hevc.c73 av_fast_padded_malloc(&sps_rbsp.rbsp_buffer, &sps_rbsp.rbsp_buffer_alloc_size, avctx->extradata_size); in generate_fake_vps()
H A Dsvq1dec.c650 av_fast_padded_malloc(&s->pkt_swapped, in svq1_decode_frame()
687 av_fast_padded_malloc(&s->pmv, &s->pmv_allocated, (FFALIGN(s->width, 16) / 8 + 3) * sizeof(*s->pmv)); in svq1_decode_frame()
H A Dcdtoons.c235 av_fast_padded_malloc(&c->sprites[sprite_id].data, &c->sprites[sprite_id].alloc_size, size); in cdtoons_decode_frame()
H A Dcdxl.c312 av_fast_padded_malloc(&c->new_video, &c->new_video_size, in cdxl_decode_frame()
H A Davcodec.h3151 void av_fast_padded_malloc(void *ptr, unsigned int *size, size_t min_size);
3154 * Same behaviour av_fast_padded_malloc except that buffer will always
H A Dmpc7.c211 av_fast_padded_malloc(&c->bits, &c->buf_size, buf_size); in mpc7_decode_frame()
H A Dcllc.c392 av_fast_padded_malloc(&ctx->swapped_buf, in cllc_decode_frame()
H A Dmimic.c411 av_fast_padded_malloc(&ctx->swap_buf, &ctx->swap_buf_size, swap_buf_size); in mimic_decode_frame()
H A Deamad.c310 av_fast_padded_malloc(&s->bitstream_buf, &s->bitstream_buf_size, in decode_frame()
H A Dasvdec.c233 av_fast_padded_malloc(&a->bitstream_buffer, &a->bitstream_buffer_size, in decode_frame()
H A Ddcadec.c167 av_fast_padded_malloc(&s->buffer, &s->buffer_size, input_size); in dcadec_decode_frame()
H A Dmotionpixels.c294 av_fast_padded_malloc(&mp->bswapbuf, &mp->bswapbuf_size, buf_size); in mp_decode_frame()

Completed in 32 milliseconds

12