Home
last modified time | relevance | path

Searched defs:current_row (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
Dpredictor_enc.c235 uint32_t* const current_row, const uint8_t* const max_diffs, int mode, in GetResidual()
330 uint32_t* current_row = upper_row + width + 1; in GetBestPredictorForTile() local
424 uint32_t* current_row = upper_row + width + 1; in CopyImageWithPrediction() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdtarga.c51 JDIMENSION current_row; /* Current logical row number to read */ member