Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c555 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/
Dlossless.c521 static int GetBestPredictorForTile(int width, int height, in GetBestPredictorForTile() function
643 pred = GetBestPredictorForTile(width, height, tile_x, tile_y, bits, histo, in VP8LResidualImage()