VP8RGBToV         501 third_party/libwebp/dec/vp8l.c         v[i] = VP8RGBToV(r, g, b, YUV_HALF << 2);
VP8RGBToV         504 third_party/libwebp/dec/vp8l.c         const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2);
VP8RGBToV         517 third_party/libwebp/dec/vp8l.c         v[i] = VP8RGBToV(r, g, b, YUV_HALF << 2);
VP8RGBToV         520 third_party/libwebp/dec/vp8l.c         const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2);
VP8RGBToV         602 third_party/libwebp/enc/picture.c   return VP8RGBToV(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));