HomeSort by relevance Sort by last modified time
    Searched refs:sb_cols (Results 1 - 4 of 4) 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; local
20 const int offset = ((idx * sb_cols) >> log2) << MI_BLOCK_SIZE_LOG2;
vp9_thread_common.c 57 const int sb_cols) {
64 if (c < sb_cols - 1) {
68 cur = sb_cols + nsync;
83 (void)sb_cols;
93 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; local
137 sync_write(lf_sync, r, c, sb_cols);
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 331 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
338 sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE;
340 sbs_in_frame = sb_cols * sb_rows;
367 int sb_row_index = (i / sb_cols);
368 int sb_col_index = i - sb_row_index * sb_cols;
vp9_ratectrl.c 2287 int sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) \/ MI_BLOCK_SIZE; local
    [all...]

Completed in 67 milliseconds