Searched refs:VP8LTransformColorInverse_C (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless.h | 100 void VP8LTransformColorInverse_C(const VP8LMultipliers* const m,
|
A D | lossless.c | 267 void VP8LTransformColorInverse_C(const VP8LMultipliers* const m, in VP8LTransformColorInverse_C() function 606 VP8LTransformColorInverse = VP8LTransformColorInverse_C; in WEBP_DSP_INIT_FUNC()
|
A D | lossless_mips_dsp_r2.c | 360 if (num_pixels & 1) VP8LTransformColorInverse_C(m, src, 1, dst); in TransformColorInverse_MIPSdspR2()
|
A D | lossless_neon.c | 598 VP8LTransformColorInverse_C(m, src + i, num_pixels - i, dst + i); in TransformColorInverse_NEON()
|
A D | lossless_sse2.c | 481 VP8LTransformColorInverse_C(m, src + i, num_pixels - i, dst + i); in TransformColorInverse_SSE2()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 1448 235f774e Merge "MIPS: dspr2: Added optimization for function VP8LTransformColorInverse_C" 1449 42a8a628 MIPS: dspr2: Added optimization for function VP8LTransformColorInverse_C
|
Completed in 33 milliseconds