Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c390 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
417 bl_index = mi_row * cm->mi_cols + mi_col; in cyclic_refresh_update_map()
425 const int bl_index2 = bl_index + y * cm->mi_cols + x; in cyclic_refresh_update_map()
442 seg_map[bl_index + y * cm->mi_cols + x] = CR_SEGMENT_ID_BOOST1; in cyclic_refresh_update_map()