Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/algos/
Dmat.h90 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v);
/device/google/contexthub/firmware/src/algos/
Dfusion.c337 mat44Apply(&fusion->x0, &O, &q); in fusionPredict()
Dmat.c473 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v) in mat44Apply() function