Searched refs:kRGBtoYColorWeights (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/content/common/gpu/client/ |
H A D | gl_helper.cc | 352 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 D | gl_helper_unittest.cc | 1421 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