Searched refs:force_sharpness_level (Results 1 – 2 of 2) sorted by relevance
153 unsigned int force_sharpness_level = pipe_ctx->stream->ctx->dc->debug.force_sharpness_level; in translate_SPL_in_params_from_pipe_ctx() local170 if (force_sharpness_level > 0) { in translate_SPL_in_params_from_pipe_ctx()171 if (force_sharpness_level > 10) in translate_SPL_in_params_from_pipe_ctx()172 force_sharpness_level = 10; in translate_SPL_in_params_from_pipe_ctx()174 spl_in->adaptive_sharpness.sharpness_level = force_sharpness_level; in translate_SPL_in_params_from_pipe_ctx()
1070 unsigned int force_sharpness_level; member