Home
last modified time | relevance | path

Searched refs:maxprec_1plane (Results 1 - 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp755 int maxprec_1plane = -1; in construct_dt_entry_2d() local
762 maxprec_1plane = i; in construct_dt_entry_2d()
776 assert(maxprec_1plane >= 0 || maxprec_2planes >= 0); in construct_dt_entry_2d()
777 bsd.decimation_modes[index].maxprec_1plane = static_cast<int8_t>(maxprec_1plane); in construct_dt_entry_2d()
947 bsd.decimation_modes[packed_dm_idx].maxprec_1plane = 4; // Speed optimization: max prec num is limited to 4 in construct_block_size_descriptor_2d()
1001 bsd.decimation_modes[i].maxprec_1plane = -1; in construct_block_size_descriptor_2d()
1068 int maxprec_1plane = -1; in construct_block_size_descriptor_3d() local
1075 maxprec_1plane = i; in construct_block_size_descriptor_3d()
1090 bsd.decimation_modes[decimation_mode_count].maxprec_1plane in construct_block_size_descriptor_3d()
[all...]
H A Dastcenc_weight_align.cpp462 unsigned int max_precision = dm.maxprec_1plane; in compute_angular_endpoints_1plane()
H A Dastcenc_internal.h461 int8_t maxprec_1plane; member

Completed in 6 milliseconds