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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
277 bl_index = mi_row * cm->mi_cols + mi_col;
285 const int bl_index2 = bl_index + y * cm->mi_cols + x;
303 seg_map[bl_index + y * cm->mi_cols + x] = new_value;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
277 bl_index = mi_row * cm->mi_cols + mi_col;
285 const int bl_index2 = bl_index + y * cm->mi_cols + x;
303 seg_map[bl_index + y * cm->mi_cols + x] = new_value;

Completed in 94 milliseconds