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

  /external/libjpeg-turbo/
jcparam.c 327 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \
354 SET_COMP(0, 1, 1,1, 0, 0,0);
359 SET_COMP(0, 0x52 /* 'R' */, 1,1, 0, 0,0);
360 SET_COMP(1, 0x47 /* 'G' */, 1,1, 0, 0,0);
361 SET_COMP(2, 0x42 /* 'B' */, 1,1, 0, 0,0);
368 SET_COMP(0, 1, 2,2, 0, 0,0);
369 SET_COMP(1, 2, 1,1, 1, 1,1);
370 SET_COMP(2, 3, 1,1, 1, 1,1);
375 SET_COMP(0, 0x43 /* 'C' */, 1,1, 0, 0,0);
376 SET_COMP(1, 0x4D /* 'M' */, 1,1, 0, 0,0)
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcparam.c 421 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \
448 SET_COMP(0, 1, 1,1, 0, 0,0);
453 SET_COMP(0, 0x52 /* 'R' */, 1,1, 0, 0,0);
454 SET_COMP(1, 0x47 /* 'G' */, 1,1, 0,
457 SET_COMP(2, 0x42 /* 'B' */, 1,1, 0, 0,0);
464 SET_COMP(0, 1, 2,2, 0, 0,0);
465 SET_COMP(1, 2, 1,1, 1, 1,1);
466 SET_COMP(2, 3, 1,1, 1, 1,1);
471 SET_COMP(0, 0x43 /* 'C' */, 1,1, 0, 0,0);
472 SET_COMP(1, 0x4D /* 'M' */, 1,1, 0, 0,0)
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_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...]

Completed in 1753 milliseconds