Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c980 int xscan = 1 << bits; in CopyTileWithColorTransform() local
984 if (xscan > xsize - tile_x) { in CopyTileWithColorTransform()
985 xscan = xsize - tile_x; in CopyTileWithColorTransform()
993 const int end_ix = ix + xscan; in CopyTileWithColorTransform()
/external/webp/src/dsp/
Dlossless_enc.c989 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform() local
993 VP8LTransformColor(&color_transform, argb, xscan); in CopyTileWithColorTransform()