Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_block_sizes.cpp803 bsd.decimation_modes[index].maxprec_1plane = static_cast<int8_t>(maxprec_1plane); in construct_dt_entry_2d()
804 bsd.decimation_modes[index].maxprec_2planes = static_cast<int8_t>(maxprec_2planes); in construct_dt_entry_2d()
805 bsd.decimation_modes[index].ref_1_plane = 0; in construct_dt_entry_2d()
806 bsd.decimation_modes[index].ref_2_planes = 0; in construct_dt_entry_2d()
950 …bsd.decimation_modes[packed_dm_idx].maxprec_1plane = 4; // Speed optimization: max prec num is lim… in construct_block_size_descriptor_2d()
960 auto& dm = bsd.decimation_modes[decimation_mode]; in construct_block_size_descriptor_2d()
1003 bsd.decimation_modes[i].maxprec_1plane = -1; in construct_block_size_descriptor_2d()
1004 bsd.decimation_modes[i].maxprec_2planes = -1; in construct_block_size_descriptor_2d()
1005 bsd.decimation_modes[i].ref_1_plane = 0; in construct_block_size_descriptor_2d()
1006 bsd.decimation_modes[i].ref_2_planes = 0; in construct_block_size_descriptor_2d()
[all …]
Dastcenc_weight_align.cpp517 const decimation_mode& dm = bsd.decimation_modes[i]; in compute_angular_endpoints_1plane()
577 const decimation_mode& dm = bsd.decimation_modes[i]; in compute_angular_endpoints_2planes()
Dastcenc_internal.h713 decimation_mode decimation_modes[WEIGHTS_MAX_DECIMATION_MODES]; member
810 return this->decimation_modes[decimation_mode]; in get_decimation_mode()