Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 9 of 9) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
Dml_stored_data.c547 unsigned long long ll; in inv_load_cal_V3() member
703 dToLL.ll = 0; in inv_load_cal_V3()
704 dToLL.ll += 72057594037927936ULL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3()
705 dToLL.ll += 281474976710656ULL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3()
706 dToLL.ll += 1099511627776ULL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3()
707 dToLL.ll += 4294967296LL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3()
708 dToLL.ll += 16777216ULL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3()
709 dToLL.ll += 65536ULL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3()
710 dToLL.ll += 256LL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3()
711 dToLL.ll += (unsigned long long)calData[ptr++]; in inv_load_cal_V3()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_tapify.py30 ll=[h(r),l(c)]
32 sum = dist(ul,p)+dist(ur,p)+dist(ll,p)+dist(lr,p)
33 t4 = scale - t(ul,p,sum) - t(ur,p,sum) - t(ll,p,sum);
35 [ll,t(ll,p,sum)],[lr,t4]]
/hardware/intel/img/psb_video/src/
Dpsb_texture.h71 long ll; member
Dpsb_overlay.h264 long ll; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DREADME56 Also, you'll need CMake 2.6.4 or higher if you want to build the
290 compiler and/or linker to select the pthread library, or you'll get
293 script, you'll need to read your compiler and linker's manual to
306 to the compiler flags. You'll also need to tell the linker to produce
339 For example, with -DGTEST_DONT_DEFINE_TEST=1, you'll need to write
354 users' long-term benefits. This section describes what you'll need to
388 functionality, you'll want to compile and run Google Test's own tests.
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c219 int ll = 0,lh = 0, got = 0; local
250 ReadFile(infile, &ll, 1, &got, NULL);
253 ll = fgetc(infile);
256 itemlen = (lh << 8) | ll;
269 Data[1] = (uchar)ll;
/hardware/intel/img/libdrm/
DREADME42 1. You'll need kernel sources. If using Fedora Core 5, for example, you may
Daclocal.m41606 # If test is not a shell built-in, we'll probably end up computing a
7911 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
7913 # using a macro with the same name in our local m4/libtool.m4 it'll
8352 # after this tag, mechanisms are not by side-effect, so they'll
Dltmain.sh5137 if test "X$ll" = "X$old_library" ; then # only static version available