Searched refs:bl_index2 (Results 1 – 4 of 4) sorted by relevance
68 int bl_index2 = bl_index + cm->mi_cols; in vp9_compute_skin_sb() local69 int bl_index3 = bl_index2 + 1; in vp9_compute_skin_sb()77 VPXMIN(cpi->consec_zero_mv[bl_index2], in vp9_compute_skin_sb()
426 const int bl_index2 = bl_index + y * cm->mi_cols + x; in cyclic_refresh_update_map() local430 if (cr->map[bl_index2] == 0) { in cyclic_refresh_update_map()432 if (cr->last_coded_q_map[bl_index2] > qindex_thresh || in cyclic_refresh_update_map()433 cpi->consec_zero_mv[bl_index2] < consec_zero_mv_thresh_block) { in cyclic_refresh_update_map()437 } else if (cr->map[bl_index2] < 0) { in cyclic_refresh_update_map()438 cr->map[bl_index2]++; in cyclic_refresh_update_map()
202 int bl_index2 = bl_index + cm->mi_cols; in vp9_update_noise_estimate() local203 int bl_index3 = bl_index2 + 1; in vp9_update_noise_estimate()207 VPXMIN(cpi->consec_zero_mv[bl_index2], in vp9_update_noise_estimate()
330 const int bl_index2 = bl_index + y * cm->mi_cols + x; in cyclic_refresh_update_map() local334 if (cr->map[bl_index2] == 0) { in cyclic_refresh_update_map()335 if (cr->last_coded_q_map[bl_index2] > qindex_thresh) sum_map++; in cyclic_refresh_update_map()336 } else if (cr->map[bl_index2] < 0) { in cyclic_refresh_update_map()337 cr->map[bl_index2]++; in cyclic_refresh_update_map()