Searched refs:Y_low_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
102 Y_low_limit = (int32) clamp_vector[0];
165 if (comp_C0 < Y_low_limit)
166 comp_C0 = Y_low_limit;
197 int32 Y_low_limit, Y_high_limit, C_low_limit, C_high_limit; local
217 Y_low_limit = (int32) clamp_vector[0];
228 if (comp_C0 < Y_low_limit)
229 comp_C0 = Y_low_limit;

Completed in 125 milliseconds