Home
last modified time | relevance | path

Searched defs:srcSize (Results 1 – 25 of 47) sorted by relevance

12

/external/skqp/src/effects/
DSkPackBits.cpp13 size_t SkPackBits::ComputeMaxSize8(size_t srcSize) { in ComputeMaxSize8()
41 size_t SkPackBits::Pack8(const uint8_t* SK_RESTRICT src, size_t srcSize, in Pack8()
85 int SkPackBits::Unpack8(const uint8_t* SK_RESTRICT src, size_t srcSize, in Unpack8()
/external/skia/src/effects/
DSkPackBits.cpp13 size_t SkPackBits::ComputeMaxSize8(size_t srcSize) { in ComputeMaxSize8()
41 size_t SkPackBits::Pack8(const uint8_t* SK_RESTRICT src, size_t srcSize, in Pack8()
85 int SkPackBits::Unpack8(const uint8_t* SK_RESTRICT src, size_t srcSize, in Unpack8()
/external/lz4/lib/
Dlz4hc.c822 int LZ4_compress_HC_extStateHC_fastReset (void* state, const char* src, char* dst, int srcSize, int… in LZ4_compress_HC_extStateHC_fastReset()
834 int LZ4_compress_HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int dstCapaci… in LZ4_compress_HC_extStateHC()
841 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC()
990 …continue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4_compress_HC_continue()
1032 int LZ4_compressHC(const char* src, char* dst, int srcSize) { return LZ4_compress_HC (src, dst, src… in LZ4_compressHC()
1033 int LZ4_compressHC_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize) { return … in LZ4_compressHC_limitedOutput()
1034 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2()
1035 int LZ4_compressHC2_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLev… in LZ4_compressHC2_limitedOutput()
1036 int LZ4_compressHC_withStateHC (void* state, const char* src, char* dst, int srcSize) { return LZ4_… in LZ4_compressHC_withStateHC()
1037 int LZ4_compressHC_limitedOutput_withStateHC (void* state, const char* src, char* dst, int srcSize,… in LZ4_compressHC_limitedOutput_withStateHC()
[all …]
Dlz4frame.c288 const size_t srcSize) in LZ4F_optimalBSID()
307 static size_t LZ4F_compressBound_internal(size_t srcSize, in LZ4F_compressBound_internal()
335 size_t LZ4F_compressFrameBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressFrameBound()
359 const void* srcBuffer, size_t srcSize, in LZ4F_compressFrame_usingCDict()
411 const void* srcBuffer, size_t srcSize, in LZ4F_compressFrame()
705 size_t LZ4F_compressBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressBound()
717 static size_t LZ4F_makeBlock(void* dst, const void* src, size_t srcSize, in LZ4F_makeBlock()
739 static int LZ4F_compressBlock(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, … in LZ4F_compressBlock()
750 static int LZ4F_compressBlock_continue(void* ctx, const char* src, char* dst, int srcSize, int dstC… in LZ4F_compressBlock_continue()
757 static int LZ4F_compressBlockHC(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity… in LZ4F_compressBlockHC()
[all …]
Dlz4.c1041 int LZ4_compress_fast_extState_fastReset(void* state, const char* src, char* dst, int srcSize, int … in LZ4_compress_fast_extState_fastReset()
1341 int LZ4_compress_forceExtDict (LZ4_stream_t* LZ4_dict, const char* source, char* dest, int srcSize) in LZ4_compress_forceExtDict()
1406 int srcSize, in LZ4_decompress_generic()
1914 int LZ4_compress_limitedOutput_withState (void* state, const char* src, char* dst, int srcSize, int… in LZ4_compress_limitedOutput_withState()
1918 int LZ4_compress_withState (void* state, const char* src, char* dst, int srcSize) in LZ4_compress_withState()
1922 …Output_continue (LZ4_stream_t* LZ4_stream, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4_compress_limitedOutput_continue()
/external/skqp/bench/
DDrawLatticeBench.cpp16 DrawLatticeBench(int* xDivs, int xCount, int* yDivs, int yCount, const SkISize& srcSize, in DrawLatticeBench()
/external/skia/bench/
DDrawLatticeBench.cpp16 DrawLatticeBench(int* xDivs, int xCount, int* yDivs, int yCount, const SkISize& srcSize, in DrawLatticeBench()
/external/lz4/tests/
DroundTripTest.c103 const void* srcBuff, size_t srcSize, in roundTripTest()
127 static void roundTripCheck(const void* srcBuff, size_t srcSize, int clevel) in roundTripCheck()
Dfuzzer.c386 { int srcSize = blockSize; in FUZ_test() local
417 { int srcSize = blockSize; in FUZ_test() local
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransformer.java155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, in transform()
/external/deqp/modules/gles3/functional/
Des3fBufferCopyTests.cpp54 int srcSize, in BasicBufferCopyCase()
285 int srcSize; in init() member
Des3fFramebufferBlitTests.cpp58 …xt& context, const char* name, const char* desc, deUint32 filter, const IVec2& srcSize, const IVec… in BlitRectCase()
172 …stencyCase (Context& context, const char* name, const char* desc, const IVec2& srcSize, const IVec… in BlitNearestFilterConsistencyCase()
459 …ar* name, const char* desc, deUint32 format, deUint32 srcBuffers, const IVec2& srcSize, const IVec… in BlitDepthStencilCase()
974 const IVec2 srcSize(127, 119); in init() local
/external/lz4/programs/
Dbench.c52 static int LZ4_compress_local(const char* src, char* dst, int srcSize, int dstSize, int clevel) { in LZ4_compress_local()
147 size_t srcSize; member
163 static int BMK_benchMem(const void* srcBuffer, size_t srcSize, in BMK_benchMem()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp102 const UVec2& srcSize, in genTexCoords()
191 const UVec2 srcSize; member
596 const UVec2 srcSize = config.srcSize; in textureConversionTest() local
1170 const UVec2 srcSize (isXChromaSubsampled(format) ? 12 : 7, in initTests() local
1261 const UVec2 srcSize (isXChromaSubsampled(format) ? 12 : 7, in initTests() local
1454 const UVec2 srcSize (isXChromaSubsampled(format) ? 12 : 7, in initTests() local
1651 const UVec2 srcSize (imageSizes[sizeNdx]); in initTests() local
DvktYCbCrCopyTests.cpp618 const UVec2& srcSize, in genCopies()
1054 const UVec2 srcSize (isYCbCrFormat(srcFormat) ? UVec2(24u, 16u) : UVec2(23u, 17u)); in initTests() local
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp198 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, deInt32 srcSize, c… in computeNonProjectedTriLod()
236 …uteNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec2& srcSize, const t… in computeNonProjectedTriLod()
277 …uteNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& srcSize, const t… in computeNonProjectedTriLod()
401 int srcSize = src.getWidth(); in sampleTextureNonProjected() local
436 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in sampleTextureNonProjected() local
619 const int srcSize = src.getSize(); in sampleTextureCube() local
678 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in sampleTextureNonProjected() local
727 deInt32 srcSize = src.getWidth(); in sampleTextureNonProjected() local
773 tcu::IVec3 srcSize = tcu::IVec3(src.getWidth(), src.getHeight(), src.getDepth()); in sampleTextureNonProjected() local
1246 const int srcSize = src.getWidth(); in computeTextureLookupDiff() local
[all …]
/external/skqp/src/core/
DSkBlurMask.cpp463 size_t srcSize = (size_t)(src.width() * src.height()); in BlurRect() local
643 size_t srcSize = src.computeImageSize(); in BlurGroundTruth() local
/external/skia/src/core/
DSkBlurMask.cpp463 size_t srcSize = (size_t)(src.width() * src.height()); in BlurRect() local
643 size_t srcSize = src.computeImageSize(); in BlurGroundTruth() local
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c743 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
778 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
812 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
843 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
877 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
1005 int32_t srcSize = u_strlen(logicalOrder[i]); in testReorderArabicMathSymbols() local
1853 int32_t srcSize, count, paraStart, paraLimit, paraIndex, length; in testMultipleParagraphs() local
/external/lz4/examples/
DframeCompress.c201 size_t srcSize = srcEnd - srcPtr; in decompress_file_internal() local
/external/lzma/C/
DLzma2DecMt.c456 const Byte *src, size_t srcSize, int srcFinished, in Lzma2DecMt_MtCallback_Code()
530 const Byte *src, size_t srcSize, in Lzma2DecMt_MtCallback_Write()
DMtDec.h72 size_t srcSize; member
/external/icu/icu4c/source/common/
Dubiditransform.cpp84 … uint32_t srcSize; /* input text capacity excluding the trailing zero */ member
/external/skia/src/codec/
DSkWebpCodec.cpp439 SkISize srcSize = options.fSubset ? options.fSubset->size() : this->dimensions(); in onGetPixels() local
/external/skqp/src/codec/
DSkWebpCodec.cpp439 SkISize srcSize = options.fSubset ? options.fSubset->size() : this->dimensions(); in onGetPixels() local

12