Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wassimulator/CactusViewer
/ functions
Functions
3,896 in github.com/Wassimulator/CactusViewer
⨍
Functions
3,896
◇
Types & classes
492
↓ 2 callers
Function
FinalHuffmanCost
Finalize the Huffman cost based on streak numbers and length type (<3 or >=3)
include/webp/enc/histogram.c:215
↓ 2 callers
Function
FinalizeSkipProba
Returns the bit-cost for coding the skip probability.
include/webp/enc/frame_enc.c:113
↓ 2 callers
Function
FinalizeSkipProba
Returns the bit-cost for coding the skip probability.
include/webp/enc/frame.c:110
↓ 2 callers
Function
FinishDecoding
To be called last.
include/webp/dec/idec_dec.c:256
↓ 2 callers
Function
FinishDecoding
To be called last.
include/webp/dec/idec.c:247
↓ 2 callers
Function
GenerateCandidates
Generates candidates for a given dispose method given pre-filled sub-frame 'params'.
include/webp/mux/anim_encode.c:850
↓ 2 callers
Function
GetAlpha
include/webp/enc/analysis_enc.c:113
↓ 2 callers
Function
GetAlphaSourceRow
include/webp/dec/io.c:153
↓ 2 callers
Function
GetAlphaSourceRow
include/webp/dec/io_dec.c:148
↓ 2 callers
Function
GetBaseDelta_SSE2
input pixels are int8_t
include/webp/dsp/dec_sse2.c:290
↓ 2 callers
Function
GetColorPalette
include/webp/utils/palette.c:95
↓ 2 callers
Function
GetCopyLength
include/webp/dec/vp8l_dec.c:170
↓ 2 callers
Function
GetCopyLength
include/webp/dec/vp8l.c:160
↓ 2 callers
Function
GetCostModeI4
return the cost array corresponding to the surrounding prediction modes.
include/webp/enc/quant_enc.c:1063
↓ 2 callers
Function
GetCostModeI4
return the cost array corresponding to the surrounding prediction modes.
include/webp/enc/quant.c:968
↓ 2 callers
Function
GetDistanceCost
include/webp/enc/backward_references.c:569
↓ 2 callers
Function
GetHuffBitLengthsAndCodes
Returns false in case of memory error.
include/webp/enc/vp8l_enc.c:402
↓ 2 callers
Function
GetHuffBitLengthsAndCodes
Returns false in case of memory error.
include/webp/enc/vp8l.c:377
↓ 2 callers
Function
GetLargeValue
See section 13-2: https://datatracker.ietf.org/doc/html/rfc6386#section-13.2
include/webp/dec/vp8_dec.c:411
↓ 2 callers
Function
GetLengthCost
include/webp/enc/backward_references.c:562
↓ 2 callers
Function
GetLogSSIM
include/webp/enc/picture_psnr_enc.c:127
↓ 2 callers
Function
GetMBSSIM
include/webp/enc/filter.c:197
↓ 2 callers
Function
GetMBSSIM
include/webp/enc/filter_enc.c:112
↓ 2 callers
Function
GetNextKey
Returns reverse(reverse(key, len) + 1, len), where reverse(key, len) is the bit-wise reversal of the len least significant bits of key.
include/webp/utils/huffman_utils.c:43
↓ 2 callers
Function
GetNextKey
Returns reverse(reverse(key, len) + 1, len), where reverse(key, len) is the bit-wise reversal of the len least significant bits of key.
include/webp/utils/huffman.c:43
↓ 2 callers
Function
GetNotHEV_SSE2
input/output is uint8_t
include/webp/dsp/dec_sse2.c:273
↓ 2 callers
Function
GetPSNR
include/webp/enc/frame_enc.c:554
↓ 2 callers
Function
GetPSNR
include/webp/enc/frame.c:516
↓ 2 callers
Function
GetPSNR
include/webp/enc/picture_psnr_enc.c:122
↓ 2 callers
Function
GetPredictionCostCrossColorBlue
include/webp/enc/predictor_enc.c:604
↓ 2 callers
Function
GetPredictionCostCrossColorRed
include/webp/enc/predictor_enc.c:551
↓ 2 callers
Function
GetResidual
Stores the difference between the pixel and its prediction in "out". In case of a lossy encoding, updates the source image to avoid propagating the de
include/webp/enc/predictor_enc.c:234
↓ 2 callers
Function
GetScale
include/webp/dsp/alpha_processing.c:128
↓ 2 callers
Function
GetSubRect
Given previous and current canvas, picks the optimal rectangle for the current frame based on 'is_lossless' and other parameters. Assumes that the ini
include/webp/mux/anim_encode.c:536
↓ 2 callers
Function
GetSubRects
Picks optimal frame rectangle for both lossless and lossy compression. The initial guess for frame rectangles will be the full canvas.
include/webp/mux/anim_encode.c:567
↓ 2 callers
Function
GetSumAbsDiff32_SSE2
Predictor11: select.
include/webp/dsp/lossless_enc_sse2.c:532
↓ 2 callers
Function
GradientPredictor_C
include/webp/dsp/filters_neon.c:145
↓ 2 callers
Function
GradientPredictor_C
include/webp/dsp/filters.c:121
↓ 2 callers
Function
GradientPredictor_SSE2
include/webp/dsp/filters_sse2.c:140
↓ 2 callers
Function
HashChainFindLength
include/webp/enc/backward_references.c:347
↓ 2 callers
Function
Hev
include/webp/dsp/dec.c:523
↓ 2 callers
Function
HistoQueueClear
include/webp/enc/histogram_enc.c:747
↓ 2 callers
Function
HistoQueueInit
include/webp/enc/histogram_enc.c:737
↓ 2 callers
Function
HistoQueueUpdatePair
Update the cost diff and combo of a pair of histograms. This needs to be called when the the histograms have been merged with a third one.
include/webp/enc/histogram_enc.c:782
↓ 2 callers
Function
HistogramAddEval
Performs out = a + b, computing the cost C(a+b) - C(a) - C(b) while comparing to the threshold value 'cost_threshold'. The score returned is Score = C
include/webp/enc/histogram.c:301
↓ 2 callers
Function
HistogramClear
include/webp/enc/histogram_enc.c:36
↓ 2 callers
Function
HistogramSetResetPointers
Resets the pointers of the histograms to point to the bit buffer in the set.
include/webp/enc/histogram_enc.c:126
↓ 2 callers
Function
HistogramSetTotalSize
Returns the total size of the VP8LHistogramSet.
include/webp/enc/histogram_enc.c:142
↓ 2 callers
Function
HorizontalAdd16b_SSE2
include/webp/dsp/ssim_sse2.c:86
↓ 2 callers
Function
HorizontalPred16x16
include/webp/dsp/enc_msa.c:464
↓ 2 callers
Function
HorizontalSum_SSE41
include/webp/dsp/lossless_enc_sse41.c:24
↓ 2 callers
Function
HorizontalUnfilter_C
include/webp/dsp/filters.c:198
↓ 2 callers
Function
HorizontalUnfilter_MIPSdspR2
include/webp/dsp/filters_mips_dsp_r2.c:347
↓ 2 callers
Function
HorizontalUnfilter_NEON
include/webp/dsp/filters_neon.c:209
↓ 2 callers
Function
HorizontalUnfilter_SSE2
include/webp/dsp/filters_sse2.c:223
↓ 2 callers
Function
IDecCheckStatus
include/webp/dec/idec_dec.c:782
↓ 2 callers
Function
IDecCheckStatus
include/webp/dec/idec.c:754
↓ 2 callers
Function
IDecode
Main decoding loop
include/webp/dec/idec_dec.c:577
↓ 2 callers
Function
IDecode
Main decoding loop
include/webp/dec/idec.c:557
↓ 2 callers
Function
ITransformOne
include/webp/dsp/enc_msa.c:44
↓ 2 callers
Function
ITransformOne
include/webp/dsp/enc.c:116
↓ 2 callers
Function
ITransformOne
include/webp/dsp/enc_mips_dsp_r2.c:174
↓ 2 callers
Function
ITransformOne_MIPS32
Does one or two inverse transforms.
include/webp/dsp/enc_mips32.c:116
↓ 2 callers
Function
ITransformOne_NEON
include/webp/dsp/enc_neon.c:122
↓ 2 callers
Function
ImportOneRow
include/webp/enc/picture_csp.c:313
↓ 2 callers
Function
ImportYUVAFromRGBA
include/webp/enc/picture_csp_enc.c:474
↓ 2 callers
Function
ImportYUVAFromRGBA
include/webp/enc/picture_csp.c:833
↓ 2 callers
Function
IncreasePreviousDuration
include/webp/mux/anim_encode.c:945
↓ 2 callers
Function
InitDemux
include/webp/demux/demux.c:659
↓ 2 callers
Function
InitHistogram
include/webp/enc/analysis_enc.c:124
↓ 2 callers
Function
InitLeft
include/webp/enc/iterator_enc.c:22
↓ 2 callers
Function
InitPassStats
include/webp/enc/frame_enc.c:48
↓ 2 callers
Function
InitPassStats
include/webp/enc/frame.c:43
↓ 2 callers
Function
Intensity
include/webp/enc/delta_palettization.c:285
↓ 2 callers
Function
Interpolate_NEON
include/webp/dsp/rescaler_neon.c:48
↓ 2 callers
Function
Is8bOptimizable
Row-processing for the special case when alpha data contains only one transform (color indexing), and trivial non-green literals.
include/webp/dec/vp8l_dec.c:857
↓ 2 callers
Function
Is8bOptimizable
Row-processing for the special case when alpha data contains only one transform (color indexing), and trivial non-green literals.
include/webp/dec/vp8l.c:763
↓ 2 callers
Function
IsFlatSource16
include/webp/dsp/quant.h:78
↓ 2 callers
Function
IsFullFrame
Returns true if the frame covers the full canvas.
include/webp/demux/anim_decode.c:158
↓ 2 callers
Function
IsValidColorspace
Check that webp_csp_mode is within the bounds of WEBP_CSP_MODE. Convert to an integer to handle both the unsigned/signed enum cases without the need f
include/webp/dec/buffer_dec.c:32
↓ 2 callers
Function
IsValidColorspace
Check that webp_csp_mode is within the bounds of WEBP_CSP_MODE. Convert to an integer to handle both the unsigned/signed enum cases without the need f
include/webp/dec/buffer.c:32
↓ 2 callers
Function
LinearToGammaF
include/webp/enc/picture_csp.c:202
↓ 2 callers
Function
Load4x8_NEON
This intrinsics version makes gcc-4.6.3 crash during Load4x??() compilation (register alloc, probably). The variants somewhat mitigate the problem, bu
include/webp/dsp/dec_neon.c:30
↓ 2 callers
Function
Load8x4_SSE2
reads 8 rows across a vertical edge.
include/webp/dsp/dec_sse2.c:475
↓ 2 callers
Function
Load8x8x2T_NEON
include/webp/dsp/dec_neon.c:164
↓ 2 callers
Function
Load8x8x2_NEON
include/webp/dsp/dec_neon.c:142
↓ 2 callers
Function
LoadEightPixels_SSE2
input: 8 bytes ABCDEFGH -> output: A0B0C0D0E0F0G0H0
include/webp/dsp/rescaler_sse2.c:40
↓ 2 callers
Function
LoadTwoPixels_SSE2
input: 8 bytes ABCDEFGH -> output: A0E0B0F0C0G0D0H0
include/webp/dsp/rescaler_sse2.c:31
↓ 2 callers
Function
Load_UV_HI_8_SSE2
Load and replicate the U/V samples
include/webp/dsp/yuv_sse2.c:77
↓ 2 callers
Function
Load_UV_HI_8_SSE41
Load and replicate the U/V samples
include/webp/dsp/yuv_sse41.c:77
↓ 2 callers
Function
MakeARGB32
include/webp/dsp/alpha_processing.c:374
↓ 2 callers
Function
MakeARGB32
include/webp/dsp/argb.c:16
↓ 2 callers
Function
MakeARGB32
include/webp/enc/picture_tools.c:19
↓ 2 callers
Function
MakeARGB32
include/webp/enc/picture_tools_enc.c:189
↓ 2 callers
Function
MakeInputImageCopy
include/webp/enc/vp8l.c:1141
↓ 2 callers
Function
MaxDiffsForRow
include/webp/enc/predictor_enc.c:121
↓ 2 callers
Function
MaxFindCopyLength
include/webp/enc/backward_references.c:240
↓ 2 callers
Function
MaxFindCopyLength
include/webp/enc/backward_references_enc.c:255
↓ 2 callers
Function
MinSize
include/webp/enc/iterator.c:101
↓ 2 callers
Function
MinSize
include/webp/enc/iterator_enc.c:105
← previous
next →
1,001–1,100 of 3,896, ranked by callers