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

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 893 #define CVG -27439 // -0.41869
907 #define CVG -107 // -0.41869
920 int v = ( CVR*r + CVG*g + CVB*b ) >> CSHIFT;
934 int v = ( CVR*r + CVG*g + CVB*b ) >> (CSHIFT - 4);
948 int v = ( 2*CVR*r + CVG*g + 2*CVB*b ) >> (CSHIFT - 2);
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 893 #define CVG -27439 // -0.41869
907 #define CVG -107 // -0.41869
920 int v = ( CVR*r + CVG*g + CVB*b ) >> CSHIFT;
934 int v = ( CVR*r + CVG*g + CVB*b ) >> (CSHIFT - 4);
948 int v = ( 2*CVR*r + CVG*g + 2*CVB*b ) >> (CSHIFT - 2);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 50 private static final int CVG = -27439;
392 yuv[2] = (byte) (((CVR * r + CVG * g + CVB * b) >> CSHIFT) + 128);
  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 91 #define CVG 45773
94 static const int16_t coef[4] = { CVR / 4, CUG, CVG / 2, CUB / 4 };
  /external/webp/src/dsp/
upsampling_neon.c 91 #define CVG 45773
94 static const int16_t coef[4] = { CVR / 4, CUG, CVG / 2, CUB / 4 };

Completed in 604 milliseconds