Lines Matching refs:xmis
156 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_segment() local
204 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_segment()
219 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_sb_postencode() local
224 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_sb_postencode()
332 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
375 xmis = in cyclic_refresh_update_map()
380 (xmis <= 2 || ymis <= 2)) in cyclic_refresh_update_map()
383 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map()
402 if (sum_map >= xmis * ymis / 2) { in cyclic_refresh_update_map()
404 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map()
407 cr->target_num_seg_blocks += xmis * ymis; in cyclic_refresh_update_map()