Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/188080501/JQTools
/ functions
Functions
2,746 in github.com/188080501/JQTools
⨍
Functions
2,746
◇
Types & classes
441
↓ 3 callers
Method
DistanceOK
library/JQLibrary/include/JQGuetzli/guetzli/butteraugli_comparator.h:45
↓ 3 callers
Function
DotProduct
library/JQLibrary/src/JQGuetzli/butteraugli/butteraugli.cc:135
↓ 3 callers
Function
EncodeTree
Encodes the Huffman tree and returns how many bits its encoding takes. If out is a null pointer, only returns the size and runs faster. */
library/JQLibrary/src/JQZopfli/zopfli/deflate.c:105
↓ 3 callers
Function
EstimateCost
Returns estimated cost of a block in bits. It includes the size to encode the tree and the size to encode all literal, length and distance symbols an
library/JQLibrary/src/JQZopfli/zopfli/blocksplitter.c:108
↓ 3 callers
Method
FrameTypeStr
library/JQLibrary/src/JQGuetzli/guetzli/output_image.cc:442
↓ 3 callers
Function
Gamma
library/JQLibrary/src/JQGuetzli/butteraugli/butteraugli.cc:924
↓ 3 callers
Function
GetHighFreqColorDiffDy
library/JQLibrary/src/JQGuetzli/butteraugli/butteraugli.cc:288
↓ 3 callers
Function
HistogramEntropyCost
library/JQLibrary/src/JQGuetzli/guetzli/jpeg_data_writer.cc:221
↓ 3 callers
Function
HistogramHeaderCost
library/JQLibrary/src/JQGuetzli/guetzli/jpeg_data_writer.cc:211
↓ 3 callers
Function
HuffmanTree_makeFromFrequencies
Create the Huffman tree given the symbol frequencies*/
library/JQLibrary/src/JQZopfli/zopflipng/lodepng/lodepng.cpp:862
↓ 3 callers
Function
MQRspec_clearCache
library/JQLibrary/src/JQQRCodeWriter/qrencode/mqrspec.c:266
↓ 3 callers
Function
Mask
library/JQLibrary/src/JQGuetzli/butteraugli/butteraugli.cc:1465
↓ 3 callers
Function
Mask_makeMask
library/JQLibrary/src/JQQRCodeWriter/qrencode/mask.c:164
↓ 3 callers
Function
Mask_writeFormatInformation
library/JQLibrary/src/JQQRCodeWriter/qrencode/mask.c:34
↓ 3 callers
Function
QRcode_List_size
library/JQLibrary/src/JQQRCodeWriter/qrencode/qrencode.c:775
↓ 3 callers
Function
QRcode_decodeMQR
library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/decoder.c:1096
↓ 3 callers
Function
QRcode_encodeInputStructured
library/JQLibrary/src/JQQRCodeWriter/qrencode/qrencode.c:802
↓ 3 callers
Function
QRdata_decodeBits
library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/decoder.c:540
↓ 3 callers
Function
QRinput_Struct_setParity
library/JQLibrary/src/JQQRCodeWriter/qrencode/qrinput.c:1481
↓ 3 callers
Function
QRinput_appendECIheader
library/JQLibrary/src/JQQRCodeWriter/qrencode/qrinput.c:275
↓ 3 callers
Function
QRinput_dup
library/JQLibrary/src/JQQRCodeWriter/qrencode/qrinput.c:327
↓ 3 callers
Function
QRinput_splitEntry
library/JQLibrary/src/JQQRCodeWriter/qrencode/qrinput.c:1556
↓ 3 callers
Function
QRraw_getCode
* Return a code (byte). * This function can be called iteratively. * @param raw raw code. * @return code */
library/JQLibrary/src/JQQRCodeWriter/qrencode/qrencode.c:162
↓ 3 callers
Function
QRspec_clearCache
library/JQLibrary/src/JQQRCodeWriter/qrencode/qrspec.c:548
↓ 3 callers
Function
QRspec_getFormatInfo
library/JQLibrary/src/JQQRCodeWriter/qrencode/qrspec.c:386
↓ 3 callers
Function
QRspec_getRemainder
library/JQLibrary/src/JQQRCodeWriter/qrencode/qrspec.c:129
↓ 3 callers
Function
Quantize
library/JQLibrary/src/JQGuetzli/guetzli/jpeg_data_encoder.cc:33
↓ 3 callers
Function
RSblock_initBlock
library/JQLibrary/src/JQQRCodeWriter/qrencode/qrencode.c:62
↓ 3 callers
Function
ReadSymbol
Returns the next Huffman-coded symbol.
library/JQLibrary/src/JQGuetzli/guetzli/jpeg_data_reader.cc:503
↓ 3 callers
Function
RealFFT8
Same as FFT8, but all inputs are real. TODO: Since this does not need to be in-place, maybe there is a faster FFT than this one, which is derived from
library/JQLibrary/src/JQGuetzli/butteraugli/butteraugli.cc:558
↓ 3 callers
Function
Split_eat8
library/JQLibrary/src/JQQRCodeWriter/qrencode/split.c:186
↓ 3 callers
Function
UpdateGuess
library/JQLibrary/src/JQGuetzli/guetzli/preprocess_downsample.cc:439
↓ 3 callers
Function
UpdateHashValue
Update the sliding hash value with the given byte. All calls to this function must be made on consecutive input characters. Since the hash value exist
library/JQLibrary/src/JQZopfli/zopfli/hash.c:96
↓ 3 callers
Function
ZopfliAllocHash
library/JQLibrary/src/JQZopfli/zopfli/hash.c:29
↓ 3 callers
Function
ZopfliCalculateBlockSizeAutoType
library/JQLibrary/src/JQZopfli/zopfli/deflate.c:610
↓ 3 callers
Function
ZopfliCleanHash
library/JQLibrary/src/JQZopfli/zopfli/hash.c:75
↓ 3 callers
Function
ZopfliDeflate
library/JQLibrary/src/JQZopfli/zopfli/deflate.c:908
↓ 3 callers
Function
ZopfliFindLongestMatch
library/JQLibrary/src/JQZopfli/zopfli/lz77.c:407
↓ 3 callers
Function
ZopfliGetDistExtraBits
library/JQLibrary/src/JQZopfli/zopfli/symbols.c:3
↓ 3 callers
Function
ZopfliGetLengthExtraBits
Gets the amount of extra bits for the given length, cfr. the DEFLATE spec. */
library/JQLibrary/src/JQZopfli/zopfli/symbols.c:103
↓ 3 callers
Function
ZopfliLZ77GetByteRange
library/JQLibrary/src/JQZopfli/zopfli/lz77.c:160
↓ 3 callers
Function
ZopfliLengthsToSymbols
library/JQLibrary/src/JQZopfli/zopfli/tree.c:30
↓ 3 callers
Function
ZopfliResetHash
library/JQLibrary/src/JQZopfli/zopfli/hash.c:45
↓ 3 callers
Function
ZopfliVerifyLenDist
library/JQLibrary/src/JQZopfli/zopfli/lz77.c:273
↓ 3 callers
Function
ZopfliWarmupHash
library/JQLibrary/src/JQZopfli/zopfli/hash.c:139
↓ 3 callers
Method
addOrSubtract
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/reedsolomon/GenericGF.cpp:109
↓ 3 callers
Function
addUnknownChunks
library/JQLibrary/src/JQZopfli/zopflipng/lodepng/lodepng.cpp:5603
↓ 3 callers
Method
binarization
library/JQLibrary/src/JQQRCodeReader/JQQRCodeReaderForQml.cpp:152
↓ 3 callers
Function
block_cipher_df
library/JQLibrary/src/JQMbedTLS/mbedtls/ctr_drbg.c:112
↓ 3 callers
Method
buildMonomial
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/reedsolomon/GenericGF.cpp:94
↓ 3 callers
Method
buildMonomial
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/pdf417/decoder/ec/ModulusGF.cpp:68
↓ 3 callers
Function
checkColorValidity
return type is a LodePNG error code*/
library/JQLibrary/src/JQZopfli/zopflipng/lodepng/lodepng.cpp:2530
↓ 3 callers
Function
check_lengthOfCode
library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_qrinput.c:434
↓ 3 callers
Method
clear
components/CalculateGroup/HashCalculate/cpp/hashcalculate.cpp:46
↓ 3 callers
Function
color_tree_init
library/JQLibrary/src/JQZopfli/zopflipng/lodepng/lodepng.cpp:2988
↓ 3 callers
Method
copy
components/CalculateGroup/HashCalculate/cpp/hashcalculate.cpp:54
↓ 3 callers
Method
detect
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/aztec/detector/Detector1.cpp:51
↓ 3 callers
Method
distmap
library/JQLibrary/include/JQGuetzli/guetzli/butteraugli_comparator.h:49
↓ 3 callers
Method
evaluateAt
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/reedsolomon/GenericGFPoly.cpp:76
↓ 3 callers
Function
extractBits
library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/decoder.c:769
↓ 3 callers
Method
getBottomLeft
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/FinderPatternInfo.cpp:30
↓ 3 callers
Method
getDimensionForVersion
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/Version2.cpp:90
↓ 3 callers
Method
getECCodewords
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/datamatrix/Version1.cpp:50
↓ 3 callers
Method
getECCodewords
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/Version2.cpp:55
↓ 3 callers
Method
getNextUnset
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/BitArray.cpp:139
↓ 3 callers
Function
getPixelColorRGBA8
Get RGBA8 color of pixel with index i (y * width + x) from the raw image with given color type.*/
library/JQLibrary/src/JQZopfli/zopflipng/lodepng/lodepng.cpp:3163
↓ 3 callers
Method
getText
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/Result.cpp:43
↓ 3 callers
Method
getTopLeft
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/FinderPatternInfo.cpp:33
↓ 3 callers
Method
getTopRight
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/FinderPatternInfo.cpp:36
↓ 3 callers
Function
initCtrDrbg
library/JQLibrary/src/JQMbedTLS/JQMbedTLS.cpp:35
↓ 3 callers
Function
init_rs
library/JQLibrary/src/JQQRCodeWriter/qrencode/rscode.c:212
↓ 3 callers
Method
isCompact
library/JQLibrary/src/JQQRCodeReader/zxing/zxing/aztec/AztecDetectorResult.cpp:44
↓ 3 callers
Function
lodepng_add_text
library/JQLibrary/src/JQZopfli/zopflipng/lodepng/lodepng.cpp:2795
↓ 3 callers
Function
lodepng_color_mode_equal
library/JQLibrary/src/JQZopfli/zopflipng/lodepng/lodepng.cpp:2594
↓ 3 callers
Function
lodepng_crc32
Return the CRC of the bytes buf[0..len-1].*/
library/JQLibrary/src/JQZopfli/zopflipng/lodepng/lodepng.cpp:2342
↓ 3 callers
Function
lodepng_set32bitInt
buffer must have at least 4 allocated bytes available*/
library/JQLibrary/src/JQZopfli/zopflipng/lodepng/lodepng.cpp:327
↓ 3 callers
Method
makeWebP
components/ImageGroup/WebPMaker/cpp/webpmaker.cpp:101
↓ 3 callers
Function
mbedtls_aes_rk_offset
library/JQLibrary/src/JQMbedTLS/mbedtls/aes.c:546
↓ 3 callers
Function
mbedtls_asn1_get_alg
library/JQLibrary/src/JQMbedTLS/mbedtls/asn1parse.c:378
↓ 3 callers
Function
mbedtls_asn1_get_len
* ASN.1 DER decoding routines */
library/JQLibrary/src/JQMbedTLS/mbedtls/asn1parse.c:27
↓ 3 callers
Function
mbedtls_asn1_get_mpi
library/JQLibrary/src/JQMbedTLS/mbedtls/asn1parse.c:189
↓ 3 callers
Function
mbedtls_asn1_write_oid
library/JQLibrary/src/JQMbedTLS/mbedtls/asn1write.c:168
↓ 3 callers
Function
mbedtls_asn1_write_raw_buffer
library/JQLibrary/src/JQMbedTLS/mbedtls/asn1write.c:94
↓ 3 callers
Function
mbedtls_asn1_write_tagged_string
library/JQLibrary/src/JQMbedTLS/mbedtls/asn1write.c:270
↓ 3 callers
Function
mbedtls_base64_decode
* Decode a base64-formatted buffer */
library/JQLibrary/src/JQMbedTLS/mbedtls/base64.c:94
↓ 3 callers
Function
mbedtls_base64_encode
* Encode a buffer into base64 format */
library/JQLibrary/src/JQMbedTLS/mbedtls/base64.c:27
↓ 3 callers
Function
mbedtls_ct_memcmp
library/JQLibrary/src/JQMbedTLS/mbedtls/constant_time.c:37
↓ 3 callers
Function
mbedtls_ct_size_gt
Constant-flow "greater than" comparison: * return x > y * * This is equivalent to \p x > \p y, but is likely to be compiled * to code using bitwis
library/JQLibrary/src/JQMbedTLS/mbedtls/constant_time.c:207
↓ 3 callers
Function
mbedtls_entropy_func
library/JQLibrary/src/JQMbedTLS/mbedtls/entropy.c:321
↓ 3 callers
Function
mbedtls_entropy_update_manual
library/JQLibrary/src/JQMbedTLS/mbedtls/entropy.c:224
↓ 3 callers
Function
mbedtls_md5_free
library/JQLibrary/src/JQMbedTLS/mbedtls/md5.c:32
↓ 3 callers
Function
mbedtls_md5_ret
* output = MD5( input buffer ) */
library/JQLibrary/src/JQMbedTLS/mbedtls/md5.c:344
↓ 3 callers
Function
mbedtls_mpi_mod_int
* Modulo: r = A mod b */
library/JQLibrary/src/JQMbedTLS/mbedtls/bignum.c:1852
↓ 3 callers
Function
mbedtls_mpi_mul_int
* Baseline multiplication: X = A * b */
library/JQLibrary/src/JQMbedTLS/mbedtls/bignum.c:1537
↓ 3 callers
Function
mbedtls_mpi_zeroize
Implementation that should never be optimized out by the compiler */
library/JQLibrary/src/JQMbedTLS/mbedtls/bignum.c:59
↓ 3 callers
Function
mbedtls_pk_parse_key
* Parse a private key */
library/JQLibrary/src/JQMbedTLS/mbedtls/pkparse.c:1215
↓ 3 callers
Function
mbedtls_psa_err_translate_pk
library/JQLibrary/include/JQMbedTLS/mbedtls/psa_util.h:322
↓ 3 callers
Function
mbedtls_rsa_check_privkey
* Check for the consistency of all fields in an RSA private key context */
library/JQLibrary/src/JQMbedTLS/mbedtls/rsa.c:645
↓ 3 callers
Function
mbedtls_rsa_complete
library/JQLibrary/src/JQMbedTLS/mbedtls/rsa.c:211
↓ 3 callers
Function
mbedtls_rsa_deduce_crt
library/JQLibrary/src/JQMbedTLS/mbedtls/rsa_internal.c:416
← previous
next →
401–500 of 2,746, ranked by callers