Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c427 uint8_t* lower_max_diffs = current_max_diffs + width; in CopyImageWithPrediction() local
449 current_max_diffs = lower_max_diffs; in CopyImageWithPrediction()
450 lower_max_diffs = tmp8; in CopyImageWithPrediction()
452 MaxDiffsForRow(width, width, argb + (y + 1) * width, lower_max_diffs, in CopyImageWithPrediction()