Searched refs:ll (Results 1 - 7 of 7) sorted by relevance
/hardware/invensense/60xx/mlsdk/mllite/ |
H A D | ml_stored_data.c | 547 unsigned long long ll; member in union:doubleToLongLong 703 dToLL.ll = 0; 704 dToLL.ll += 72057594037927936ULL * ((unsigned long long)calData[ptr++]); 705 dToLL.ll += 281474976710656ULL * ((unsigned long long)calData[ptr++]); 706 dToLL.ll += 1099511627776ULL * ((unsigned long long)calData[ptr++]); 707 dToLL.ll += 4294967296LL * ((unsigned long long)calData[ptr++]); 708 dToLL.ll += 16777216ULL * ((unsigned long long)calData[ptr++]); 709 dToLL.ll += 65536ULL * ((unsigned long long)calData[ptr++]); 710 dToLL.ll += 256LL * ((unsigned long long)calData[ptr++]); 711 dToLL.ll 777 unsigned long long ll; member in union:doubleToLongLong 1243 unsigned long long ll; member in union:doubleToLongLong [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
H A D | vp9_tapify.py | 30 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/ |
H A D | psb_texture.h | 71 long ll; member in union:_sgx_psb_fixed32::__anon974
|
H A D | psb_overlay.h | 264 long ll; member in union:_ov_psb_fixed32::__anon969
|
/hardware/intel/common/utils/ISV/base/ |
H A D | isv_processor.cpp | 226 outputBuffer->nTimeStamp = timeUs + 1000000ll * (i + 1) / 60 - 1000000ll * 1 / 24; 228 outputBuffer->nTimeStamp = timeUs + 1000000ll * (i + 3) / 60 - 1000000ll * 2 / 24; 232 outputBuffer->nTimeStamp = timeUs - 1000000ll * (fillBufNum - i - 1) / (mFilterParam.frameRate * 2);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
H A D | JPEGTest.c | 219 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/ |
H A D | ltmain.sh | 3539 namespace. The first time any user complains about this, we'll 5135 ll="$l" 5137 if test "X$ll" = "X$old_library" ; then # only static version available 5790 # We cannot seem to hardcode it, guess we'll fake it. 7432 # different ones for PIC/non-PIC, this we'll have to duplicate 8396 # If a disable-shared tag is given, we'll fallback to a static-only 8397 # configuration. But we'll never go from static-only to shared-only.
|
Completed in 210 milliseconds