Lines Matching refs:xmis
167 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_segment() local
215 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_segment()
230 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_sb_postencode() local
235 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_sb_postencode()
365 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
417 xmis = in cyclic_refresh_update_map()
422 (xmis <= 2 || ymis <= 2)) in cyclic_refresh_update_map()
425 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map()
444 if (sum_map >= xmis * ymis / 2) { in cyclic_refresh_update_map()
455 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map()
458 cr->target_num_seg_blocks += xmis * ymis; in cyclic_refresh_update_map()