Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1838 const int aligned_rows = mi_cols_aligned_to_sb(mi_rows); in set_rows_after_error() local
1839 const int sb_rows = (aligned_rows >> MI_BLOCK_SIZE_LOG2); in set_rows_after_error()
1914 const int aligned_rows = mi_cols_aligned_to_sb(cm->mi_rows); in tile_worker_hook() local
1915 const int sb_rows = (aligned_rows >> MI_BLOCK_SIZE_LOG2); in tile_worker_hook()
2378 const int aligned_rows = mi_cols_aligned_to_sb(cm->mi_rows); in read_uncompressed_header() local
2379 const int sb_rows = aligned_rows >> MI_BLOCK_SIZE_LOG2; in read_uncompressed_header()