Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp156 unsigned int& z_weights, in decode_block_mode_3d() argument
168 z_weights = 0; in decode_block_mode_3d()
177 z_weights = C + 2; in decode_block_mode_3d()
198 z_weights = A + 2; in decode_block_mode_3d()
203 z_weights = B + 2; in decode_block_mode_3d()
208 z_weights = 6; in decode_block_mode_3d()
213 z_weights = 2; in decode_block_mode_3d()
223 z_weights = 6; in decode_block_mode_3d()
232 unsigned int weight_count = x_weights * y_weights * z_weights * (D + 1); in decode_block_mode_3d()
455 unsigned int z_weights, in init_decimation_info_3d() argument
[all …]