Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_tile_common.c19 const int sb_cols = mi_cols_aligned_to_sb(mis) >> MI_BLOCK_SIZE_LOG2; in get_tile_offset()
20 const int offset = ((idx * sb_cols) >> log2) << MI_BLOCK_SIZE_LOG2; in get_tile_offset()
55 const int sb64_cols = mi_cols_aligned_to_sb(mi_cols) >> MI_BLOCK_SIZE_LOG2; in vp9_get_tile_n_bits()
Dvp9_enums.h22 #define MI_BLOCK_SIZE_LOG2 (6 - MI_SIZE_LOG2) // 64 = 2^6 macro
25 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block
Dvp9_thread_common.c97 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows()
115 const int r = mi_row >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows()
116 const int c = mi_col >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows()
163 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in loop_filter_rows_mt()
Dvp9_onyxc_int.h337 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2); in mi_cols_aligned_to_sb()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c482 mi_row << MI_BLOCK_SIZE_LOG2); in fpm_sync()
Dvp9_decodeframe.c1549 mi_row << MI_BLOCK_SIZE_LOG2); in decode_tiles()