curve0             41 modules/curves.c #define CURVE0( a, b ) (((a) * curve0[b]) >> 12)
curve0            145 modules/curves.c 	unsigned short *curve0 = curve_data;
curve0            146 modules/curves.c 	unsigned short *curve1 = curve0 + CURVE_SIZE;
curve0            163 modules/curves.c 				pixVal0 = curve0[pixVal0];
curve0            170 modules/curves.c 				pixVal2 = curve0[pixVal2];
curve0            178 modules/curves.c 				pixVal0 = curve0[pixVal0];
curve0            185 modules/curves.c 				pixVal2 = curve0[pixVal2];
curve0            231 modules/curves.c 	unsigned short *curve0;
curve0            238 modules/curves.c 		curve0 = curve1 = curve2 = curve3 = curve_data + sys_index*CURVE_SIZE;
curve0            241 modules/curves.c 		curve0 = curve_data;
curve0            242 modules/curves.c 		curve1 = curve0 + CURVE_SIZE;