Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c412 retval -= VP8LFastSLog2(x); in CombinedShannonEntropy()
414 retval -= VP8LFastSLog2(xy); in CombinedShannonEntropy()
417 retval -= VP8LFastSLog2(Y[i]); in CombinedShannonEntropy()
420 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY); in CombinedShannonEntropy()
455 entropy->entropy -= VP8LFastSLog2(array[i]); in VP8LBitsEntropyUnrefined()
461 entropy->entropy += VP8LFastSLog2(entropy->sum); in VP8LBitsEntropyUnrefined()
474 bit_entropy->entropy -= VP8LFastSLog2(*val_prev) * streak; in GetEntropyUnrefinedHelper()
506 bit_entropy->entropy += VP8LFastSLog2(bit_entropy->sum); in VP8LGetEntropyUnrefined()
529 bit_entropy->entropy += VP8LFastSLog2(bit_entropy->sum); in VP8LGetCombinedEntropyUnrefined()
Dlossless_enc_sse2.c260 if (x_or_y[i + j] != 0) retval -= VP8LFastSLog2(x_or_y[i + j]); \
268 retval -= VP8LFastSLog2(tmp[j]); \
321 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY); in CombinedShannonEntropy()
Dlossless.h197 static WEBP_INLINE float VP8LFastSLog2(uint32_t v) { in VP8LFastSLog2() function
Dlossless_enc_mips32.c229 bit_entropy->entropy -= VP8LFastSLog2(*val_prev) * streak; in GetEntropyUnrefinedHelper()
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.h81 static WEBP_INLINE float VP8LFastSLog2(int v) { in VP8LFastSLog2() function
Dlossless.c498 retval -= VP8LFastSLog2(x); in CombinedShannonEntropy()
502 retval -= VP8LFastSLog2(xy); in CombinedShannonEntropy()
505 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY); in CombinedShannonEntropy()
/external/opencv3/3rdparty/libwebp/enc/
Dhistogram.c114 retval -= VP8LFastSLog2(array[i]); in BitsEntropy()
120 retval += VP8LFastSLog2(sum); in BitsEntropy()