Searched refs:sb_rows (Results 1 – 3 of 3) sorted by relevance
142 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_loop_filter_frame_mt() local162 vp9_loop_filter_alloc(cm, lf_sync, sb_rows, cm->width); in vp9_loop_filter_frame_mt()171 sizeof(*pbi->lf_row_sync.cur_sb_col) * sb_rows); in vp9_loop_filter_frame_mt()186 lf_data->stop = sb_rows; in vp9_loop_filter_frame_mt()
171 const int sb_rows = in vp9_remove_decompressor() local173 vp9_loop_filter_dealloc(&pbi->lf_row_sync, sb_rows); in vp9_remove_decompressor()
198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in vp9_cyclic_refresh_setup() local259 sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_cyclic_refresh_setup()260 sbs_in_frame = sb_cols * sb_rows; in vp9_cyclic_refresh_setup()