HomeSort by relevance Sort by last modified time
    Searched refs:SET_COMP (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jcparam.c 396 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \
423 SET_COMP(0, 1, 1,1, 0, 0,0);
428 SET_COMP(0, 0x52 /* 'R' */, 1,1, 0, 0,0);
429 SET_COMP(1, 0x47 /* 'G' */, 1,1, 0, 0,0);
430 SET_COMP(2, 0x42 /* 'B' */, 1,1, 0, 0,0);
437 SET_COMP(0, 1, 2,2, 0, 0,0);
438 SET_COMP(1, 2, 1,1, 1, 1,1);
439 SET_COMP(2, 3, 1,1, 1, 1,1);
444 SET_COMP(0, 0x43 /* 'C' */, 1,1, 0, 0,0);
445 SET_COMP(1, 0x4D /* 'M' */, 1,1, 0, 0,0)
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcparam.c 402 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \
429 SET_COMP(0, 1, 1,1, 0, 0,0);
434 SET_COMP(0, 0x52 /* 'R' */, 1,1, 0, 0,0);
435 SET_COMP(1, 0x47 /* 'G' */, 1,1, 0, 0,0);
436 SET_COMP(2, 0x42 /* 'B' */, 1,1, 0, 0,0);
443 SET_COMP(0, 1, 2,2, 0, 0,0);
444 SET_COMP(1, 2, 1,1, 1, 1,1);
445 SET_COMP(2, 3, 1,1, 1, 1,1);
450 SET_COMP(0, 0x43 /* 'C' */, 1,1, 0, 0,0);
451 SET_COMP(1, 0x4D /* 'M' */, 1,1, 0, 0,0)
    [all...]

Completed in 41 milliseconds