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

  /external/chromium_org/third_party/libjpeg_turbo/
jdphuff.c 501 JCOEFPTR thiscoef; local
567 thiscoef = *block + jpeg_natural_order[k];
568 if (*thiscoef != 0) {
571 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
572 if (*thiscoef >= 0)
573 *thiscoef += p1;
575 *thiscoef += m1;
601 thiscoef = *block + jpeg_natural_order[k];
602 if (*thiscoef != 0) {
605 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it *
    [all...]
jdarith.c 431 JCOEFPTR thiscoef; local
461 thiscoef = *block + jpeg_natural_order[k];
462 if (*thiscoef) { /* previously nonzero coef */
464 if (*thiscoef < 0)
465 *thiscoef += m1;
467 *thiscoef += p1;
473 *thiscoef = m1;
475 *thiscoef = p1;
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdphuff.c 501 JCOEFPTR thiscoef; local
567 thiscoef = *block + jpeg_natural_order[k];
568 if (*thiscoef != 0) {
571 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
572 if (*thiscoef >= 0)
573 *thiscoef += p1;
575 *thiscoef += m1;
601 thiscoef = *block + jpeg_natural_order[k];
602 if (*thiscoef != 0) {
605 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it */
    [all...]
  /external/jpeg/
jdphuff.c 499 JCOEFPTR thiscoef; local
565 thiscoef = *block + jpeg_natural_order[k];
566 if (*thiscoef != 0) {
569 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
570 if (*thiscoef >= 0)
571 *thiscoef += p1;
573 *thiscoef += m1;
599 thiscoef = *block + jpeg_natural_order[k];
600 if (*thiscoef != 0) {
603 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it *
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdphuff.c 503 JCOEFPTR thiscoef; local
569 thiscoef = *block + jpeg_natural_order[k];
570 if (*thiscoef != 0) {
573 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
574 if (*thiscoef >= 0)
575 *thiscoef += p1;
577 *thiscoef += m1;
603 thiscoef = *block + jpeg_natural_order[k];
604 if (*thiscoef != 0) {
607 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it *
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 536 milliseconds