Lines Matching refs:mi_col
122 int mi_col) { in count_segs() argument
125 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols) return; in count_segs()
130 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols); in count_segs()
140 get_segment_id(cm, cm->last_frame_seg_map, bsize, mi_row, mi_col); in count_segs()
158 int *t_unpred_seg_counts, int mi_row, int mi_col, in count_segs_sb() argument
164 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols) return; in count_segs_sb()
171 t_unpred_seg_counts, bs, bs, mi_row, mi_col); in count_segs_sb()
174 t_unpred_seg_counts, bs, hbs, mi_row, mi_col); in count_segs_sb()
177 mi_row + hbs, mi_col); in count_segs_sb()
180 t_unpred_seg_counts, hbs, bs, mi_row, mi_col); in count_segs_sb()
183 mi_col + hbs); in count_segs_sb()
196 mi_row + mi_dr, mi_col + mi_dc, subsize); in count_segs_sb()
207 int i, tile_col, mi_row, mi_col; in vp9_choose_segmap_coding_method() local
233 for (mi_col = tile.mi_col_start; mi_col < tile.mi_col_end; in vp9_choose_segmap_coding_method()
234 mi_col += 8, mi += 8) in vp9_choose_segmap_coding_method()
237 mi_col, BLOCK_64X64); in vp9_choose_segmap_coding_method()