HomeSort by relevance Sort by last modified time
    Searched refs:MI_BLOCK_SIZE_LOG2 (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_tile_common.c 19 const int sb_cols = mi_cols_aligned_to_sb(mis) >> MI_BLOCK_SIZE_LOG2;
20 const int offset = ((idx * sb_cols) >> log2) << MI_BLOCK_SIZE_LOG2;
53 const int sb64_cols = mi_cols_aligned_to_sb(mi_cols) >> MI_BLOCK_SIZE_LOG2;
vp9_enums.h 22 #define MI_BLOCK_SIZE_LOG2 (6 - MI_SIZE_LOG2) // 64 = 2^6
25 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block
vp9_thread_common.c 93 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2;
111 const int r = mi_row >> MI_BLOCK_SIZE_LOG2;
112 const int c = mi_col >> MI_BLOCK_SIZE_LOG2;
159 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2;
vp9_onyxc_int.h 301 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2);
  /external/libvpx/libvpx/vp9/encoder/
vp9_multi_thread.c 59 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2;
87 (mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2) + 1;
111 get_num_vert_units(*tile_info, MI_BLOCK_SIZE_LOG2);
163 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2;
223 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2;
vp9_encodeframe.c     [all...]
vp9_bitstream.c 497 MI_BLOCK_SIZE_LOG2;
    [all...]
vp9_pickmode.c     [all...]
vp9_encoder.c     [all...]

Completed in 2555 milliseconds