Home
last modified time | relevance | path

Searched refs:maxprec_2planes (Results 1 – 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_block_sizes.cpp782 int maxprec_2planes = -1; in construct_dt_entry_2d() local
796 maxprec_2planes = i; in construct_dt_entry_2d()
802 assert(maxprec_1plane >= 0 || maxprec_2planes >= 0); in construct_dt_entry_2d()
804 bsd.decimation_modes[index].maxprec_2planes = static_cast<int8_t>(maxprec_2planes); in construct_dt_entry_2d()
1004 bsd.decimation_modes[i].maxprec_2planes = -1; in construct_block_size_descriptor_2d()
1068 int maxprec_2planes = -1; in construct_block_size_descriptor_3d() local
1080 maxprec_2planes = i; in construct_block_size_descriptor_3d()
1086 maxprec_2planes = -1; in construct_block_size_descriptor_3d()
1090 …bsd.decimation_modes[decimation_mode_count].maxprec_2planes = static_cast<int8_t>(maxprec_2planes); in construct_block_size_descriptor_3d()
1092 bsd.decimation_modes[decimation_mode_count].ref_2_planes = maxprec_2planes == -1 ? 0 : 1; in construct_block_size_descriptor_3d()
[all …]
Dastcenc_weight_align.cpp590 dm.maxprec_2planes, low_values1[i], high_values1[i]); in compute_angular_endpoints_2planes()
595 dm.maxprec_2planes, low_values2[i], high_values2[i]); in compute_angular_endpoints_2planes()
602 dm.maxprec_2planes, low_values1[i], high_values1[i]); in compute_angular_endpoints_2planes()
607 dm.maxprec_2planes, low_values2[i], high_values2[i]); in compute_angular_endpoints_2planes()
Dastcenc_internal.h635 int8_t maxprec_2planes; member