Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/hal/mooney/pq/
H A Dmhal_pq_adaptive.c3034 double adaptiveRatio_hwReport = 0.0,adjust_step = 0.02; in Mdrv_PQ_DBK() local
3254 adaptiveRatio_hwReport = 3.6*(gridReport_percent+percentage_offset) -0.92; in Mdrv_PQ_DBK()
3258 adaptiveRatio_hwReport = 6.9*(gridReport_percent+percentage_offset) -3.4; in Mdrv_PQ_DBK()
3262 adaptiveRatio_hwReport = 0; in Mdrv_PQ_DBK()
3289 u8DBKGain_hw = (int)(8 + 8*adaptiveRatio_hwReport); in Mdrv_PQ_DBK()
3292 u8STD_Threshold_hw = minmax((int)(63*adaptiveRatio_hwReport), 0x3F, 0xFF); in Mdrv_PQ_DBK()