Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c47 } hps_h_coeff_tab [] = { variable
125 cxy = hps_h_coeff_tab[( (xpsc - 1) < 63 ? (xpsc - 1) : 63 )].hps_coeff; in calculate_h_scale_registers()
154 h_atten = hps_h_coeff_tab[( (xpsc - 1) < 63 ? (xpsc - 1) : 63 )].weight_sum; in calculate_h_scale_registers()