Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_weight_align.cpp63 alignas(ASTCENC_VECALIGN) static float sin_table[SINCOS_STEPS][ANGULAR_STEPS];
64 alignas(ASTCENC_VECALIGN) static float cos_table[SINCOS_STEPS][ANGULAR_STEPS];
102 alignas(ASTCENC_VECALIGN) int isamplev[BLOCK_MAX_WEIGHTS]; in compute_angular_offsets()
245 alignas(ASTCENC_VECALIGN) float angular_offsets[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
250 alignas(ASTCENC_VECALIGN) float lowest_weight[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
251 alignas(ASTCENC_VECALIGN) int32_t weight_span[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
252 alignas(ASTCENC_VECALIGN) float error[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
253 alignas(ASTCENC_VECALIGN) float cut_low_weight_error[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
254 alignas(ASTCENC_VECALIGN) float cut_high_weight_error[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels()
Dastcenc_internal.h373 alignas(ASTCENC_VECALIGN) float texel_weights_float_4t[4][BLOCK_MAX_TEXELS];
382 alignas(ASTCENC_VECALIGN) float weights_flt[BLOCK_MAX_TEXELS][BLOCK_MAX_WEIGHTS];
568 alignas(ASTCENC_VECALIGN) decimation_info decimation_tables[WEIGHTS_MAX_DECIMATION_MODES];
728 alignas(ASTCENC_VECALIGN) float data_r[BLOCK_MAX_TEXELS];
731 alignas(ASTCENC_VECALIGN) float data_g[BLOCK_MAX_TEXELS];
734 alignas(ASTCENC_VECALIGN) float data_b[BLOCK_MAX_TEXELS];
737 alignas(ASTCENC_VECALIGN) float data_a[BLOCK_MAX_TEXELS];
886 alignas(ASTCENC_VECALIGN) float weights[BLOCK_MAX_TEXELS];
889 alignas(ASTCENC_VECALIGN) float weight_error_scale[BLOCK_MAX_TEXELS];
919 struct alignas(ASTCENC_VECALIGN) compression_working_buffers
[all …]
Dastcenc_mathlib.h79 #define ASTCENC_VECALIGN 32 macro
81 #define ASTCENC_VECALIGN 16 macro
Dastcenc_ideal_endpoints_and_weights.cpp876 alignas(ASTCENC_VECALIGN) float infilled_weights[BLOCK_MAX_TEXELS]; in compute_ideal_weights_for_decimation()
1174 alignas(ASTCENC_VECALIGN) float dec_weight[BLOCK_MAX_WEIGHTS]; in recompute_ideal_colors_1plane()
1182 alignas(ASTCENC_VECALIGN) float undec_weight[BLOCK_MAX_TEXELS]; in recompute_ideal_colors_1plane()
1395 alignas(ASTCENC_VECALIGN) float dec_weight_plane1[BLOCK_MAX_WEIGHTS_2PLANE]; in recompute_ideal_colors_2planes()
1396 alignas(ASTCENC_VECALIGN) float dec_weight_plane2[BLOCK_MAX_WEIGHTS_2PLANE]; in recompute_ideal_colors_2planes()
1411 alignas(ASTCENC_VECALIGN) float undec_weight_plane1[BLOCK_MAX_TEXELS]; in recompute_ideal_colors_2planes()
1412 alignas(ASTCENC_VECALIGN) float undec_weight_plane2[BLOCK_MAX_TEXELS]; in recompute_ideal_colors_2planes()
Dastcenc_vecmathlib_avx2_8.h1165 alignas(ASTCENC_VECALIGN) int v[8]; in print()
1176 alignas(ASTCENC_VECALIGN) int v[8]; in printx()
1187 alignas(ASTCENC_VECALIGN) float v[8]; in print()
Dastcenc_vecmathlib_sse_4.h1090 alignas(ASTCENC_VECALIGN) uint8_t table[16]; in vtable_8bt_32bi()
1117 alignas(ASTCENC_VECALIGN) uint8_t table[32]; in vtable_8bt_32bi()
1153 alignas(ASTCENC_VECALIGN) uint8_t table[64]; in vtable_8bt_32bi()
Dastcenc_entry.cpp762 ctx->bsd = aligned_malloc<block_size_descriptor>(sizeof(block_size_descriptor), ASTCENC_VECALIGN); in astcenc_context_alloc()
785 ctx->working_buffers = aligned_malloc<compression_working_buffers>(worksize, ASTCENC_VECALIGN); in astcenc_context_alloc()
786 static_assert((sizeof(compression_working_buffers) % ASTCENC_VECALIGN) == 0, in astcenc_context_alloc()
Dastcenc_compress_symbolic.cpp252 alignas(ASTCENC_VECALIGN) float uq_weightsf[BLOCK_MAX_WEIGHTS]; in realign_weights_decimated()
475 alignas(ASTCENC_VECALIGN) float dec_weights_uquantf[BLOCK_MAX_WEIGHTS]; in compress_symbolic_block_for_partition_1plane()
838 alignas(ASTCENC_VECALIGN) float dec_weights_uquantf[BLOCK_MAX_WEIGHTS]; in compress_symbolic_block_for_partition_2planes()
Dastcenc_decompress_symbolic.cpp538 alignas(ASTCENC_VECALIGN) int plane1_weights[BLOCK_MAX_TEXELS]; in compute_symbolic_block_difference_1plane_1partition()