Home
last modified time | relevance | path

Searched refs:m2_cols (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmathutils.h95 const int m2_cols) { in multiply_mat() argument
100 for (col = 0; col < m2_cols; ++col) { in multiply_mat()
103 sum += m1[row * inner_dim + inner] * m2[inner * m2_cols + col]; in multiply_mat()