Home | History | Annotate | Download | only in encoder

Lines Matching refs:hbs

577 static void write_partition(VP9_COMP *cpi, int hbs, int mi_row, int mi_col,
584 const int has_rows = (mi_row + hbs) < cm->mi_rows;
585 const int has_cols = (mi_col + hbs) < cm->mi_cols;