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

  /external/chromium_org/third_party/libwebp/dsp/
yuv.h 102 static WEBP_INLINE int VP8YUVToB(int y, int u) {
110 rgb[2] = VP8YUVToB(y, u);
115 bgr[0] = VP8YUVToB(y, u);
124 const int b = VP8YUVToB(y, u); // 5 usable bits
140 const int b = VP8YUVToB(y, u); // 4 usable bits
  /external/webp/src/dsp/
yuv.h 102 static WEBP_INLINE int VP8YUVToB(int y, int u) {
110 rgb[2] = VP8YUVToB(y, u);
115 bgr[0] = VP8YUVToB(y, u);
124 const int b = VP8YUVToB(y, u); // 5 usable bits
140 const int b = VP8YUVToB(y, u); // 4 usable bits

Completed in 30 milliseconds