Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1695 const int aligned_cols = mi_cols_aligned_to_sb(cm->mi_cols); in decode_tiles() local
1728 sizeof(*cm->above_context) * MAX_MB_PLANE * 2 * aligned_cols); in decode_tiles()
1731 sizeof(*cm->above_seg_context) * aligned_cols); in decode_tiles()
2376 const int aligned_cols = mi_cols_aligned_to_sb(cm->mi_cols); in read_uncompressed_header() local
2377 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in read_uncompressed_header()