Searched refs:sb_rows (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_dthread.c143 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; local
152 vp9_loop_filter_alloc(lf_sync, cm, sb_rows, cm->width);
158 vpx_memset(lf_sync->cur_sb_col, -1, sizeof(*lf_sync->cur_sb_col) * sb_rows);
182 lf_data->stop = sb_rows;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_dthread.c141 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; local
161 vp9_loop_filter_alloc(cm, lf_sync, sb_rows, cm->width);
170 sizeof(*pbi->lf_row_sync.cur_sb_col) * sb_rows);
194 lf_data->stop = sb_rows;
H A Dvp9_decoder.c171 const int sb_rows = local
173 vp9_loop_filter_dealloc(&pbi->lf_row_sync, sb_rows);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
259 sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE;
260 sbs_in_frame = sb_cols * sb_rows;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
259 sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE;
260 sbs_in_frame = sb_cols * sb_rows;

Completed in 119 milliseconds