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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c285 const int bl_index2 = bl_index + y * cm->mi_cols + x; local
289 if (cr->map[bl_index2] == 0) {
290 seg_map[bl_index2] = 1;
292 } else if (cr->map[bl_index2] < 0) {
293 cr->map[bl_index2]++;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c285 const int bl_index2 = bl_index + y * cm->mi_cols + x; local
289 if (cr->map[bl_index2] == 0) {
290 seg_map[bl_index2] = 1;
292 } else if (cr->map[bl_index2] < 0) {
293 cr->map[bl_index2]++;

Completed in 421 milliseconds