Searched refs:VP8LFastSLog2 (Results 1 – 4 of 4) sorted by relevance
393 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()
230 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()
239 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()
89 static WEBP_INLINE float VP8LFastSLog2(uint32_t v) { in VP8LFastSLog2() function