Searched refs:SET_COMP (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Djcparam.c436 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ macro
463 SET_COMP(0, 1, 1,1, 0, 0,0);
468 SET_COMP(0, 0x52 /* 'R' */, 1,1, 0, 0,0);
469 SET_COMP(1, 0x47 /* 'G' */, 1,1, 0, 0,0);
470 SET_COMP(2, 0x42 /* 'B' */, 1,1, 0, 0,0);
477 SET_COMP(0, 1, 2,2, 0, 0,0);
478 SET_COMP(1, 2, 1,1, 1, 1,1);
479 SET_COMP(2, 3, 1,1, 1, 1,1);
484 SET_COMP(0, 0x43 /* 'C' */, 1,1, 0, 0,0);
485 SET_COMP(
[all...]
/external/jpeg/
H A Djcparam.c396 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ macro
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(
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcparam.c397 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ macro
424 SET_COMP(0, 1, 1,1, 0, 0,0);
429 SET_COMP(0, 0x52 /* 'R' */, 1,1, 0, 0,0);
430 SET_COMP(1, 0x47 /* 'G' */, 1,1, 0, 0,0);
431 SET_COMP(2, 0x42 /* 'B' */, 1,1, 0, 0,0);
438 SET_COMP(0, 1, 2,2, 0, 0,0);
439 SET_COMP(1, 2, 1,1, 1, 1,1);
440 SET_COMP(2, 3, 1,1, 1, 1,1);
445 SET_COMP(0, 0x43 /* 'C' */, 1,1, 0, 0,0);
446 SET_COMP(
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djcparam.c402 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ macro
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(
[all...]

Completed in 172 milliseconds