HomeSort by relevance Sort by last modified time
    Searched refs:hvec (Results 1 - 4 of 4) sorted by null

  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Direction.c 58 const AKFVEC* hvec,
76 Yh = -(hvec->u.x)*cosR + (hvec->u.z)*sinR;
77 Xh = (hvec->u.x)*sinP*sinR + (hvec->u.y)*cosP + (hvec->u.z)*sinP*cosR;
85 const AKFVEC hvec[],
109 if (AKFS_VbAve(nhvec, hvec, hnave, &have) != AKFS_SUCCESS) {
AKFS_Direction.h 28 const AKFVEC hvec[],
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 151 Word16 hvec[L_SUBFR * 2]; member in struct:__anon38325
cod_amr.cpp 392 st->h1 = &st->hvec[L_SUBFR];
404 Set_zero(st->hvec, L_SUBFR); // set to zero "h1[-L_SUBFR..-1]"
490 st->h1 = &st->hvec[L_SUBFR];
505 memset(st->hvec, 0, sizeof(Word16)*L_SUBFR); /* set to zero "h1[-L_SUBFR..-1]" */
927 Set_zero(st->hvec, L_SUBFR); // set to zero "h1[-L_SUBFR..-1]"
    [all...]

Completed in 89 milliseconds