HomeSort by relevance Sort by last modified time
    Searched refs:VP8Histogram (Results 1 - 5 of 5) sorted by null

  /external/webp/src/enc/
analysis.c 114 static int GetAlpha(const VP8Histogram* const histo) {
132 static void MergeHistograms(const VP8Histogram* const in,
133 VP8Histogram* const out) {
244 VP8Histogram histo = { { 0 } };
267 VP8Histogram total_histo = { { 0 } };
274 VP8Histogram histos[2];
313 VP8Histogram histo = { { 0 } };
vp8enci.h 172 typedef struct VP8Histogram VP8Histogram;
173 struct VP8Histogram {
  /external/webp/src/dsp/
dsp.h 87 struct VP8Histogram;
90 struct VP8Histogram* const histo);
enc.c 45 VP8Histogram* const histo) {
enc_sse2.c 59 VP8Histogram* const histo) {
    [all...]

Completed in 2365 milliseconds