Lines Matching refs:value
22 /** Minimal value for ::BROTLI_PARAM_LGWIN parameter. */
25 * Maximal value for ::BROTLI_PARAM_LGWIN parameter.
31 * Maximal value for ::BROTLI_PARAM_LGWIN parameter
35 /** Minimal value for ::BROTLI_PARAM_LGBLOCK parameter. */
37 /** Maximal value for ::BROTLI_PARAM_LGBLOCK parameter. */
39 /** Minimal value for ::BROTLI_PARAM_QUALITY parameter. */
41 /** Maximal value for ::BROTLI_PARAM_QUALITY parameter. */
59 /** Default value for ::BROTLI_PARAM_QUALITY parameter. */
61 /** Default value for ::BROTLI_PARAM_LGWIN parameter. */
63 /** Default value for ::BROTLI_PARAM_MODE parameter. */
151 * Encoder may reduce this value, e.g. if input is much smaller than
154 * Window size is `(1 << value) - 16`.
162 * Encoder may reduce this value, e.g. if input is much smaller than input
182 * The default value is 0, which means that the total input size is unknown.
192 * Encoder may change this value.
200 * Encoder may change this value.
236 * @param value new parameter value
237 * @returns ::BROTLI_FALSE if parameter is unrecognized, or value is invalid
238 * @returns ::BROTLI_FALSE if value of parameter can not be changed at current
241 * @returns ::BROTLI_TRUE if value is accepted
246 BrotliEncoderState* state, BrotliEncoderParameter param, uint32_t value);
291 * value, then output is guaranteed to be no longer than that.
298 * @param quality quality parameter value, e.g. ::BROTLI_DEFAULT_QUALITY
299 * @param lgwin lgwin parameter value, e.g. ::BROTLI_DEFAULT_WINDOW
300 * @param mode mode parameter value, e.g. ::BROTLI_DEFAULT_MODE
430 * out value is never greater than in value, unless it is @c 0