Home
last modified time | relevance | path

Searched defs:dstSize (Results 1 – 25 of 75) sorted by relevance

123

/external/zstd/lib/decompress/
Dhuf_decompress.c166 static size_t HUF_DecompressAsmArgs_init(HUF_DecompressAsmArgs* args, void* dst, size_t dstSize, vo… in HUF_DecompressAsmArgs_init()
531 void* dst, size_t dstSize, in HUF_decompress1X1_usingDTable_internal_body()
554 void* dst, size_t dstSize, in HUF_decompress4X1_usingDTable_internal_body()
651 size_t HUF_decompress4X1_usingDTable_internal_bmi2(void* dst, size_t dstSize, void const* cSrc, in HUF_decompress4X1_usingDTable_internal_bmi2()
659 size_t HUF_decompress4X1_usingDTable_internal_default(void* dst, size_t dstSize, void const* cSrc, in HUF_decompress4X1_usingDTable_internal_default()
672 void* dst, size_t dstSize, in HUF_decompress4X1_usingDTable_internal_bmi2_asm()
754 void* dst, size_t dstSize, in HUF_decompress1X1_usingDTable()
763 size_t HUF_decompress1X1_DCtx_wksp(HUF_DTable* DCtx, void* dst, size_t dstSize, in HUF_decompress1X1_DCtx_wksp()
779 void* dst, size_t dstSize, in HUF_decompress4X1_usingDTable()
788 static size_t HUF_decompress4X1_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress4X1_DCtx_wksp_bmi2()
[all …]
/external/lz4/ossfuzz/
Dcompress_fuzzer.c33 int const dstSize = LZ4_compress_default((const char*)data, dst, in LLVMFuzzerTestOneInput() local
45 int const dstSize = LZ4_compress_destSize((const char*)data, dst, in LLVMFuzzerTestOneInput() local
Dcompress_hc_fuzzer.c35 int const dstSize = LZ4_compress_HC((const char*)data, dst, size, in LLVMFuzzerTestOneInput() local
49 int const dstSize = LZ4_compress_HC_destSize(state, (const char*)data, in LLVMFuzzerTestOneInput() local
Dround_trip_hc_fuzzer.c31 int const dstSize = LZ4_compress_HC((const char*)data, dst, size, in LLVMFuzzerTestOneInput() local
Dround_trip_frame_fuzzer.c31 size_t const dstSize = in LLVMFuzzerTestOneInput() local
Dcompress_frame_fuzzer.c35 size_t const dstSize = in LLVMFuzzerTestOneInput() local
Dround_trip_fuzzer.c31 int const dstSize = LZ4_compress_default((const char*)data, dst, in LLVMFuzzerTestOneInput() local
Dlz4_helpers.c40 size_t dstSize = dstCapacity; in FUZZ_decompressFrame() local
/external/zstd/lib/compress/
Dhuf_compress.c92 static size_t HUF_compressWeights(void* dst, size_t dstSize, const void* weightTable, size_t wtSize… in HUF_compressWeights()
966 HUF_compress1X_usingCTable_internal_body(void* dst, size_t dstSize, in HUF_compress1X_usingCTable_internal_body()
1033 HUF_compress1X_usingCTable_internal_bmi2(void* dst, size_t dstSize, in HUF_compress1X_usingCTable_internal_bmi2()
1041 HUF_compress1X_usingCTable_internal_default(void* dst, size_t dstSize, in HUF_compress1X_usingCTable_internal_default()
1049 HUF_compress1X_usingCTable_internal(void* dst, size_t dstSize, in HUF_compress1X_usingCTable_internal()
1062 HUF_compress1X_usingCTable_internal(void* dst, size_t dstSize, in HUF_compress1X_usingCTable_internal()
1072 size_t HUF_compress1X_usingCTable(void* dst, size_t dstSize, const void* src, size_t srcSize, const… in HUF_compress1X_usingCTable()
1077 size_t HUF_compress1X_usingCTable_bmi2(void* dst, size_t dstSize, const void* src, size_t srcSize, … in HUF_compress1X_usingCTable_bmi2()
1083 HUF_compress4X_usingCTable_internal(void* dst, size_t dstSize, in HUF_compress4X_usingCTable_internal()
1132 size_t HUF_compress4X_usingCTable(void* dst, size_t dstSize, const void* src, size_t srcSize, const… in HUF_compress4X_usingCTable()
[all …]
Dfse_compress.c593 static size_t FSE_compress_usingCTable_generic (void* dst, size_t dstSize, in FSE_compress_usingCTable_generic()
652 size_t FSE_compress_usingCTable (void* dst, size_t dstSize, in FSE_compress_usingCTable()
672 size_t FSE_compress_wksp (void* dst, size_t dstSize, const void* src, size_t srcSize, unsigned maxS… in FSE_compress_wksp()
/external/v4l2_codec2/common/
DEncodeHelpers.cpp32 size_t* dstSize) { in copyNALUPrependingStartCode()
154 size_t prependSPSPPSToIDR(const uint8_t* src, size_t srcSize, uint8_t* dst, size_t dstSize, in prependSPSPPSToIDR()
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_3D_2D_array.cpp313 cl_ulong dstSize = (cl_ulong)dstImageInfo.slicePitch * (cl_ulong)dstImageInfo.arraySize; in test_copy_image_set_3D_2D_array() local
369 cl_ulong srcSize, dstSize; in test_copy_image_set_3D_2D_array() local
Dtest_copy_2D_2D_array.cpp293 cl_ulong dstSize = get_image_size(&dstImageInfo); in test_copy_image_set_2D_2D_array() local
349 cl_ulong srcSize, dstSize; in test_copy_image_set_2D_2D_array() local
Dtest_copy_2D_3D.cpp293 cl_ulong dstSize = get_image_size(&dstImageInfo); in test_copy_image_set_2D_3D() local
335 cl_ulong srcSize, dstSize; in test_copy_image_set_2D_3D() local
/external/zstd/tests/
Dfullbench.c103 void* dst, size_t dstSize, in local_ZSTD_compress()
116 void* dst, size_t dstSize, in local_ZSTD_decompress()
131 …l_ZSTD_decodeLiteralsBlock(const void* src, size_t srcSize, void* dst, size_t dstSize, void* buff2) in local_ZSTD_decodeLiteralsBlock()
137 …ocal_ZSTD_decodeSeqHeaders(const void* src, size_t srcSize, void* dst, size_t dstSize, void* buff2) in local_ZSTD_decodeSeqHeaders()
197 …_ZSTD_decodeLiteralsHeader(const void* src, size_t srcSize, void* dst, size_t dstSize, void* buff2) in local_ZSTD_decodeLiteralsHeader()
/external/zstd/contrib/seekable_format/examples/
Dparallel_compression.c98 size_t dstSize; member
131 unsigned dstSize = ZSTD_compressBound(frameSize); in compressFile_orDie() local
/external/skia/src/core/
DSkBlurMask.cpp227 size_t dstSize = dst->computeImageSize(); in BoxBlur() local
432 size_t dstSize = dst->computeImageSize(); in BlurRect() local
549 size_t dstSize = dst->computeImageSize(); in BlurGroundTruth() local
/external/zstd/lib/legacy/
Dzstd_v07.c1868 void* dst, size_t dstSize, in HUFv07_decompress1X2_usingDTable_internal()
1892 void* dst, size_t dstSize, in HUFv07_decompress1X2_usingDTable()
1901 size_t HUFv07_decompress1X2_DCtx (HUFv07_DTable* DCtx, void* dst, size_t dstSize, const void* cSrc,… in HUFv07_decompress1X2_DCtx()
1913 size_t HUFv07_decompress1X2 (void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize) in HUFv07_decompress1X2()
1921 void* dst, size_t dstSize, in HUFv07_decompress4X2_usingDTable_internal()
2014 void* dst, size_t dstSize, in HUFv07_decompress4X2_usingDTable()
2024 size_t HUFv07_decompress4X2_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc,… in HUFv07_decompress4X2_DCtx()
2036 size_t HUFv07_decompress4X2 (void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize) in HUFv07_decompress4X2()
2276 void* dst, size_t dstSize, in HUFv07_decompress1X4_usingDTable_internal()
2304 void* dst, size_t dstSize, in HUFv07_decompress1X4_usingDTable()
[all …]
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp198 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, deInt32 srcSize, const tc… in computeNonProjectedTriLod()
236 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec2& srcSize… in computeNonProjectedTriLod()
277 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& srcSize… in computeNonProjectedTriLod()
400 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected() local
436 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected() local
659 const tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureCube() local
730 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected() local
779 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected() local
825 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected() local
1309 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fBufferCopyTests.cpp57 int dstSize, in BasicBufferCopyCase()
286 int dstSize; in init() member
/external/lz4/programs/
Dbench.c134 int srcSize, int dstSize) in LZ4_compressBlockNoStream()
143 int srcSize, int dstSize) in LZ4_compressBlockNoStreamHC()
151 int srcSize, int dstSize) in LZ4_compressBlockStream()
160 int srcSize, int dstSize) in LZ4_compressBlockStreamHC()
/external/zstd/tests/fuzz/
Dstream_round_trip.c62 size_t dstSize = 0; in compress() local
Ddictionary_stream_round_trip.c64 size_t dstSize = 0; in compress() local
/external/skia/src/gpu/geometry/
DGrRect.h105 static inline bool GrClipSrcRectAndDstPoint(const SkISize& dstSize, in GrClipSrcRectAndDstPoint()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp456 const UVec2& dstSize, in genCopies()
904 const UVec2 dstSize (isYCbCrFormat(dstFormat) ? UVec2(24u, 16u) : UVec2(23u, 17u)); in initYcbcrDefaultCopyTests() local
1000 const UVec2 dstSize (imageDimensions[imageDimensionNdx]); in initYcbcrDimensionsCopyTests() local

123