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

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc352 static const float kRGBtoYColorWeights[]; member in class:content::GLHelper::CopyTextureToImpl
1015 const float GLHelper::CopyTextureToImpl::kRGBtoYColorWeights[] = { member in class:content::GLHelper::CopyTextureToImpl
1059 kRGBtoYColorWeights)),
H A Dgl_helper_unittest.cc1421 const float kRGBtoYColorWeights[] = {0.257f, 0.504f, 0.098f, 0.0625f}; local
1428 ChannelAsFloat(&input_pixels, x, y, 0) * kRGBtoYColorWeights[0] +
1429 ChannelAsFloat(&input_pixels, x, y, 1) * kRGBtoYColorWeights[1] +
1430 ChannelAsFloat(&input_pixels, x, y, 2) * kRGBtoYColorWeights[2] +
1431 kRGBtoYColorWeights[3]);

Completed in 81 milliseconds