Searched refs:new_ext_mi_size (Results 1 – 1 of 1) sorted by relevance
735 const int new_ext_mi_size = mi_alloc_rows * mi_alloc_cols; in alloc_context_buffers_ext() local737 if (new_ext_mi_size > mbmi_ext_info->alloc_size) { in alloc_context_buffers_ext()741 aom_calloc(new_ext_mi_size, sizeof(*mbmi_ext_info->frame_base))); in alloc_context_buffers_ext()742 mbmi_ext_info->alloc_size = new_ext_mi_size; in alloc_context_buffers_ext()