Home
last modified time | relevance | path

Searched refs:amod (Results 1 - 4 of 4) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.h472 vfloat4 amod; member
478 vfloat4 amod; member
484 vfloat4 amod; member
H A Dastcenc_pick_best_endpoint_format.cpp100 vfloat uncor_amod0(uncor_pline.amod.lane<0>()); in compute_error_squared_rgb_single_partition()
101 vfloat uncor_amod1(uncor_pline.amod.lane<1>()); in compute_error_squared_rgb_single_partition()
102 vfloat uncor_amod2(uncor_pline.amod.lane<2>()); in compute_error_squared_rgb_single_partition()
114 vfloat rgbl_amod0(rgbl_pline.amod.lane<0>()); in compute_error_squared_rgb_single_partition()
115 vfloat rgbl_amod1(rgbl_pline.amod.lane<1>()); in compute_error_squared_rgb_single_partition()
116 vfloat rgbl_amod2(rgbl_pline.amod.lane<2>()); in compute_error_squared_rgb_single_partition()
175 // Compute same chroma error - no "amod", its always zero in compute_error_squared_rgb_single_partition()
197 // Compute luma error - no "amod", its always zero in compute_error_squared_rgb_single_partition()
251 // Compute same chroma error - no "amod", its always zero in compute_error_squared_rgb_single_partition()
277 // Compute luma error - no "amod", it in compute_error_squared_rgb_single_partition()
[all...]
H A Dastcenc_averages_and_directions.cpp754 vfloat l_uncor_amod0(l_uncor.amod.lane<0>()); in compute_error_squared_rgba()
755 vfloat l_uncor_amod1(l_uncor.amod.lane<1>()); in compute_error_squared_rgba()
756 vfloat l_uncor_amod2(l_uncor.amod.lane<2>()); in compute_error_squared_rgba()
757 vfloat l_uncor_amod3(l_uncor.amod.lane<3>()); in compute_error_squared_rgba()
764 assert(all(l_samec.amod == vfloat4(0.0f))); in compute_error_squared_rgba()
871 vfloat l_uncor_amod0(l_uncor.amod.lane<0>());
872 vfloat l_uncor_amod1(l_uncor.amod.lane<1>());
873 vfloat l_uncor_amod2(l_uncor.amod.lane<2>());
879 assert(all(l_samec.amod == vfloat4(0.0f)));
H A Dastcenc_find_best_partitioning.cpp643 uncor_plines[j].amod = uncor_lines[j].a - uncor_lines[j].b * dot(uncor_lines[j].a, uncor_lines[j].b);
649 samec_plines[j].amod = vfloat4::zero();
714 pl.uncor_pline.amod = pl.uncor_line.a - pl.uncor_line.b * dot3(pl.uncor_line.a, pl.uncor_line.b);
717 pl.samec_pline.amod = vfloat4::zero();

Completed in 4 milliseconds