Home
last modified time | relevance | path

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

/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_VNorm.c30 const AKFLOAT tgt, /*!< Target sensitivity */ in AKFS_VbNorm() argument
49 (tgt <= 0)) { in AKFS_VbNorm()
58 vvec[i].u.x = ((vdata[i].u.x - o->u.x) / (s->u.x) * (AKFLOAT)tgt); in AKFS_VbNorm()
59 vvec[i].u.y = ((vdata[i].u.y - o->u.y) / (s->u.y) * (AKFLOAT)tgt); in AKFS_VbNorm()
60 vvec[i].u.z = ((vdata[i].u.z - o->u.z) / (s->u.z) * (AKFLOAT)tgt); in AKFS_VbNorm()
DAKFS_VNorm.h32 const AKFLOAT tgt, /*!< Target sensitivity */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dconfigure504 for tgt in libs examples docs solution; do
505 local tgt_fn="$tgt-$toolchain.mk"
507 if enabled $tgt; then
508 echo "Creating makefiles for ${toolchain} ${tgt}"