Home
last modified time | relevance | path

Searched refs:STEP_VPP_PARAM (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
Dvsp_VPP.c53 #define STEP_VPP_PARAM (33) macro
975 denoise_cap->range.step = STEP_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
983 deblock_cap->range.step = STEP_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
992 sharpen_cap->range.step = STEP_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
1543 value < MIN_VPP_PARAM + STEP_VPP_PARAM) in check_vpp_strength()
1545 else if (value >= MIN_VPP_PARAM + STEP_VPP_PARAM && in check_vpp_strength()
1546 value < MIN_VPP_PARAM + 2 * STEP_VPP_PARAM) in check_vpp_strength()