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

  /external/webp/src/enc/
analysis.c 113 static int GetAlpha(const VP8Histogram* const histo) {
131 static void MergeHistograms(const VP8Histogram* const in,
132 VP8Histogram* const out) {
248 VP8Histogram histo = { { 0 } };
269 VP8Histogram total_histo = { { 0 } };
276 VP8Histogram histos[2];
314 VP8Histogram histo = { { 0 } };
vp8enci.h 177 typedef struct VP8Histogram VP8Histogram;
178 struct VP8Histogram {
  /external/webp/src/dsp/
dsp.h 137 struct VP8Histogram;
140 struct VP8Histogram* const histo);
enc.c 45 VP8Histogram* const histo) {
enc_neon.c     [all...]
enc_sse2.c 59 VP8Histogram* const histo) {
    [all...]

Completed in 57 milliseconds