Home
last modified time | relevance | path

Searched refs:VP8LHistogramAddSinglePixOrCopy (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dhistogram_enc.h98 void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo,
Dhistogram_enc.c81 VP8LHistogramAddSinglePixOrCopy(histo, c.cur_pos, NULL, 0); in VP8LHistogramStoreRefs()
199 void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo, in VP8LHistogramAddSinglePixOrCopy() function
570 VP8LHistogramAddSinglePixOrCopy(histograms[ix], v, NULL, 0); in HistogramBuild()
Dbackward_references_cost_enc.c72 VP8LHistogramAddSinglePixOrCopy(histo, c.cur_pos, VP8LDistanceToPlaneCode, in CostModelBuild()