Lines Matching full:param

35  * @param      ep_plane1          The endpoints for plane 1.
36 * @param ep_plane2 The endpoints for plane 2.
37 * @param component_plane2 The color component for plane 2.
38 * @param[out] result The merged output.
67 * @param decode_mode The decode mode (LDR, HDR).
68 * @param bsd The block size information.
69 * @param blk The image block color data to compress.
70 * @param[out] scb The symbolic compressed block output.
395 * @param decode_mode The decode mode (LDR, HDR).
396 * @param bsd The block size information.
397 * @param blk The image block color data to compress.
398 * @param[out] scb The symbolic compressed block output.
555 * @param config The compressor configuration.
556 * @param bsd The block size information.
557 * @param blk The image block color data to compress.
558 * @param only_always True if we only use "always" percentile block modes.
559 * @param tune_errorval_threshold The error value threshold.
560 * @param partition_count The partition count.
561 * @param partition_index The partition index if @c partition_count is 2-4.
562 * @param[out] scb The symbolic compressed block output.
563 * @param[out] tmpbuf The quantized weights for plane 1.
929 * @param config The compressor configuration.
930 * @param bsd The block size information.
931 * @param blk The image block color data to compress.
932 * @param tune_errorval_threshold The error value threshold.
933 * @param plane2_component The component index for the second plane of weights.
934 * @param[out] scb The symbolic compressed block output.
935 * @param[out] tmpbuf The quantized weights for plane 1.
1267 * @param texels_per_block The number of texels in a block.
1268 * @param blk The image block color data to compress.