Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c960 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in decode_tiles_mt() local
1004 sizeof(*cm->above_context) * MAX_MB_PLANE * 2 * aligned_mi_cols); in decode_tiles_mt()
1006 sizeof(*cm->above_seg_context) * aligned_mi_cols); in decode_tiles_mt()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2532 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in init_encode_frame_mb_context() local
2543 2 * aligned_mi_cols * MAX_MB_PLANE); in init_encode_frame_mb_context()
2545 sizeof(*xd->above_seg_context) * aligned_mi_cols); in init_encode_frame_mb_context()