Searched refs:thiscoef (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdphuff.c500 JCOEFPTR thiscoef; local
566 thiscoef = *block + jpeg_natural_order[k];
567 if (*thiscoef != 0) {
570 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
571 if (*thiscoef >= 0)
572 *thiscoef += p1;
574 *thiscoef += m1;
600 thiscoef = *block + jpeg_natural_order[k];
601 if (*thiscoef != 0) {
604 if ((*thiscoef
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdhuff.c863 JCOEFPTR thiscoef; local
929 thiscoef = *block + jpeg_natural_order[k];
930 if (*thiscoef != 0) {
933 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
934 if (*thiscoef >= 0)
935 *thiscoef += p1;
937 *thiscoef += m1;
963 thiscoef = *block + jpeg_natural_order[k];
964 if (*thiscoef != 0) {
967 if ((*thiscoef
[all...]
H A Djdarith.c432 JCOEFPTR thiscoef; local
462 thiscoef = *block + jpeg_natural_order[k];
463 if (*thiscoef) { /* previously nonzero coef */
465 if (*thiscoef < 0)
466 *thiscoef += m1;
468 *thiscoef += p1;
475 *thiscoef = m1;
477 *thiscoef = p1;

Completed in 107 milliseconds