Searched defs:sb_rows (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_thread_common.c163 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; local
170 if (!lf_sync->sync_range || sb_rows != lf_sync->rows ||
173 vp9_loop_filter_alloc(lf_sync, cm, sb_rows, cm->width, num_workers);
177 memset(lf_sync->cur_sb_col, -1, sizeof(*lf_sync->cur_sb_col) * sb_rows);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c397 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
405 sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE;
406 sbs_in_frame = sb_cols * sb_rows;
H A Dvp9_ratectrl.c1969 int sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; local
1970 for (sbi_row = 0; sbi_row < sb_rows; sbi_row ++) {
1974 (sbi_row < sb_rows - 1 && sbi_col < sb_cols - 1) &&

Completed in 162 milliseconds