Searched refs:comp_C1 (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.c78 int32 comp_C2, comp_C1, comp_C0, temp; local
91 comp_C1 = input_C1;
114 comp_C1 = (look_up_table[comp_C1] >> 8) & 0xFF;
122 comp_C2 = comp_C1;
123 comp_C1 = comp_C0;
127 temp1 = comp_C0 * matrix[0] + comp_C1 * matrix[1] + comp_C2 * matrix[2];
128 temp2 = comp_C0 * matrix[3] + comp_C1 * matrix[4] + comp_C2 * matrix[5];
129 temp3 = comp_C0 * matrix[6] + comp_C1 * matrix[7] + comp_C2 * matrix[8];
132 comp_C1
193 int32 comp_C2, comp_C1, comp_C0, temp; local
[all...]

Completed in 94 milliseconds