Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c271 int sb_row_index = (i / sb_cols); in vp9_cyclic_refresh_setup() local
272 int sb_col_index = i - sb_row_index * sb_cols; in vp9_cyclic_refresh_setup()
273 int mi_row = sb_row_index * MI_BLOCK_SIZE; in vp9_cyclic_refresh_setup()