Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_dthread.c142 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_loop_filter_frame_mt() local
162 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()
Dvp9_decoder.c171 const int sb_rows = in vp9_remove_decompressor() local
173 vp9_loop_filter_dealloc(&pbi->lf_row_sync, sb_rows); in vp9_remove_decompressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in vp9_cyclic_refresh_setup() local
259 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()