Lines Matching refs:strength
1067 int strength; in vsp_QueryVideoProcPipelineCaps() local
1179 strength = check_vpp_strength(deblock->value); in vsp_QueryVideoProcPipelineCaps()
1180 if (strength == INVALID_STRENGTH) { in vsp_QueryVideoProcPipelineCaps()
1185 &vpp_strength[strength].denoise_deblock[res_set], in vsp_QueryVideoProcPipelineCaps()
1199 strength = check_vpp_strength(denoise->value); in vsp_QueryVideoProcPipelineCaps()
1200 if (strength == INVALID_STRENGTH) { in vsp_QueryVideoProcPipelineCaps()
1205 &vpp_strength[strength].denoise_deblock[res_set], in vsp_QueryVideoProcPipelineCaps()
1219 strength = check_vpp_strength(sharpen->value); in vsp_QueryVideoProcPipelineCaps()
1220 if (strength == INVALID_STRENGTH) { in vsp_QueryVideoProcPipelineCaps()
1225 &vpp_strength[strength].sharpen[res_set], in vsp_QueryVideoProcPipelineCaps()
1258 strength = MEDIUM_STRENGTH; in vsp_QueryVideoProcPipelineCaps()
1260 &vpp_strength[strength].enhancer[res_set], in vsp_QueryVideoProcPipelineCaps()