MCPcopy Create free account

hub / github.com/Wassimulator/CactusViewer / functions

Functions3,896 in github.com/Wassimulator/CactusViewer

↓ 2 callersFunctionFinalHuffmanCost
Finalize the Huffman cost based on streak numbers and length type (<3 or >=3)
include/webp/enc/histogram.c:215
↓ 2 callersFunctionFinalizeSkipProba
Returns the bit-cost for coding the skip probability.
include/webp/enc/frame_enc.c:113
↓ 2 callersFunctionFinalizeSkipProba
Returns the bit-cost for coding the skip probability.
include/webp/enc/frame.c:110
↓ 2 callersFunctionFinishDecoding
To be called last.
include/webp/dec/idec_dec.c:256
↓ 2 callersFunctionFinishDecoding
To be called last.
include/webp/dec/idec.c:247
↓ 2 callersFunctionGenerateCandidates
Generates candidates for a given dispose method given pre-filled sub-frame 'params'.
include/webp/mux/anim_encode.c:850
↓ 2 callersFunctionGetAlpha
include/webp/enc/analysis_enc.c:113
↓ 2 callersFunctionGetAlphaSourceRow
include/webp/dec/io.c:153
↓ 2 callersFunctionGetAlphaSourceRow
include/webp/dec/io_dec.c:148
↓ 2 callersFunctionGetBaseDelta_SSE2
input pixels are int8_t
include/webp/dsp/dec_sse2.c:290
↓ 2 callersFunctionGetColorPalette
include/webp/utils/palette.c:95
↓ 2 callersFunctionGetCopyLength
include/webp/dec/vp8l_dec.c:170
↓ 2 callersFunctionGetCopyLength
include/webp/dec/vp8l.c:160
↓ 2 callersFunctionGetCostModeI4
return the cost array corresponding to the surrounding prediction modes.
include/webp/enc/quant_enc.c:1063
↓ 2 callersFunctionGetCostModeI4
return the cost array corresponding to the surrounding prediction modes.
include/webp/enc/quant.c:968
↓ 2 callersFunctionGetDistanceCost
include/webp/enc/backward_references.c:569
↓ 2 callersFunctionGetHuffBitLengthsAndCodes
Returns false in case of memory error.
include/webp/enc/vp8l_enc.c:402
↓ 2 callersFunctionGetHuffBitLengthsAndCodes
Returns false in case of memory error.
include/webp/enc/vp8l.c:377
↓ 2 callersFunctionGetLargeValue
See section 13-2: https://datatracker.ietf.org/doc/html/rfc6386#section-13.2
include/webp/dec/vp8_dec.c:411
↓ 2 callersFunctionGetLengthCost
include/webp/enc/backward_references.c:562
↓ 2 callersFunctionGetLogSSIM
include/webp/enc/picture_psnr_enc.c:127
↓ 2 callersFunctionGetMBSSIM
include/webp/enc/filter.c:197
↓ 2 callersFunctionGetMBSSIM
include/webp/enc/filter_enc.c:112
↓ 2 callersFunctionGetNextKey
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 callersFunctionGetNextKey
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 callersFunctionGetNotHEV_SSE2
input/output is uint8_t
include/webp/dsp/dec_sse2.c:273
↓ 2 callersFunctionGetPSNR
include/webp/enc/frame_enc.c:554
↓ 2 callersFunctionGetPSNR
include/webp/enc/frame.c:516
↓ 2 callersFunctionGetPSNR
include/webp/enc/picture_psnr_enc.c:122
↓ 2 callersFunctionGetPredictionCostCrossColorBlue
include/webp/enc/predictor_enc.c:604
↓ 2 callersFunctionGetPredictionCostCrossColorRed
include/webp/enc/predictor_enc.c:551
↓ 2 callersFunctionGetResidual
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 callersFunctionGetScale
include/webp/dsp/alpha_processing.c:128
↓ 2 callersFunctionGetSubRect
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 callersFunctionGetSubRects
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 callersFunctionGetSumAbsDiff32_SSE2
Predictor11: select.
include/webp/dsp/lossless_enc_sse2.c:532
↓ 2 callersFunctionGradientPredictor_C
include/webp/dsp/filters_neon.c:145
↓ 2 callersFunctionGradientPredictor_C
include/webp/dsp/filters.c:121
↓ 2 callersFunctionGradientPredictor_SSE2
include/webp/dsp/filters_sse2.c:140
↓ 2 callersFunctionHashChainFindLength
include/webp/enc/backward_references.c:347
↓ 2 callersFunctionHev
include/webp/dsp/dec.c:523
↓ 2 callersFunctionHistoQueueClear
include/webp/enc/histogram_enc.c:747
↓ 2 callersFunctionHistoQueueInit
include/webp/enc/histogram_enc.c:737
↓ 2 callersFunctionHistoQueueUpdatePair
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 callersFunctionHistogramAddEval
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 callersFunctionHistogramClear
include/webp/enc/histogram_enc.c:36
↓ 2 callersFunctionHistogramSetResetPointers
Resets the pointers of the histograms to point to the bit buffer in the set.
include/webp/enc/histogram_enc.c:126
↓ 2 callersFunctionHistogramSetTotalSize
Returns the total size of the VP8LHistogramSet.
include/webp/enc/histogram_enc.c:142
↓ 2 callersFunctionHorizontalAdd16b_SSE2
include/webp/dsp/ssim_sse2.c:86
↓ 2 callersFunctionHorizontalPred16x16
include/webp/dsp/enc_msa.c:464
↓ 2 callersFunctionHorizontalSum_SSE41
include/webp/dsp/lossless_enc_sse41.c:24
↓ 2 callersFunctionHorizontalUnfilter_C
include/webp/dsp/filters.c:198
↓ 2 callersFunctionHorizontalUnfilter_MIPSdspR2
include/webp/dsp/filters_mips_dsp_r2.c:347
↓ 2 callersFunctionHorizontalUnfilter_NEON
include/webp/dsp/filters_neon.c:209
↓ 2 callersFunctionHorizontalUnfilter_SSE2
include/webp/dsp/filters_sse2.c:223
↓ 2 callersFunctionIDecCheckStatus
include/webp/dec/idec_dec.c:782
↓ 2 callersFunctionIDecCheckStatus
include/webp/dec/idec.c:754
↓ 2 callersFunctionIDecode
Main decoding loop
include/webp/dec/idec_dec.c:577
↓ 2 callersFunctionIDecode
Main decoding loop
include/webp/dec/idec.c:557
↓ 2 callersFunctionITransformOne
include/webp/dsp/enc_msa.c:44
↓ 2 callersFunctionITransformOne
include/webp/dsp/enc.c:116
↓ 2 callersFunctionITransformOne
include/webp/dsp/enc_mips_dsp_r2.c:174
↓ 2 callersFunctionITransformOne_MIPS32
Does one or two inverse transforms.
include/webp/dsp/enc_mips32.c:116
↓ 2 callersFunctionITransformOne_NEON
include/webp/dsp/enc_neon.c:122
↓ 2 callersFunctionImportOneRow
include/webp/enc/picture_csp.c:313
↓ 2 callersFunctionImportYUVAFromRGBA
include/webp/enc/picture_csp_enc.c:474
↓ 2 callersFunctionImportYUVAFromRGBA
include/webp/enc/picture_csp.c:833
↓ 2 callersFunctionIncreasePreviousDuration
include/webp/mux/anim_encode.c:945
↓ 2 callersFunctionInitDemux
include/webp/demux/demux.c:659
↓ 2 callersFunctionInitHistogram
include/webp/enc/analysis_enc.c:124
↓ 2 callersFunctionInitLeft
include/webp/enc/iterator_enc.c:22
↓ 2 callersFunctionInitPassStats
include/webp/enc/frame_enc.c:48
↓ 2 callersFunctionInitPassStats
include/webp/enc/frame.c:43
↓ 2 callersFunctionIntensity
include/webp/enc/delta_palettization.c:285
↓ 2 callersFunctionInterpolate_NEON
include/webp/dsp/rescaler_neon.c:48
↓ 2 callersFunctionIs8bOptimizable
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 callersFunctionIs8bOptimizable
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 callersFunctionIsFlatSource16
include/webp/dsp/quant.h:78
↓ 2 callersFunctionIsFullFrame
Returns true if the frame covers the full canvas.
include/webp/demux/anim_decode.c:158
↓ 2 callersFunctionIsValidColorspace
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 callersFunctionIsValidColorspace
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 callersFunctionLinearToGammaF
include/webp/enc/picture_csp.c:202
↓ 2 callersFunctionLoad4x8_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 callersFunctionLoad8x4_SSE2
reads 8 rows across a vertical edge.
include/webp/dsp/dec_sse2.c:475
↓ 2 callersFunctionLoad8x8x2T_NEON
include/webp/dsp/dec_neon.c:164
↓ 2 callersFunctionLoad8x8x2_NEON
include/webp/dsp/dec_neon.c:142
↓ 2 callersFunctionLoadEightPixels_SSE2
input: 8 bytes ABCDEFGH -> output: A0B0C0D0E0F0G0H0
include/webp/dsp/rescaler_sse2.c:40
↓ 2 callersFunctionLoadTwoPixels_SSE2
input: 8 bytes ABCDEFGH -> output: A0E0B0F0C0G0D0H0
include/webp/dsp/rescaler_sse2.c:31
↓ 2 callersFunctionLoad_UV_HI_8_SSE2
Load and replicate the U/V samples
include/webp/dsp/yuv_sse2.c:77
↓ 2 callersFunctionLoad_UV_HI_8_SSE41
Load and replicate the U/V samples
include/webp/dsp/yuv_sse41.c:77
↓ 2 callersFunctionMakeARGB32
include/webp/dsp/alpha_processing.c:374
↓ 2 callersFunctionMakeARGB32
include/webp/dsp/argb.c:16
↓ 2 callersFunctionMakeARGB32
include/webp/enc/picture_tools.c:19
↓ 2 callersFunctionMakeARGB32
include/webp/enc/picture_tools_enc.c:189
↓ 2 callersFunctionMakeInputImageCopy
include/webp/enc/vp8l.c:1141
↓ 2 callersFunctionMaxDiffsForRow
include/webp/enc/predictor_enc.c:121
↓ 2 callersFunctionMaxFindCopyLength
include/webp/enc/backward_references.c:240
↓ 2 callersFunctionMaxFindCopyLength
include/webp/enc/backward_references_enc.c:255
↓ 2 callersFunctionMinSize
include/webp/enc/iterator.c:101
↓ 2 callersFunctionMinSize
include/webp/enc/iterator_enc.c:105
← previousnext →1,001–1,100 of 3,896, ranked by callers