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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 533 milliseconds