Lines Matching +full:high +full:- +full:quality
1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) AND MIT) */
3 * compress_params.h - codec types and parameters for compressed data
7 * Authors: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
16 * Copyright (c) 2007-2010 The Khronos Group Inc.
147 * Define quality levels for FLAC encoders, from LEVEL0 (fast)
165 /* IEC61937 with S/PDIF preambles+CUVP bits in 32-bit containers */
214 __u32 super_block_align; /* WMA Type-specific data */
219 * struct snd_enc_vorbis - Vorbis encoder parameters
220 * @quality: Sets encoding quality to n, between -1 (low) and 10 (high).
221 * In the default mode of operation, the quality level is 3.
222 * Normal quality range is 0 - 10.
226 * lower quality. It is primarily useful for streaming.
230 * non-stereo streams). Useful for lower-bitrate encoding.
235 * For best quality users should specify VBR mode and set quality levels.
239 __s32 quality; member
248 * struct snd_enc_real - RealAudio encoder parameters
263 * struct snd_enc_flac - FLAC encoder parameters
271 * To make the API simpler, it is assumed that the user will select quality
272 * profiles. Additional options that affect encoding quality and speed can
339 /** struct snd_codec_desc - description of codec capabilities
356 * for AAC-RAW and AAC-ADTS.
387 * Encoders may rely on profiles for quality levels.
397 * @options: encoder-specific settings