HomeSort by relevance Sort by last modified time
    Searched refs:AddSubtractComponentFull (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
lossless.c 58 static WEBP_INLINE int AddSubtractComponentFull(int a, int b, int c) {
64 const int a = AddSubtractComponentFull(c0 >> 24, c1 >> 24, c2 >> 24);
65 const int r = AddSubtractComponentFull((c0 >> 16) & 0xff,
68 const int g = AddSubtractComponentFull((c0 >> 8) & 0xff,
71 const int b = AddSubtractComponentFull(c0 & 0xff, c1 & 0xff, c2 & 0xff);
  /external/opencv3/3rdparty/libwebp/dsp/
lossless.c 354 static WEBP_INLINE int AddSubtractComponentFull(int a, int b, int c) {
360 const int a = AddSubtractComponentFull(c0 >> 24, c1 >> 24, c2 >> 24);
361 const int r = AddSubtractComponentFull((c0 >> 16) & 0xff,
364 const int g = AddSubtractComponentFull((c0 >> 8) & 0xff,
367 const int b = AddSubtractComponentFull(c0 & 0xff, c1 & 0xff, c2 & 0xff);
    [all...]

Completed in 4252 milliseconds