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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_yuv.h69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); local in function:util_format_rgb_float_to_yuv
83 const int _v = v - 128; local in function:util_format_yuv_to_rgb_float
111 const int _v = v - 128; local in function:util_format_yuv_to_rgb_8unorm
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_yuv.h69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); local in function:util_format_rgb_float_to_yuv
83 const int _v = v - 128; local in function:util_format_yuv_to_rgb_float
111 const int _v = v - 128; local in function:util_format_yuv_to_rgb_8unorm

Completed in 3 milliseconds