Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.h136 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v);
Dmat.c446 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v) { in mat44Apply() function
/device/google/contexthub/firmware/os/algos/
Dfusion.c344 mat44Apply(&fusion->x0, &O, &q); in fusionPredict()