Searched refs:scalar (Results 1 - 6 of 6) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c577 /** Converts an orientation matrix made up of 0,+1,and -1 to a scalar representation.
578 * @param[in] mtx Orientation matrix to convert to a scalar.
589 unsigned short scalar; local
600 scalar = inv_row_2_scale(mtx);
601 scalar |= inv_row_2_scale(mtx + 3) << 3;
602 scalar |= inv_row_2_scale(mtx + 6) << 6;
605 return scalar;
608 /** Uses the scalar orientation value to convert from chip frame to body frame
609 * @param[in] orientation A scalar that represent how to go from chip to body frame
620 /** Uses the scalar orientatio
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c1482 unsigned short scalar; local
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;
1496 return scalar;
1500 * @param[in] orient A scalar representation of the orientation
1503 * inv_orientation_matrix_to_scalar() will turn the transformation matrix into this scalar.
1549 * @param[in] orient A scalar representation of the orientation
1552 * inv_orientation_matrix_to_scalar() will turn the transformation matrix into this scalar.
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.c577 /** Converts an orientation matrix made up of 0,+1,and -1 to a scalar representation.
578 * @param[in] mtx Orientation matrix to convert to a scalar.
589 unsigned short scalar; local
600 scalar = inv_row_2_scale(mtx);
601 scalar |= inv_row_2_scale(mtx + 3) << 3;
602 scalar |= inv_row_2_scale(mtx + 6) << 6;
604 return scalar;
607 /** Uses the scalar orientation value to convert from chip frame to body frame
608 * @param[in] orientation A scalar that represent how to go from chip to body frame
619 /** Uses the scalar orientatio
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c577 /** Converts an orientation matrix made up of 0,+1,and -1 to a scalar representation.
578 * @param[in] mtx Orientation matrix to convert to a scalar.
589 unsigned short scalar; local
600 scalar = inv_row_2_scale(mtx);
601 scalar |= inv_row_2_scale(mtx + 3) << 3;
602 scalar |= inv_row_2_scale(mtx + 6) << 6;
604 return scalar;
607 /** Uses the scalar orientation value to convert from chip frame to body frame
608 * @param[in] orientation A scalar that represent how to go from chip to body frame
619 /** Uses the scalar orientatio
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm162 ;# We begin by reading the data 32 bits at a time (using scalar operations)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm247 ; generate scalar constants

Completed in 3232 milliseconds