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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_dthread.c142 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; local
162 vp9_loop_filter_alloc(cm, lf_sync, sb_rows, cm->width);
171 sizeof(*pbi->lf_row_sync.cur_sb_col) * sb_rows);
186 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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 92 milliseconds