Searched refs:max_cols (Results 1 – 3 of 3) sorted by relevance
48 static void PrintString(int max_cols, absl::string_view* str, in PrintString() argument51 while (max_cols > 0 && !str->empty()) { in PrintString()55 max_cols--; in PrintString()58 max_cols--; in PrintString()61 max_cols--; in PrintString()67 max_cols -= 4; in PrintString()
165 const int32 max_cols = static_cast<int32>(shape_ptr[1]); in IndicesValidMatrix32BitFastPath() local210 col_in_range_valid & (col_32 >= 0) & (col_32 < max_cols); in IndicesValidMatrix32BitFastPath()
912 const int max_cols = in vp9_setup_mask() local930 if (4 >= max_cols) break; in vp9_setup_mask()939 if (mi_32_col_offset >= max_cols || mi_32_row_offset >= max_rows) in vp9_setup_mask()953 if (mi_32_col_offset + 2 >= max_cols) continue; in vp9_setup_mask()966 if (mi_16_col_offset >= max_cols || mi_16_row_offset >= max_rows) in vp9_setup_mask()981 if (mi_16_col_offset + 1 >= max_cols) continue; in vp9_setup_mask()998 if (mi_8_col_offset >= max_cols || in vp9_setup_mask()