Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:coefficient

330       /* Section F.2.2.1: decode the DC coefficient difference */
341 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
409 /* Scale and output coefficient in natural (dezigzagged) order */
539 /* initialize coefficient loop counter to start of band */
569 * if the absolute value of the coefficient must be increased.
585 break; /* reached target zero coefficient */
591 /* Output newly nonzero coefficient */
600 /* Scan any remaining coefficient positions after the end-of-band
601 * (the last newly nonzero coefficient, if any). Append a correction
602 * bit to each already-nonzero coefficient. A correction bit is 1
603 * if the absolute value of the coefficient must be increased.