Searched defs:current_row (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdtarga.c | 51 JDIMENSION current_row; /* Current logical row number to read */ member
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | predictor_enc.c | 233 GetResidual( int width, int height, uint32_t* const upper_row, uint32_t* const current_row, const uint8_t* const max_diffs, int mode, int x_start, int x_end, int y, int max_quantization, int exact, int used_subtract_green, uint32_t* const out) GetResidual() argument 330 uint32_t* current_row = upper_row + width + 1; GetBestPredictorForTile() local 424 uint32_t* current_row = upper_row + width + 1; CopyImageWithPrediction() local [all...] |
Completed in 2 milliseconds