Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c425 uint8_t* current_max_diffs = (uint8_t*)(current_row + width + 1); in CopyImageWithPrediction() local
427 uint8_t* lower_max_diffs = current_max_diffs + width; in CopyImageWithPrediction()
448 uint8_t* const tmp8 = current_max_diffs; in CopyImageWithPrediction()
449 current_max_diffs = lower_max_diffs; in CopyImageWithPrediction()
462 GetResidual(width, height, upper_row, current_row, current_max_diffs, in CopyImageWithPrediction()