Searched refs:C_high_limit (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_ppp.c82 int32 Y_low_limit, Y_high_limit, C_low_limit, C_high_limit; local
105 C_high_limit = (int32) clamp_vector[3];
174 if (comp_C1 > C_high_limit)
175 comp_C1 = C_high_limit;
180 if (comp_C2 > C_high_limit)
181 comp_C2 = C_high_limit;
197 int32 Y_low_limit, Y_high_limit, C_low_limit, C_high_limit; local
220 C_high_limit = (int32) clamp_vector[3];
237 if (comp_C1 > C_high_limit)
238 comp_C1 = C_high_limit;
[all...]

Completed in 95 milliseconds