Home
last modified time | relevance | path

Searched refs:sb_rows (Results 1 – 3 of 3) sorted by relevance

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