Searched refs:force_sharpness_level (Results 1 – 2 of 2) sorted by relevance
154 unsigned int force_sharpness_level = pipe_ctx->stream->ctx->dc->debug.force_sharpness_level; in translate_SPL_in_params_from_pipe_ctx() local172 if (force_sharpness_level > 0) { in translate_SPL_in_params_from_pipe_ctx()173 if (force_sharpness_level > 10) in translate_SPL_in_params_from_pipe_ctx()174 force_sharpness_level = 10; in translate_SPL_in_params_from_pipe_ctx()176 spl_in->adaptive_sharpness.sharpness_level = force_sharpness_level; in translate_SPL_in_params_from_pipe_ctx()
1191 unsigned int force_sharpness_level; member