Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h164 extern VP8LHistogramAddFunc VP8LHistogramAdd;
Dlossless_mips32.c414 VP8LHistogramAdd = HistogramAdd; in VP8LDspInitMIPS32()
Dlossless.c1587 VP8LHistogramAddFunc VP8LHistogramAdd; variable
1622 VP8LHistogramAdd = HistogramAdd; in VP8LDspInit()
Dlossless_sse2.c531 VP8LHistogramAdd = HistogramAdd; in VP8LDspInitSSE2()
/external/webp/src/enc/
Dhistogram.c335 VP8LHistogramAdd(a, b, out); in HistogramAddEval()
666 VP8LHistogramAdd(orig_histograms[i], histograms[idx], histograms[idx]); in HistogramRemap()