HomeSort by relevance Sort by last modified time
    Searched refs:mi_cols_aligned_to_sb (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;
53 const int sb64_cols = mi_cols_aligned_to_sb(mi_cols) >> MI_BLOCK_SIZE_LOG2;
vp9_alloccommon.c 156 2 * mi_cols_aligned_to_sb(cm->mi_cols) * MAX_MB_PLANE,
162 mi_cols_aligned_to_sb(cm->mi_cols), sizeof(*cm->above_seg_context));
vp9_onyxc_int.h 332 static INLINE int mi_cols_aligned_to_sb(int n_mis) { function
356 i * sizeof(*cm->above_context) * 2 * mi_cols_aligned_to_sb(cm->mi_cols);
vp9_thread_common.c 93 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2;
158 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> 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;
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_bitstream.c 496 tile_sb_row = mi_cols_aligned_to_sb(mi_row - tile->mi_row_start) >>
    [all...]
vp9_encodeframe.c     [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 1507 milliseconds