Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp405 unsigned int weights_per_block_simd = round_up_to_simd_multiple_vla(weights_per_block); in init_decimation_info_2d() local
406 for (unsigned int i = weights_per_block; i < weights_per_block_simd; i++) in init_decimation_info_2d()
661 unsigned int weights_per_block_simd = round_up_to_simd_multiple_vla(weights_per_block); in init_decimation_info_3d() local
662 for (unsigned int i = weights_per_block; i < weights_per_block_simd; i++) in init_decimation_info_3d()

Completed in 2 milliseconds