Searched refs:vpx_malloc (Results 1 – 12 of 12) sorted by relevance
36 void *vpx_malloc(size_t size) { in vpx_malloc() function65 new_addr = vpx_malloc(size); in vpx_realloc()
28 void *vpx_malloc(size_t size);
263 vpx_malloc(sizeof(*lf_sync->mutex_) * rows)); in vp9_loop_filter_alloc()271 vpx_malloc(sizeof(*lf_sync->cond_) * rows)); in vp9_loop_filter_alloc()281 vpx_malloc(num_workers * sizeof(*lf_sync->lfdata))); in vp9_loop_filter_alloc()285 vpx_malloc(sizeof(*lf_sync->cur_sb_col) * rows)); in vp9_loop_filter_alloc()
541 vpx_malloc(sizeof(pthread_t) * th_count)); in vp8cx_create_encoder_threads()543 vpx_malloc(sizeof(sem_t) * th_count)); in vp8cx_create_encoder_threads()548 vpx_malloc(sizeof(ENCODETHREAD_DATA) * th_count)); in vp8cx_create_encoder_threads()
1276 vpx_malloc(sizeof(*cpi->mt_current_mb_col) * cm->mb_rows)); in vp8_alloc_compressor_data()1282 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cm->mb_rows)); in vp8_alloc_compressor_data()
111 lc->map = vpx_malloc(mi_rows * mi_cols * sizeof(signed char)); in vp9_init_layer_context()114 lc->last_coded_q_map = vpx_malloc(last_coded_q_map_size); in vp9_init_layer_context()118 lc->consec_zero_mv = vpx_malloc(consec_zero_mv_size); in vp9_init_layer_context()
88 vpx_malloc(allocated_workers * sizeof(*cpi->workers))); in vp9_encode_tiles_mt()
37 cr->last_coded_q_map = vpx_malloc(last_coded_q_map_size); in vp9_cyclic_refresh_alloc()46 cr->consec_zero_mv = vpx_malloc(consec_zero_mv_size); in vp9_cyclic_refresh_alloc()
1730 cpi->ssim_vars = vpx_malloc(sizeof(*cpi->ssim_vars) * in vp9_create_compressor()1795 vpx_malloc(lc->rc_twopass_stats_in.sz)); in vp9_create_compressor()
3794 vpx_malloc(tile_cols * tile_rows * sizeof(*cpi->tile_data))); in vp9_init_tile_data()
344 vpx_malloc(ctx->num_frame_workers * sizeof(*ctx->frame_workers)); in init_decoder()
1647 vpx_malloc(num_threads * sizeof(*pbi->tile_workers))); in decode_tiles_mt()