Searched defs:_u (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_yuv.h68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); local in function:util_format_rgb_float_to_yuv
82 const int _u = u - 128; local in function:util_format_yuv_to_rgb_float
110 const int _u = u - 128; local in function:util_format_yuv_to_rgb_8unorm
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_yuv.h68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); local in function:util_format_rgb_float_to_yuv
82 const int _u = u - 128; local in function:util_format_yuv_to_rgb_float
110 const int _u = u - 128; local in function:util_format_yuv_to_rgb_8unorm

Completed in 4 milliseconds