Searched refs:force_sharpness_level (Results 1 – 2 of 2) sorted by relevance
152 unsigned int force_sharpness_level = pipe_ctx->stream->ctx->dc->debug.force_sharpness_level; in translate_SPL_in_params_from_pipe_ctx() local169 if (force_sharpness_level > 0) { in translate_SPL_in_params_from_pipe_ctx()170 if (force_sharpness_level > 10) in translate_SPL_in_params_from_pipe_ctx()171 force_sharpness_level = 10; in translate_SPL_in_params_from_pipe_ctx()173 spl_in->adaptive_sharpness.sharpness_level = force_sharpness_level; in translate_SPL_in_params_from_pipe_ctx()
1077 unsigned int force_sharpness_level; member