Home
last modified time | relevance | path

Searched refs:decimation_mode_count (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp480 int decimation_mode_count = 0; in construct_block_size_descriptor_2d() local
503 decimation_mode_index[y_weights * 16 + x_weights] = decimation_mode_count; in construct_block_size_descriptor_2d()
506 bsd->decimation_tables[decimation_mode_count] = dt; in construct_block_size_descriptor_2d()
508 decimation_mode_count++; in construct_block_size_descriptor_2d()
512 bsd->decimation_mode_count = decimation_mode_count; in construct_block_size_descriptor_2d()
559 int decimation_mode_count = 0; in construct_block_size_descriptor_3d() local
581 decimation_mode_index[z_weights * 64 + y_weights * 8 + x_weights] = decimation_mode_count; in construct_block_size_descriptor_3d()
584 bsd->decimation_tables[decimation_mode_count] = dt; in construct_block_size_descriptor_3d()
586 decimation_mode_count++; in construct_block_size_descriptor_3d()
591 bsd->decimation_mode_count = decimation_mode_count; in construct_block_size_descriptor_3d()
[all …]
Dastc_codec_internals.h104 int decimation_mode_count; member