Searched refs:aligned_mi_cols (Results 1 – 3 of 3) sorted by relevance
234 const int aligned_mi_cols = in av1_alloc_above_context_buffers() local239 cm->num_allocated_above_context_mi_col = aligned_mi_cols; in av1_alloc_above_context_buffers()258 aligned_mi_cols, sizeof(*cm->above_context[0][tile_row])); in av1_alloc_above_context_buffers()263 aligned_mi_cols, sizeof(*cm->above_seg_context[tile_row])); in av1_alloc_above_context_buffers()267 aligned_mi_cols, sizeof(*cm->above_txfm_context[tile_row])); in av1_alloc_above_context_buffers()
1961 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in decode_tiles_mt() local2018 sizeof(*cm->above_context) * MAX_MB_PLANE * 2 * aligned_mi_cols); in decode_tiles_mt()2020 sizeof(*cm->above_seg_context) * aligned_mi_cols); in decode_tiles_mt()
4310 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in init_encode_frame_mb_context() local4320 sizeof(*xd->above_context[0]) * 2 * aligned_mi_cols * MAX_MB_PLANE); in init_encode_frame_mb_context()4322 sizeof(*xd->above_seg_context) * aligned_mi_cols); in init_encode_frame_mb_context()