Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_pick_best_endpoint_format.cpp62 * @param uncor_pline The endpoint line assuming uncorrelated endpoints.
76 const processed_line3& uncor_pline, in compute_error_squared_rgb_single_partition()
96 vfloat uncor_bs0(uncor_pline.bs.lane<0>()); in compute_error_squared_rgb_single_partition()
97 vfloat uncor_bs1(uncor_pline.bs.lane<1>()); in compute_error_squared_rgb_single_partition()
98 vfloat uncor_bs2(uncor_pline.bs.lane<2>()); in compute_error_squared_rgb_single_partition()
100 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()
72 compute_error_squared_rgb_single_partition( const partition_info& pi, int partition_index, const image_block& blk, const processed_line3& uncor_pline, float& uncor_err, const processed_line3& samec_pline, float& samec_err, const processed_line3& rgbl_pline, float& rgbl_err, const processed_line3& l_pline, float& l_err, float& a_drop_err ) compute_error_squared_rgb_single_partition() argument
H A Dastcenc_find_best_partitioning.cpp714 pl.uncor_pline.amod = pl.uncor_line.a - pl.uncor_line.b * dot3(pl.uncor_line.a, pl.uncor_line.b);
715 pl.uncor_pline.bs = pl.uncor_line.b;
H A Dastcenc_internal.h302 processed_line3 uncor_pline; member
H A Dastcenc_averages_and_directions.cpp863 processed_line3 l_uncor = pl.uncor_pline;

Completed in 7 milliseconds