Lines Matching full:param

27  * @param      block_mode      The encoded block mode.
28 * @param[out] x_weights The number of weights in the X dimension.
29 * @param[out] y_weights The number of weights in the Y dimension.
30 * @param[out] is_dual_plane True if this block mode has two weight planes.
31 * @param[out] quant_mode The quantization level for the weights.
32 * @param[out] weight_bits The storage bit count for the weights.
142 * @param block_mode The encoded block mode.
143 * @param[out] x_weights The number of weights in the X dimension.
144 * @param[out] y_weights The number of weights in the Y dimension.
145 * @param[out] z_weights The number of weights in the Z dimension.
146 * @param[out] is_dual_plane True if this block mode has two weight planes.
147 * @param[out] quant_mode The quantization level for the weights.
148 * @param[out] weight_bits The storage bit count for the weights.
245 * @param x_texels The number of texels in the X dimension.
246 * @param y_texels The number of texels in the Y dimension.
247 * @param x_weights The number of weights in the X dimension.
248 * @param y_weights The number of weights in the Y dimension.
249 * @param[out] di The decimation info structure to populate.
250 * @param[out] wb The decimation table init scratch working buffers.
427 * @param x_texels The number of texels in the X dimension.
428 * @param y_texels The number of texels in the Y dimension.
429 * @param z_texels The number of texels in the Z dimension.
430 * @param x_weights The number of weights in the X dimension.
431 * @param y_weights The number of weights in the Y dimension.
432 * @param z_weights The number of weights in the Z dimension.
433 * @param[out] di The decimation info structure to populate.
434 @param[out] wb The decimation table init scratch working buffers.
686 * @param[in,out] bsd The block size descriptor to populate.
730 * @param x_texels The number of texels in the X dimension.
731 * @param y_texels The number of texels in the Y dimension.
732 * @param x_weights The number of weights in the X dimension.
733 * @param y_weights The number of weights in the Y dimension.
734 * @param bsd The block size descriptor we are populating.
735 * @param wb The decimation table init scratch working buffers.
736 * @param index The packed array index to populate.
786 * @param x_texels The number of texels in the X dimension.
787 * @param y_texels The number of texels in the Y dimension.
788 * @param can_omit_modes Can we discard modes that astcenc won't use, even if legal?
789 * @param mode_cutoff Percentile cutoff in range [0,1]. Low values more likely to be used.
790 * @param[out] bsd The block size descriptor to populate.
1022 * @param x_texels The number of texels in the X dimension.
1023 * @param y_texels The number of texels in the Y dimension.
1024 * @param z_texels The number of texels in the Z dimension.
1025 * @param[out] bsd The block size descriptor to populate.