Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.c294 const int remaining_width = width - safe_width; in ColorSpaceInverseTransform_C() local
313 VP8LTransformColorInverse(&m, src, remaining_width, dst); in ColorSpaceInverseTransform_C()
314 src += remaining_width; in ColorSpaceInverseTransform_C()
315 dst += remaining_width; in ColorSpaceInverseTransform_C()