Home
last modified time | relevance | path

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

/dports/devel/sdl12/SDL-1.2.15/src/video/ps3/spulibs/
H A Dyuv2rgb_converter.c156 inline static vector unsigned int vfloat_to_vuint(vector float vec_s) { in vfloat_to_vuint() function
560 const vector unsigned int R_1 = vfloat_to_vuint(spu_add( Y_1, R1_precalculate)); in yuv_to_rgb_w32_line()
561 const vector unsigned int R_2 = vfloat_to_vuint(spu_add( Y_2, R2_precalculate)); in yuv_to_rgb_w32_line()
562 const vector unsigned int R_3 = vfloat_to_vuint(spu_add( Y_3, R3_precalculate)); in yuv_to_rgb_w32_line()
563 const vector unsigned int R_4 = vfloat_to_vuint(spu_add( Y_4, R4_precalculate)); in yuv_to_rgb_w32_line()
564 const vector unsigned int R_5 = vfloat_to_vuint(spu_add( Y_5, R5_precalculate)); in yuv_to_rgb_w32_line()
565 const vector unsigned int R_6 = vfloat_to_vuint(spu_add( Y_6, R6_precalculate)); in yuv_to_rgb_w32_line()
566 const vector unsigned int R_7 = vfloat_to_vuint(spu_add( Y_7, R7_precalculate)); in yuv_to_rgb_w32_line()
567 const vector unsigned int R_8 = vfloat_to_vuint(spu_add( Y_8, R8_precalculate)); in yuv_to_rgb_w32_line()
568 const vector unsigned int R_9 = vfloat_to_vuint(spu_add( Y_9, R1_precalculate)); in yuv_to_rgb_w32_line()
[all …]
H A Dbilin_scaler.c113 inline static vector unsigned int vfloat_to_vuint(vector float vec_s) { in vfloat_to_vuint() function
1557 vector unsigned int vui_result_lower_range = vfloat_to_vuint( vf_result_lower_range ); in bilinear_scale_line_w8()
1558 vector unsigned int vui_result_upper_range = vfloat_to_vuint( vf_result_upper_range ); in bilinear_scale_line_w8()
2018 vector unsigned int vui_result_first_range = vfloat_to_vuint( vf_result_first_range ); in bilinear_scale_line_w16()
2019 vector unsigned int vui_result_second_range = vfloat_to_vuint( vf_result_second_range ); in bilinear_scale_line_w16()
2020 vector unsigned int vui_result_third_range = vfloat_to_vuint( vf_result_third_range ); in bilinear_scale_line_w16()
2021 vector unsigned int vui_result_fourth_range = vfloat_to_vuint( vf_result_fourth_range ); in bilinear_scale_line_w16()