Searched defs:mat (Results 1 – 5 of 5) sorted by relevance
38 float[] mat = new float[16]; in testMultiplyMM() local192 float[] mat = new float[] { in testMultiplyMMInPlace() local209 float[] mat = new float[16]; in testMultiplyMV() local302 float[] mat = new float[] { in testTransposeM() local338 float[] mat = matIden; in testInvertM() local392 float[] mat = new float[16]; in testSetIdentityM() local403 float[] mat = new float[16]; in testRotateM() local445 float[] mat = new float[16]; in testRotateMInPlace() local483 float[] mat = new float[16]; in testSetRotateM() local521 float[] mat = new float[16]; in testSetRotateEulerM() local[all …]
35 private void subtest(int w, int h, Matrix4f mat, Float4 add, in subtest()84 Matrix4f mat = new Matrix4f(); in test() local
556 Matrix4f mat = new Matrix4f(); in testBuilder2InvokeToKernelDependency() local
62 Matrix3f mat = new Matrix3f(coeffs); in testRSColorMatrix0() local127 Matrix4f mat = new Matrix4f(coeffs); in testRSColorMatrix2() local
1237 private Mat mat; field in RVCVXCheckAnalyzer.VideoDecoderForOpenCV.MatBuffer