Searched refs:VP8LHistogramAddSinglePixOrCopy (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/enc/ |
D | histogram_enc.h | 98 void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo,
|
D | histogram_enc.c | 81 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()
|
D | backward_references_cost_enc.c | 72 VP8LHistogramAddSinglePixOrCopy(histo, c.cur_pos, VP8LDistanceToPlaneCode, in CostModelBuild()
|