Home
last modified time | relevance | path

Searched refs:Y_16 (Results 1 – 1 of 1) sorted by relevance

/dports/devel/sdl12/SDL-1.2.15/src/video/ps3/spulibs/
H A Dyuv2rgb_converter.c513 …vector float Y_16 = spu_convtf((vector unsigned int)spu_shuffle(vec_null, vchar_Y_4, vec_char2int_… in yuv_to_rgb_w32_line() local
575 const vector unsigned int R_16 = vfloat_to_vuint(spu_add(Y_16, R8_precalculate)); in yuv_to_rgb_w32_line()
592 const vector unsigned int G_16 = vfloat_to_vuint(spu_add(Y_16, G8_precalculate)); in yuv_to_rgb_w32_line()
609 const vector unsigned int B_16 = vfloat_to_vuint(spu_add(Y_16, B8_precalculate)); in yuv_to_rgb_w32_line()