Searched refs:SET_COMP (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/ |
H A D | jcparam.c | 400 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ macro 427 SET_COMP(0, 1, 1,1, 0, 0,0); 432 SET_COMP(0, 0x52 /* 'R' */, 1,1, 0, 0,0); 433 SET_COMP(1, 0x47 /* 'G' */, 1,1, 0, 0,0); 434 SET_COMP(2, 0x42 /* 'B' */, 1,1, 0, 0,0); 441 SET_COMP(0, 1, 2,2, 0, 0,0); 442 SET_COMP(1, 2, 1,1, 1, 1,1); 443 SET_COMP(2, 3, 1,1, 1, 1,1); 448 SET_COMP(0, 0x43 /* 'C' */, 1,1, 0, 0,0); 449 SET_COMP( [all...] |
Completed in 237 milliseconds