Home
last modified time | relevance | path

Searched refs:decimation_mode (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp536 bsd->block_modes[i].decimation_mode = -1; in construct_block_size_descriptor_2d()
543 int decimation_mode = decimation_mode_index[y_weights * 16 + x_weights]; in construct_block_size_descriptor_2d() local
544 bsd->block_modes[i].decimation_mode = decimation_mode; in construct_block_size_descriptor_2d()
614 bsd->block_modes[i].decimation_mode = -1; in construct_block_size_descriptor_3d()
621 int decimation_mode = decimation_mode_index[z_weights * 64 + y_weights * 8 + x_weights]; in construct_block_size_descriptor_3d() local
622 bsd->block_modes[i].decimation_mode = decimation_mode; in construct_block_size_descriptor_3d()
Dastc_codec_internals.h91 int8_t decimation_mode; member
Dastc_symbolic_physical.cpp121 int weight_count = ixtab2[bsd->block_modes[block_mode].decimation_mode]->num_weights; in physical_to_symbolic()
Dastc_decompress_symbolic.cpp209 const decimation_table *it = ixtab2[bsd->block_modes[scb->block_mode].decimation_mode]; in decompress_symbolic_block()