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

Lines Matching defs:sv

117   register int sv, data;
157 sv = *st;
158 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */
171 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
174 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */
175 sv ^= 0x80; /* Exchange LPS/MPS */
180 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */
181 sv ^= 0x80; /* Exchange LPS/MPS */
183 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
187 return sv >> 7;