Searched refs:samec_pline (Results 1 - 4 of 4) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_pick_best_endpoint_format.cpp | 64 * @param samec_pline The endpoint line assuming the same chroma for both endpoints. 78 const processed_line3& samec_pline, in compute_error_squared_rgb_single_partition() 105 vfloat samec_bs0(samec_pline.bs.lane<0>()); in compute_error_squared_rgb_single_partition() 106 vfloat samec_bs1(samec_pline.bs.lane<1>()); in compute_error_squared_rgb_single_partition() 107 vfloat samec_bs2(samec_pline.bs.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 D | astcenc_find_best_partitioning.cpp | 717 pl.samec_pline.amod = vfloat4::zero(); 718 pl.samec_pline.bs = pl.samec_line.b;
|
H A D | astcenc_internal.h | 305 processed_line3 samec_pline; member
|
H A D | astcenc_averages_and_directions.cpp | 864 processed_line3 l_samec = pl.samec_pline;
|
Completed in 8 milliseconds