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

/external/opencv3/3rdparty/libwebp/dsp/
H A Dlossless.h81 static WEBP_INLINE float VP8LFastSLog2(int v) { function
H A Dlossless.c498 retval -= VP8LFastSLog2(x);
502 retval -= VP8LFastSLog2(xy);
505 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY);
/external/webp/src/dsp/
H A Dlossless_enc.c412 retval -= VP8LFastSLog2(x);
414 retval -= VP8LFastSLog2(xy);
417 retval -= VP8LFastSLog2(Y[i]);
420 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY);
455 entropy->entropy -= VP8LFastSLog2(array[i]);
461 entropy->entropy += VP8LFastSLog2(entropy->sum);
474 bit_entropy->entropy -= VP8LFastSLog2(*val_prev) * streak;
506 bit_entropy->entropy += VP8LFastSLog2(bit_entropy->sum);
529 bit_entropy->entropy += VP8LFastSLog2(bit_entrop
[all...]
H A 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);
H A Dlossless.h197 static WEBP_INLINE float VP8LFastSLog2(uint32_t v) { function
H A Dlossless_enc_mips32.c229 bit_entropy->entropy -= VP8LFastSLog2(*val_prev) * streak;
/external/opencv3/3rdparty/libwebp/enc/
H A Dhistogram.c114 retval -= VP8LFastSLog2(array[i]);
120 retval += VP8LFastSLog2(sum);

Completed in 1358 milliseconds