Searched refs:PredictBatch (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | predictor_enc.c | 68 static WEBP_INLINE void PredictBatch(int mode, int x_start, int y, in PredictBatch() function 239 PredictBatch(mode, x_start, y, x_end - x_start, current_row, upper_row, in GetResidual() 440 PredictBatch(kPredLowEffort, 0, y, width, current_row, upper_row, in CopyImageWithPrediction()
|