Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c270 int sb_row_index = (i / sb_cols); in vp9_cyclic_refresh_setup() local
271 int sb_col_index = i - sb_row_index * sb_cols; in vp9_cyclic_refresh_setup()
272 int mi_row = sb_row_index * MI_BLOCK_SIZE; in vp9_cyclic_refresh_setup()