HomeSort by relevance Sort by last modified time
    Searched full:size0 (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
Bcj2.h 20 2) (buf0 + size0 >= outBuf + FullOutputSize).
28 const Byte *buf0, SizeT size0,
Bcj2.c 34 const Byte *buf0, SizeT size0,
65 SizeT limit = size0 - inPos;
  /external/lzma/C/
Bcj2.h 20 2) (buf0 + size0 >= outBuf + FullOutputSize).
28 const Byte *buf0, SizeT size0,
Ppmd7Enc.c 45 static void RangeEnc_EncodeBit_0(CPpmd7z_RangeEnc *p, UInt32 size0)
47 p->Range = (p->Range >> 14) * size0;
55 static void RangeEnc_EncodeBit_1(CPpmd7z_RangeEnc *p, UInt32 size0)
57 UInt32 newBound = (p->Range >> 14) * size0;
Bcj2.c 34 const Byte *buf0, SizeT size0,
65 SizeT limit = size0 - inPos;
Ppmd7Dec.c 49 static UInt32 Range_DecodeBit(void *pp, UInt32 size0)
52 UInt32 newBound = (p->Range >> 14) * size0;
Ppmd7.h 104 UInt32 (*DecodeBit)(void *p, UInt32 size0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 63 size0 = os.path.getsize(filename)
67 self.assertTrue(size0 < size1)
75 self.assertTrue(size1 > size2 >= size0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 63 size0 = os.path.getsize(filename)
67 self.assertTrue(size0 < size1)
75 self.assertTrue(size1 > size2 >= size0)
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 89 void EncodeBit(UInt32 size0, UInt32 numTotalBits, UInt32 symbol)
91 UInt32 newBound = (Range >> numTotalBits) * size0;
181 UInt32 DecodeBit(UInt32 size0, UInt32 numTotalBits)
183 UInt32 newBound = (Range >> numTotalBits) * size0;
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 97 public void EncodeBit(uint size0, int numTotalBits, uint symbol)
99 uint newBound = (Range >> numTotalBits) * size0;
213 public uint DecodeBit(uint size0, int numTotalBits)
215 uint newBound = (Range >> numTotalBits) * size0;
  /external/opencv/cv/src/
cvsurf.cpp 109 const int NX=3, NY=3, NXY=4, SIZE0=9;
131 scaleCache[k] = scale = MAX(size, SIZE0);
133 hessian_rows = (sum->rows)*SIZE0/scale;
134 hessian_cols = (sum->cols)*SIZE0/scale;
138 icvResizeHaarPattern( dx_s, Dx, NX, SIZE0, size, sum->cols );
139 icvResizeHaarPattern( dy_s, Dy, NY, SIZE0, size, sum->cols );
140 icvResizeHaarPattern( dxy_s, Dxy, NXY, SIZE0, size, sum->cols );
147 for( i = 0; i < hessian_cols*(SIZE0/2); i++ )
151 hessian += (SIZE0/2)*(hessian_cols + 1);
152 trace += (SIZE0/2)*(hessian_cols + 1)
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 120 int profile, size_t size0) {
124 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
132 | ((uint32_t)size0 << 5); // partition length (19b)
153 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0,
179 err = PutVP8FrameHeader(pic, enc->profile_, size0);
398 const size_t size0 = VP8BitWriterSize(bw); local
399 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
400 && pic->writer(part0, size0, pic)
  /external/webp/src/enc/
syntax.c 120 int profile, size_t size0) {
124 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
132 | ((uint32_t)size0 << 5); // partition length (19b)
153 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0,
179 err = PutVP8FrameHeader(pic, enc->profile_, size0);
398 const size_t size0 = VP8BitWriterSize(bw); local
399 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
400 && pic->writer(part0, size0, pic)
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 74 size_t size0 = iden0.writeToMemory(NULL); local
76 SkAutoMalloc storage(size0);
77 memset(storage.get(), initValue, size0);
80 SkASSERT(size0 == size1);
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 74 size_t size0 = iden0.writeToMemory(NULL); local
76 SkAutoMalloc storage(size0);
77 memset(storage.get(), initValue, size0);
80 SkASSERT(size0 == size1);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 1325 LLVMValueRef size0; local
    [all...]
lp_bld_sample_soa.c 873 LLVMValueRef size0 = NULL; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 1325 LLVMValueRef size0; local
    [all...]
lp_bld_sample_soa.c 873 LLVMValueRef size0 = NULL; local
    [all...]
  /external/opencv/cxcore/src/
cxnorm.cpp 1036 int size0 = size.width *= cn; local
1072 int size0 = size.width *= cn; local
    [all...]
cxdxt.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp     [all...]
  /external/mesa3d/include/CL/
cl.hpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 1096 milliseconds