Searched refs:sb_rows (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_dthread.c | 143 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_loop_filter_frame_mt() local 161 vp9_loop_filter_alloc(cm, lf_sync, sb_rows, cm->width); in vp9_loop_filter_frame_mt() 169 vpx_memset(lf_sync->cur_sb_col, -1, sizeof(*lf_sync->cur_sb_col) * sb_rows); in vp9_loop_filter_frame_mt() 193 lf_data->stop = sb_rows; in vp9_loop_filter_frame_mt()
|
D | vp9_decoder.c | 100 const int sb_rows = in vp9_decoder_remove() local 102 vp9_loop_filter_dealloc(&pbi->lf_row_sync, sb_rows); in vp9_decoder_remove()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in vp9_cyclic_refresh_setup() local 258 sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_cyclic_refresh_setup() 259 sbs_in_frame = sb_cols * sb_rows; in vp9_cyclic_refresh_setup()
|