Home
last modified time | relevance | path

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

12

/external/skia/src/effects/
DSkPackBits.cpp9 size_t SkPackBits::ComputeMaxSize8(size_t srcSize) { in ComputeMaxSize8()
37 size_t SkPackBits::Pack8(const uint8_t* SK_RESTRICT src, size_t srcSize, in Pack8()
81 int SkPackBits::Unpack8(const uint8_t* SK_RESTRICT src, size_t srcSize, in Unpack8()
DSkBlurMask.cpp601 size_t srcSize = src.computeImageSize(); in BoxBlur() local
824 size_t srcSize = (size_t)(src.width() * src.height()); in BlurRect() local
991 size_t srcSize = src.computeImageSize(); in BlurGroundTruth() local
/external/lz4/lib/
Dlz4hc.c523 int LZ4_compress_HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int maxDstSiz… in LZ4_compress_HC_extStateHC()
534 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int maxDstSize, int compressionLevel) in LZ4_compress_HC()
670 int LZ4_compressHC(const char* src, char* dst, int srcSize) { return LZ4_compress_HC (src, dst, src… in LZ4_compressHC()
671 int LZ4_compressHC_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize) { return … in LZ4_compressHC_limitedOutput()
672 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2()
673 int LZ4_compressHC2_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLev… in LZ4_compressHC2_limitedOutput()
674 int LZ4_compressHC_withStateHC (void* state, const char* src, char* dst, int srcSize) { return LZ4_… in LZ4_compressHC_withStateHC()
675 int LZ4_compressHC_limitedOutput_withStateHC (void* state, const char* src, char* dst, int srcSize,… in LZ4_compressHC_limitedOutput_withStateHC()
676 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC()
677 int LZ4_compressHC2_limitedOutput_withStateHC (void* state, const char* src, char* dst, int srcSize in LZ4_compressHC2_limitedOutput_withStateHC()
[all …]
Dlz4frame.c244 …c LZ4F_blockSizeID_t LZ4F_optimalBSID(const LZ4F_blockSizeID_t requestedBSID, const size_t srcSize) in LZ4F_optimalBSID()
263 static size_t LZ4F_compressBound_internal(size_t srcSize, const LZ4F_preferences_t* preferencesPtr,… in LZ4F_compressBound_internal()
287 size_t LZ4F_compressFrameBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressFrameBound()
309 …essFrame(void* dstBuffer, size_t dstCapacity, const void* srcBuffer, size_t srcSize, const LZ4F_pr… in LZ4F_compressFrame()
493 size_t LZ4F_compressBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressBound()
501 static size_t LZ4F_compressBlock(void* dst, const void* src, size_t srcSize, compressFunc_t compres… in LZ4F_compressBlock()
516 …ompress_limitedOutput_withState(void* ctx, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4F_localLZ4_compress_limitedOutput_withState()
522 …compress_limitedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4F_localLZ4_compress_limitedOutput_continue()
528 …mpressHC_limitedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstSize, i… in LZ4F_localLZ4_compressHC_limitedOutput_continue()
562 …cctxPtr, void* dstBuffer, size_t dstCapacity, const void* srcBuffer, size_t srcSize, const LZ4F_co… in LZ4F_compressUpdate()
[all …]
Dlz4.c1405 int LZ4_compress_limitedOutput_withState (void* state, const char* src, char* dst, int srcSize, int… in LZ4_compress_limitedOutput_withState()
1406 int LZ4_compress_withState (void* state, const char* src, char* dst, int srcSize) { return LZ4_comp… in LZ4_compress_withState()
1407 …Output_continue (LZ4_stream_t* LZ4_stream, const char* src, char* dst, int srcSize, int maxDstSize… in LZ4_compress_limitedOutput_continue()
/external/skia/bench/
DDrawLatticeBench.cpp16 DrawLatticeBench(int* xDivs, int xCount, int* yDivs, int yCount, const SkISize& srcSize, in DrawLatticeBench()
DSkLinearBitmapPipelineBench.cpp224 static SkISize srcSize = SkISize::Make(120, 100); variable
255 DEF_BENCH(return new SkBitmapFPGeneral( in DEF_BENCH()
/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.c51 static int LZ4_compress_local(const char* src, char* dst, int srcSize, int dstSize, int clevel) { (… in LZ4_compress_local()
142 size_t srcSize; member
158 static int BMK_benchMem(const void* srcBuffer, size_t srcSize, in BMK_benchMem()
/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/lz4/examples/
DframeCompress.c149 size_t srcSize = fread(src, 1, BUF_SIZE, in); in decompress_file() local
/external/skia/src/core/
DSkBitmapScaler.cpp111 void SkResizeFilter::computeFilters(int srcSize, in computeFilters()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c738 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
773 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
807 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
838 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
872 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
1000 int32_t srcSize = u_strlen(logicalOrder[i]); in testReorderArabicMathSymbols() local
1848 int32_t srcSize, count, paraStart, paraLimit, paraIndex, length; in testMultipleParagraphs() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp617 const UVec2& srcSize, in genCopies()
1044 const UVec2 srcSize (isYCbCrFormat(srcFormat) ? UVec2(24u, 16u) : UVec2(23u, 17u)); in initTests() local
/external/icu/icu4c/source/common/
Dubiditransform.c84 … uint32_t srcSize; /* input text capacity excluding the trailing zero */ member
/external/skia/src/codec/
DSkWebpCodec.cpp484 SkISize srcSize = options.fSubset ? options.fSubset->size() : srcInfo.dimensions(); in onGetPixels() local
/external/lzma/C/
DLzma2Enc.c347 const Byte *src, size_t srcSize, int finished) in MtCallbackImp_Code()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp685 const FILETIME *srcTime, const UInt64 *srcSize, in AskWrite()
/external/libjpeg-turbo/java/
DTJBench.java441 int srcSize = (int)fis.getChannel().size(); in decompTest() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp593 uint64_t srcSize = TD->getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn() local
/external/lz4/tests/
Dfuzzer.c321 { int srcSize = blockSize; in FUZ_test() local
Dfullbench.c306 size_t srcSize = inSize; in local_LZ4F_decompress() local
Dframetest.c597 size_t const srcSize = (FUZ_rand(&randState) & ((1<<srcBits)-1)) + 1; in fuzzerTests() local

12