Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h61 void VP8LTransformColorInverse_C(const VP8LMultipliers* const m,
Dlossless.c864 void VP8LTransformColorInverse_C(const VP8LMultipliers* const m, uint32_t* data, in VP8LTransformColorInverse_C() function
1605 VP8LTransformColorInverse = VP8LTransformColorInverse_C; in VP8LDspInit()
Dlossless_sse2.c283 VP8LTransformColorInverse_C(m, argb_data + i, num_pixels - i); in TransformColorInverse()