Searched refs:GetBestPredictorForTile (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | lossless_enc.c | 555 static int GetBestPredictorForTile(int width, int height, in GetBestPredictorForTile() function 702 const int pred = GetBestPredictorForTile(width, height, tile_x, tile_y, in VP8LResidualImage()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | lossless.c | 521 static int GetBestPredictorForTile(int width, int height, in GetBestPredictorForTile() function 643 pred = GetBestPredictorForTile(width, height, tile_x, tile_y, bits, histo, in VP8LResidualImage()
|