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

  /external/chromium_org/third_party/libwebp/enc/
analysis.c 116 static int GetAlpha(const VP8Histogram* const histo) {
134 static void MergeHistograms(const VP8Histogram* const in,
135 VP8Histogram* const out) {
246 VP8Histogram histo = { { 0 } };
269 VP8Histogram total_histo = { { 0 } };
276 VP8Histogram histos[2];
315 VP8Histogram histo = { { 0 } };
vp8enci.h 175 typedef struct VP8Histogram VP8Histogram;
176 struct VP8Histogram {
  /external/webp/src/enc/
analysis.c 116 static int GetAlpha(const VP8Histogram* const histo) {
134 static void MergeHistograms(const VP8Histogram* const in,
135 VP8Histogram* const out) {
246 VP8Histogram histo = { { 0 } };
269 VP8Histogram total_histo = { { 0 } };
276 VP8Histogram histos[2];
315 VP8Histogram histo = { { 0 } };
vp8enci.h 175 typedef struct VP8Histogram VP8Histogram;
176 struct VP8Histogram {
  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 89 struct VP8Histogram;
92 struct VP8Histogram* const histo);
enc.c 47 VP8Histogram* const histo) {
enc_sse2.c 61 VP8Histogram* const histo) {
    [all...]
  /external/webp/src/dsp/
dsp.h 89 struct VP8Histogram;
92 struct VP8Histogram* const histo);
enc.c 47 VP8Histogram* const histo) {
enc_sse2.c 61 VP8Histogram* const histo) {
    [all...]

Completed in 123 milliseconds