Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A 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()
[all...]
H A Dastc_codec_internals.h104 int decimation_mode_count; member
/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp1037 unsigned int decimation_mode_count = 0; in construct_block_size_descriptor_3d() local
1064 decimation_info& di = bsd.decimation_tables[decimation_mode_count]; in construct_block_size_descriptor_3d()
1065 decimation_mode_index[z_weights * 64 + y_weights * 8 + x_weights] = decimation_mode_count; in construct_block_size_descriptor_3d()
1090 bsd.decimation_modes[decimation_mode_count].maxprec_1plane = static_cast<int8_t>(maxprec_1plane); in construct_block_size_descriptor_3d()
1091 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].refprec_1plane = maxprec_1plane == -1 ? 0 : 0xFFFF; in construct_block_size_descriptor_3d()
1093 bsd.decimation_modes[decimation_mode_count].refprec_2planes = maxprec_2planes == -1 ? 0 : 0xFFFF; in construct_block_size_descriptor_3d()
1094 decimation_mode_count++; in construct_block_size_descriptor_3d()
1100 for (unsigned int i = decimation_mode_count; i < WEIGHTS_MAX_DECIMATION_MODES; i++) in construct_block_size_descriptor_3d()
1109 bsd.decimation_mode_count_selected = decimation_mode_count; in construct_block_size_descriptor_3d()
[all...]

Completed in 3 milliseconds