Searched refs:AddSubtractComponentFull (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c422 static WEBP_INLINE int AddSubtractComponentFull(int a, int b, int c) { function
428 const int a = AddSubtractComponentFull(c0 >> 24, c1 >> 24, c2 >> 24);
429 const int r = AddSubtractComponentFull((c0 >> 16) & 0xff,
432 const int g = AddSubtractComponentFull((c0 >> 8) & 0xff,
435 const int b = AddSubtractComponentFull(c0 & 0xff, c1 & 0xff, c2 & 0xff);
/external/webp/src/dsp/
H A Dlossless.c422 static WEBP_INLINE int AddSubtractComponentFull(int a, int b, int c) { function
428 const int a = AddSubtractComponentFull(c0 >> 24, c1 >> 24, c2 >> 24);
429 const int r = AddSubtractComponentFull((c0 >> 16) & 0xff,
432 const int g = AddSubtractComponentFull((c0 >> 8) & 0xff,
435 const int b = AddSubtractComponentFull(c0 & 0xff, c1 & 0xff, c2 & 0xff);

Completed in 125 milliseconds