Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dalloccommon.c178 const int aligned_mi_cols = in av1_alloc_above_context_buffers() local
183 above_contexts->num_mi_cols = aligned_mi_cols; in av1_alloc_above_context_buffers()
203 aligned_mi_cols, sizeof(*above_contexts->entropy[0][tile_row])); in av1_alloc_above_context_buffers()
208 aligned_mi_cols, sizeof(*above_contexts->partition[tile_row])); in av1_alloc_above_context_buffers()
212 aligned_mi_cols, sizeof(*above_contexts->txfm[tile_row])); in av1_alloc_above_context_buffers()
/external/libwebm/common/
Dvp9_header_parser.cc223 const int aligned_mi_cols = AlignPowerOfTwo(mi_cols, kMiSizeLog2); in ParseTileInfo() local
224 const int sb_cols = aligned_mi_cols >> 3; // to_sbs(mi_cols); in ParseTileInfo()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2284 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in init_mt() local
2313 sizeof(*cm->above_context) * MAX_MB_PLANE * 2 * aligned_mi_cols); in init_mt()
2316 sizeof(*cm->above_seg_context) * aligned_mi_cols); in init_mt()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c4511 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in init_encode_frame_mb_context() local
4521 sizeof(*xd->above_context[0]) * 2 * aligned_mi_cols * MAX_MB_PLANE); in init_encode_frame_mb_context()
4523 sizeof(*xd->above_seg_context) * aligned_mi_cols); in init_encode_frame_mb_context()