Home
last modified time | relevance | path

Searched refs:aligned_mi_cols (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dalloccommon.c234 const int aligned_mi_cols = in av1_alloc_above_context_buffers() local
239 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()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1961 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in decode_tiles_mt() local
2018 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c4310 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in init_encode_frame_mb_context() local
4320 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()