Searched refs:num_alloc_above_contexts (Results 1 – 2 of 2) sorted by relevance
231 int num_alloc_above_contexts) { in av1_alloc_above_context_buffers() argument238 cm->num_allocated_above_contexts = num_alloc_above_contexts; in av1_alloc_above_context_buffers()243 num_alloc_above_contexts, sizeof(cm->above_context[0])); in av1_alloc_above_context_buffers()248 num_alloc_above_contexts, sizeof(cm->above_seg_context)); in av1_alloc_above_context_buffers()252 num_alloc_above_contexts, sizeof(cm->above_txfm_context)); in av1_alloc_above_context_buffers()255 for (int tile_row = 0; tile_row < num_alloc_above_contexts; tile_row++) { in av1_alloc_above_context_buffers()
27 int num_alloc_above_contexts);