Searched refs:row_length (Results 1 – 1 of 1) sorted by relevance
1537 int matrices, int row_length) in transpose_and_flatten_matrices() argument1541 matrix_size = row_length * row_length; in transpose_and_flatten_matrices()1547 y_offset = j - (row * row_length); in transpose_and_flatten_matrices()1548 rot_index = y_offset * row_length + x_offset; in transpose_and_flatten_matrices()1551 if ((j + 1) % row_length == 0) { in transpose_and_flatten_matrices()1578 static void vdpu383_flatten_matrices(u8 *output, const u8 *input, int matrices, int row_length) in vdpu383_flatten_matrices() argument1583 matrix_size = row_length * row_length; in vdpu383_flatten_matrices()1590 input_idx = ((j % 4) * row_length) + line_offset + block_offset; in vdpu383_flatten_matrices()