Searched refs:outX (Results 1 – 3 of 3) sorted by relevance
20 void findOrthogonalVector(float inX, float inY, float inZ, float *outX, in findOrthogonalVector() argument22 ASSERT_NOT_NULL(outX); in findOrthogonalVector()49 *outX = x * invMag; in findOrthogonalVector()
140 void findOrthogonalVector(float inX, float inY, float inZ, float *outX,
517 for (unsigned int outX = 0; outX < stride; outX++) { in captureNV21() local531 if (outY % 2 == 0 && outX % 2 == 0) { in captureNV21()