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

  /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 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...]

Completed in 298 milliseconds