Searched refs:aom_calloc (Results 1 – 14 of 14) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | alloccommon.c | 186 above_contexts->entropy[plane_idx] = (ENTROPY_CONTEXT **)aom_calloc( in av1_alloc_above_context_buffers() 191 above_contexts->partition = (PARTITION_CONTEXT **)aom_calloc( in av1_alloc_above_context_buffers() 196 (TXFM_CONTEXT **)aom_calloc(num_tile_rows, sizeof(above_contexts->txfm)); in av1_alloc_above_context_buffers() 202 (ENTROPY_CONTEXT *)aom_calloc( in av1_alloc_above_context_buffers() 207 above_contexts->partition[tile_row] = (PARTITION_CONTEXT *)aom_calloc( in av1_alloc_above_context_buffers() 211 above_contexts->txfm[tile_row] = (TXFM_CONTEXT *)aom_calloc( in av1_alloc_above_context_buffers() 234 aom_calloc(alloc_mi_size, sizeof(*mi_params->mi_alloc)); in alloc_mi() 238 mi_params->mi_grid_base = (MB_MODE_INFO **)aom_calloc( in alloc_mi() 244 aom_calloc(mi_grid_size, sizeof(*mi_params->tx_type_map)); in alloc_mi() 292 (LoopFilterMask *)aom_calloc(cm->lf.lfm_num, sizeof(*cm->lf.lfm)); in av1_alloc_loop_filter_mask()
|
D | frame_buffers.c | 23 list->int_fb = (InternalFrameBuffer *)aom_calloc( in av1_alloc_internal_frame_buffers() 76 int_fb_list->int_fb[i].data = (uint8_t *)aom_calloc(1, min_size); in av1_get_frame_buffer()
|
D | av1_common_int.h | 902 (MV_REF *)aom_calloc(((mi_params->mi_rows + 1) >> 1) * in ensure_mv_buffer() 908 (uint8_t *)aom_calloc(mi_params->mi_rows * mi_params->mi_cols, in ensure_mv_buffer() 920 (TPL_MV_REF *)aom_calloc(mem_size, sizeof(*cm->tpl_mvs))); in ensure_mv_buffer()
|
/external/libaom/libaom/av1/encoder/ |
D | context_tree.c | 34 aom_calloc(num_blk, sizeof(*ctx->blk_skip))); in alloc_mode_context() 36 aom_calloc(num_blk, sizeof(*ctx->tx_type_map))); in alloc_mode_context() 162 aom_calloc(tree_nodes, sizeof(*td->pc_tree))); in av1_setup_pc_tree()
|
D | ethread.c | 398 aom_calloc(num_workers, sizeof(*cpi->tile_thr_data))); in create_enc_workers() 463 aom_calloc(1, sizeof(*thread_data->td->counts))); in create_enc_workers() 485 aom_calloc(sb_mi_size, sizeof(*thread_data->td->mbmi_ext))); in create_enc_workers()
|
D | aq_cyclicrefresh.c | 24 CYCLIC_REFRESH *const cr = aom_calloc(1, sizeof(*cr)); in av1_cyclic_refresh_alloc() 27 cr->map = aom_calloc(mi_rows * mi_cols, sizeof(*cr->map)); in av1_cyclic_refresh_alloc()
|
D | encoder.c | 741 aom_calloc(new_ext_mi_size, sizeof(*mbmi_ext_info->frame_base))); in alloc_context_buffers_ext() 1136 aom_calloc(tokens, sizeof(*cpi->tile_tok[0][0]))); in alloc_compressor_data() 1139 aom_calloc(sb_rows * MAX_TILE_ROWS * MAX_TILE_COLS, in alloc_compressor_data() 2686 aom_calloc(mi_params->mi_rows * mi_params->mi_cols, 1)); in realloc_segmentation_maps() 2697 aom_calloc(mi_params->mi_rows * mi_params->mi_cols, 1)); in realloc_segmentation_maps() 2846 aom_calloc(1, sizeof(*level_params->level_info[i]))); in av1_change_config() 3001 aom_calloc(tpl_data->tpl_stats_buffer[frame].width * in setup_tpl_buffers() 3212 aom_calloc(sb_mi_size, sizeof(*cpi->td.mb.mbmi_ext))); in av1_create_compressor() 3224 aom_calloc(num_rows * num_cols, in av1_create_compressor() 3227 aom_calloc(num_rows * num_cols, in av1_create_compressor() [all …]
|
D | firstpass.c | 873 aom_calloc(mi_params->mb_rows * mi_params->mb_cols, in av1_first_pass()
|
/external/libaom/libaom/aom_mem/ |
D | aom_mem.h | 37 void *aom_calloc(size_t num, size_t size);
|
D | aom_mem.c | 65 void *aom_calloc(size_t num, size_t size) { in aom_calloc() function
|
/external/libaom/libaom/aom_util/ |
D | aom_thread.c | 128 worker->impl_ = (AVxWorkerImpl *)aom_calloc(1, sizeof(*worker->impl_)); in reset()
|
/external/libaom/libaom/test/ |
D | cnn_test.cc | 73 int *out_widths = (int *)aom_calloc(num_outputs, sizeof(*out_widths)); in RunMultiOutCNNTest() 74 int *out_heights = (int *)aom_calloc(num_outputs, sizeof(*out_heights)); in RunMultiOutCNNTest() 75 int *not_used = (int *)aom_calloc(num_outputs, sizeof(*not_used)); in RunMultiOutCNNTest()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 1828 (FIRSTPASS_STATS *)aom_calloc(size, sizeof(FIRSTPASS_STATS)); in create_stats_buffer() 1836 stats_buf_context->total_left_stats = aom_calloc(1, sizeof(FIRSTPASS_STATS)); in create_stats_buffer() 1839 stats_buf_context->total_stats = aom_calloc(1, sizeof(FIRSTPASS_STATS)); in create_stats_buffer() 1853 *p_buffer_pool = (BufferPool *)aom_calloc(1, sizeof(BufferPool)); in create_context_and_bufferpool() 1876 aom_codec_alg_priv_t *const priv = aom_calloc(1, sizeof(*priv)); in encoder_init()
|
D | av1_dx_iface.c | 86 (aom_codec_alg_priv_t *)aom_calloc(1, sizeof(*priv)); in decoder_init() 423 ctx->buffer_pool = (BufferPool *)aom_calloc(1, sizeof(BufferPool)); in init_decoder()
|