Home | History | Annotate | Download | only in mllite

Lines Matching refs:mtx

112 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx);
1480 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx)
1492 scalar = inv_row_2_scale(mtx);
1493 scalar |= inv_row_2_scale(mtx + 3) << 3;
1494 scalar |= inv_row_2_scale(mtx + 6) << 6;