Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp136 output0.set_lane<3>(255); in rgb_delta_unpack()
137 output1.set_lane<3>(255); in rgb_delta_unpack()
191 output0.set_lane<3>(255); in rgb_unpack()
192 output1.set_lane<3>(255); in rgb_unpack()
221 output1.set_lane<3>(alpha1); in rgb_scale_alpha_unpack()
224 output0.set_lane<3>(input.lane<3>()); in rgb_scale_alpha_unpack()
249 output1.set_lane<3>(255); in rgb_scale_unpack()
252 output0.set_lane<3>(255); in rgb_scale_unpack()
706 output0.set_lane<3>(v6); in hdr_rgb_ldr_alpha_unpack()
707 output1.set_lane<3>(v7); in hdr_rgb_ldr_alpha_unpack()
[all …]
Dastcenccli_toplevel.cpp1379 pixel.set_lane<3>(0.0f); in image_preprocess_normalize()
1382 pixel.set_lane<0>((pixel.lane<0>() * 2.0f) - 1.0f); in image_preprocess_normalize()
1383 pixel.set_lane<1>((pixel.lane<1>() * 2.0f) - 1.0f); in image_preprocess_normalize()
1384 pixel.set_lane<2>((pixel.lane<2>() * 2.0f) - 1.0f); in image_preprocess_normalize()
1388 pixel.set_lane<3>(a); in image_preprocess_normalize()
1391 pixel.set_lane<0>((pixel.lane<0>() + 1.0f) / 2.0f); in image_preprocess_normalize()
1392 pixel.set_lane<1>((pixel.lane<1>() + 1.0f) / 2.0f); in image_preprocess_normalize()
1393 pixel.set_lane<2>((pixel.lane<2>() + 1.0f) / 2.0f); in image_preprocess_normalize()
1459 pixel.set_lane<0>(srgb_to_linear(pixel.lane<0>())); in image_preprocess_premultiply()
1460 pixel.set_lane<1>(srgb_to_linear(pixel.lane<1>())); in image_preprocess_premultiply()
[all …]
Dastcenc_vecmathlib_sse_4.h107 template <int l> ASTCENC_SIMD_INLINE void set_lane(float a) in set_lane() function
158 result.set_lane<2>(0.0f); in swz()
159 result.set_lane<3>(0.0f); in swz()
169 result.set_lane<3>(0.0f); in swz()
267 template <int l> ASTCENC_SIMD_INLINE void set_lane(int a) in set_lane() function
Dastcenc_vecmathlib_common_4.h261 a.set_lane<3>(a.lane<0>()); in hmin_rgb_s()
Dastcenc_vecmathlib_neon_4.h107 template <int l> ASTCENC_SIMD_INLINE void set_lane(float a) in set_lane() function
252 template <int l> ASTCENC_SIMD_INLINE void set_lane(int a) in set_lane() function
Dastcenc_vecmathlib_none_4.h113 template <int l> ASTCENC_SIMD_INLINE void set_lane(float a) in set_lane() function
257 template <int l> ASTCENC_SIMD_INLINE void set_lane(int a) in set_lane() function
Dastcenc_color_quantize.cpp1046 color.set_lane<0>(color.lane<0>() + color.lane<3>()); in quantize_hdr_rgbo()
1047 color.set_lane<1>(color.lane<1>() + color.lane<3>()); in quantize_hdr_rgbo()
1048 color.set_lane<2>(color.lane<2>() + color.lane<3>()); in quantize_hdr_rgbo()
Dastcenc_ideal_endpoints_and_weights.cpp1355 rgbq_sum.set_lane<3>(hadd_rgb_s(color_vec_y)); in recompute_ideal_colors_1plane()
1636 rgbq_sum.set_lane<3>(hadd_rgb_s(color_vec_y)); in recompute_ideal_colors_2planes()
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp307 a.set_lane<0>(1.0f); in TEST()
313 a.set_lane<1>(2.0f); in TEST()
319 a.set_lane<2>(3.0f); in TEST()
325 a.set_lane<3>(4.0f); in TEST()
1198 a.set_lane<0>(1); in TEST()
1204 a.set_lane<1>(2); in TEST()
1210 a.set_lane<2>(3); in TEST()
1216 a.set_lane<3>(4); in TEST()