Searched refs:vpx_malloc (Results 1 – 15 of 15) sorted by relevance
70 void *vpx_malloc(size_t size) { return vpx_memalign(DEFAULT_ALIGNMENT, size); } in vpx_malloc() function76 x = vpx_malloc(num * size); in vpx_calloc()
29 void *vpx_malloc(size_t size);
287 vpx_malloc(sizeof(*lf_sync->mutex) * rows)); in vp9_loop_filter_alloc()295 vpx_malloc(sizeof(*lf_sync->cond) * rows)); in vp9_loop_filter_alloc()304 vpx_malloc(sizeof(*lf_sync->recon_done_mutex) * rows)); in vp9_loop_filter_alloc()313 vpx_malloc(sizeof(*lf_sync->recon_done_cond) * rows)); in vp9_loop_filter_alloc()324 vpx_malloc(num_workers * sizeof(*lf_sync->lfdata))); in vp9_loop_filter_alloc()329 vpx_malloc(sizeof(*lf_sync->cur_sb_col) * rows)); in vp9_loop_filter_alloc()332 vpx_malloc(sizeof(*lf_sync->num_tiles_done) * in vp9_loop_filter_alloc()
19 return (struct ALT_REF_AQ *)vpx_malloc(sizeof(struct ALT_REF_AQ)); in vp9_alt_ref_aq_create()
96 vpx_malloc(allocated_workers * sizeof(*cpi->workers))); in create_enc_workers()274 vpx_malloc(sizeof(*row_mt_sync->mutex) * rows)); in vp9_row_mt_sync_mem_alloc()282 vpx_malloc(sizeof(*row_mt_sync->cond) * rows)); in vp9_row_mt_sync_mem_alloc()292 vpx_malloc(sizeof(*row_mt_sync->cur_col) * rows)); in vp9_row_mt_sync_mem_alloc()
164 vpx_malloc(mi_rows * mi_cols * sizeof(*lc->map))); in vp9_init_layer_context()169 vpx_malloc(last_coded_q_map_size)); in vp9_init_layer_context()174 vpx_malloc(consec_zero_mv_size)); in vp9_init_layer_context()
43 cr->last_coded_q_map = vpx_malloc(last_coded_q_map_size); in vp9_cyclic_refresh_alloc()
972 vpx_malloc(cpi->vp9_bitstream_worker_data[i].dest_size); in encode_tiles_buffer_alloc()
708 CHECK_MEM_ERROR(cm, roi->roi_map, vpx_malloc(rows * cols)); in vp9_set_roi_map()2322 vpx_malloc(lc->rc_twopass_stats_in.sz)); in vp9_create_compressor()
5553 vpx_malloc(tile_cols * tile_rows * sizeof(*cpi->tile_data))); in vp9_init_tile_data()
514 vpx_malloc(sizeof(pthread_t) * th_count)); in vp8cx_create_encoder_threads()516 vpx_malloc(sizeof(sem_t) * th_count)); in vp8cx_create_encoder_threads()518 vpx_malloc(sizeof(sem_t) * th_count)); in vp8cx_create_encoder_threads()523 vpx_malloc(sizeof(ENCODETHREAD_DATA) * th_count)); in vp8cx_create_encoder_threads()
1231 vpx_malloc(sizeof(*cpi->mt_current_mb_col) * cm->mb_rows)); in vp8_alloc_compressor_data()1239 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cm->mb_rows)); in vp8_alloc_compressor_data()
565 vpx_malloc(block_size() + width() + height() + 1)); in SetUp()572 ref_ = CONVERT_TO_BYTEPTR(reinterpret_cast<uint16_t *>(vpx_malloc( in SetUp()
758 vpx_malloc(sizeof(*pbi->mt_current_mb_col) * pc->mb_rows)); in vp8mt_alloc_temp_buffers()
1974 vpx_malloc(num_threads * sizeof(*pbi->tile_workers))); in decode_tiles_mt()