Searched refs:_u (Results 1 - 6 of 6) sorted by relevance

/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
72 *u = _u + 128;
82 const int _u = u - 128; local in function:util_format_yuv_to_rgb_float
90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v);
91 *b = scale * (y_factor * _y + 2.018f * _u );
110 const int _u = u - 128; local in function:util_format_yuv_to_rgb_8unorm
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8;
115 const int _b = (298 * _y + 516 * _u + 128) >> 8;
/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
72 *u = _u + 128;
82 const int _u = u - 128; local in function:util_format_yuv_to_rgb_float
90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v);
91 *b = scale * (y_factor * _y + 2.018f * _u );
110 const int _u = u - 128; local in function:util_format_yuv_to_rgb_8unorm
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8;
115 const int _b = (298 * _y + 516 * _u + 128) >> 8;
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arm-neon.c461 neon_combine_##name##_u (pixman_implementation_t *imp, \
H A Dpixman-combine-float.c146 MAKE_COMBINER(name ## _u, FALSE, combine_a, combine_c)
H A Dpixman-combine32.c555 combine_ ## name ## _u (pixman_implementation_t *imp, \
H A Dpixman-rvv.c674 RVV_MAKE_COMBINER (name##_u, FALSE, combine_a, combine_c)
1635 static void rvv_combine_##name##_u ( \

Completed in 11 milliseconds