Home
last modified time | relevance | path

Searched refs:VP8LFastSLog2 (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc.c393 retval -= VP8LFastSLog2(x); in CombinedShannonEntropy_C()
395 retval -= VP8LFastSLog2(xy); in CombinedShannonEntropy_C()
398 retval -= VP8LFastSLog2(Y[i]); in CombinedShannonEntropy_C()
401 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY); in CombinedShannonEntropy_C()
424 entropy->entropy -= VP8LFastSLog2(array[i]); in VP8LBitsEntropyUnrefined()
430 entropy->entropy += VP8LFastSLog2(entropy->sum); in VP8LBitsEntropyUnrefined()
443 bit_entropy->entropy -= VP8LFastSLog2(*val_prev) * streak; in GetEntropyUnrefinedHelper()
475 bit_entropy->entropy += VP8LFastSLog2(bit_entropy->sum); in GetEntropyUnrefined_C()
498 bit_entropy->entropy += VP8LFastSLog2(bit_entropy->sum); in GetCombinedEntropyUnrefined_C()
A Dlossless_enc_mips32.c230 bit_entropy->entropy -= VP8LFastSLog2(*val_prev) * streak; in GetEntropyUnrefinedHelper()
262 bit_entropy->entropy += VP8LFastSLog2(bit_entropy->sum); in GetEntropyUnrefined_MIPS32()
285 entropy->entropy += VP8LFastSLog2(entropy->sum); in GetCombinedEntropyUnrefined_MIPS32()
A Dlossless_common.h89 static WEBP_INLINE float VP8LFastSLog2(uint32_t v) { in VP8LFastSLog2() function
A Dlossless_enc_sse2.c239 if ((x_or_y)[i + (j)] != 0) retval -= VP8LFastSLog2((x_or_y)[i + (j)]); \
247 retval -= VP8LFastSLog2(tmp[j]); \
300 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY); in CombinedShannonEntropy_SSE2()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog2801 b7eaa85d inline VP8LFastLog2() and VP8LFastSLog2 for small values

Completed in 15 milliseconds