Searched refs:size0 (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DBcj2.h20 2) (buf0 + size0 >= outBuf + FullOutputSize).
28 const Byte *buf0, SizeT size0,
H A DBcj2.c34 const Byte *buf0, SizeT size0,
65 SizeT limit = size0 - inPos;
33 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/external/lzma/C/
H A DBcj2.h20 2) (buf0 + size0 >= outBuf + FullOutputSize).
28 const Byte *buf0, SizeT size0,
H A DPpmd7Enc.c45 static void RangeEnc_EncodeBit_0(CPpmd7z_RangeEnc *p, UInt32 size0) argument
47 p->Range = (p->Range >> 14) * size0;
55 static void RangeEnc_EncodeBit_1(CPpmd7z_RangeEnc *p, UInt32 size0) argument
57 UInt32 newBound = (p->Range >> 14) * size0;
H A DBcj2.c34 const Byte *buf0, SizeT size0,
65 SizeT limit = size0 - inPos;
33 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
H A DPpmd7Dec.c49 static UInt32 Range_DecodeBit(void *pp, UInt32 size0) argument
52 UInt32 newBound = (p->Range >> 14) * size0;
H A DPpmd7.h104 UInt32 (*DecodeBit)(void *p, UInt32 size0);
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h89 void EncodeBit(UInt32 size0, UInt32 numTotalBits, UInt32 symbol) argument
91 UInt32 newBound = (Range >> numTotalBits) * size0;
181 UInt32 DecodeBit(UInt32 size0, UInt32 numTotalBits) argument
183 UInt32 newBound = (Range >> numTotalBits) * size0;
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs97 public void EncodeBit(uint size0, int numTotalBits, uint symbol) argument
99 uint newBound = (Range >> numTotalBits) * size0;
213 public uint DecodeBit(uint size0, int numTotalBits) argument
215 uint newBound = (Range >> numTotalBits) * size0;
/external/chromium_org/third_party/libwebp/enc/
H A Dsyntax.c116 int profile, size_t size0) {
120 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
128 | ((uint32_t)size0 << 5); // partition length (19b)
149 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0, argument
175 err = PutVP8FrameHeader(pic, enc->profile_, size0);
354 const size_t size0 = VP8BitWriterSize(bw); local
355 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
356 && pic->writer(part0, size0, pic)
115 PutVP8FrameHeader(const WebPPicture* const pic, int profile, size_t size0) argument
/external/webp/src/enc/
H A Dsyntax.c116 int profile, size_t size0) {
120 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
128 | ((uint32_t)size0 << 5); // partition length (19b)
149 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0, argument
175 err = PutVP8FrameHeader(pic, enc->profile_, size0);
354 const size_t size0 = VP8BitWriterSize(bw); local
355 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
356 && pic->writer(part0, size0, pic)
115 PutVP8FrameHeader(const WebPPicture* const pic, int profile, size_t size0) argument
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp75 size_t size0 = iden0.writeToMemory(NULL); local
77 SkAutoMalloc storage(size0);
78 memset(storage.get(), initValue, size0);
81 SkASSERT(size0 == size1);
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp75 size_t size0 = iden0.writeToMemory(NULL); local
77 SkAutoMalloc storage(size0);
78 memset(storage.get(), initValue, size0);
81 SkASSERT(size0 == size1);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c1325 LLVMValueRef size0; local
1338 &size0,
1344 size0,
1352 size0,
1361 size0,
1369 size0,
H A Dlp_bld_sample_soa.c873 LLVMValueRef size0 = NULL; local
886 &size0,
891 size0,
899 size0,
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c1325 LLVMValueRef size0; local
1338 &size0,
1344 size0,
1352 size0,
1361 size0,
1369 size0,
H A Dlp_bld_sample_soa.c873 LLVMValueRef size0 = NULL; local
886 &size0,
891 size0,
899 size0,
/external/deqp/framework/common/
H A DtcuTexCompareVerifier.cpp863 const int size0 = texture.getLevelFace(baseLevelNdx, coords.face).getWidth();
866 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.s, prec.coordBits.x(), prec.uvwBits.x());
868 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.t, prec.coordBits.y(), prec.uvwBits.y());
901 const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+0)), size0);
902 const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)), size0);
903 const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)), size0);
904 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+1)), size0);
H A DtcuTexLookupVerifier.cpp1459 const int size0 = faces0[coords.face].getWidth(); variable
1462 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.s, prec.coordBits.x(), prec.uvwBits.x());
1464 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.t, prec.coordBits.y(), prec.uvwBits.y());
1490 const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+0)), size0);
1491 const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)), size0);
1492 const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)), size0);
1493 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+1)), size0);
/external/opencv/cxcore/src/
H A Dcxnorm.cpp1036 int size0 = size.width *= cn; local
1051 size.width = size0;
1072 int size0 = size.width *= cn; local
1087 size.width = size0;
H A Dcxdxt.cpp2985 cvGetOptimalDFTSize( int size0 )
2988 if( (unsigned)size0 >= (unsigned)icvOptimalDFTSize[b] )
2994 if( size0 <= icvOptimalDFTSize[c] )
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp2222 NDRange(::size_t size0) argument
2225 sizes_.push_back(size0);
2228 NDRange(::size_t size0, ::size_t size1) argument
2231 sizes_.push_back(size0);
2235 NDRange(::size_t size0, ::size_t size1, ::size_t size2) argument
2238 sizes_.push_back(size0);
/external/mesa3d/include/CL/
H A Dcl.hpp2222 NDRange(::size_t size0) argument
2225 sizes_.push_back(size0);
2228 NDRange(::size_t size0, ::size_t size1) argument
2231 sizes_.push_back(size0);
2235 NDRange(::size_t size0, ::size_t size1, ::size_t size2) argument
2238 sizes_.push_back(size0);
/external/opencv/cxcore/include/
H A Dcxcore.h913 /* Finds optimal DFT vector size >= size0 */
914 CVAPI(int) cvGetOptimalDFTSize( int size0 );

Completed in 888 milliseconds