PASS1_BITS 130 libavcodec/jfdctint_template.c #define OUT_SHIFT PASS1_BITS PASS1_BITS 134 libavcodec/jfdctint_template.c #define OUT_SHIFT (PASS1_BITS + 1) PASS1_BITS 180 libavcodec/jfdctint_template.c #if BITS_IN_JSAMPLE == 8 && CONST_BITS<=13 && PASS1_BITS<=2 PASS1_BITS 219 libavcodec/jfdctint_template.c dataptr[0] = (int16_t) ((tmp10 + tmp11) * (1 << PASS1_BITS)); PASS1_BITS 220 libavcodec/jfdctint_template.c dataptr[4] = (int16_t) ((tmp10 - tmp11) * (1 << PASS1_BITS)); PASS1_BITS 224 libavcodec/jfdctint_template.c CONST_BITS-PASS1_BITS); PASS1_BITS 226 libavcodec/jfdctint_template.c CONST_BITS-PASS1_BITS); PASS1_BITS 251 libavcodec/jfdctint_template.c dataptr[7] = (int16_t) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); PASS1_BITS 252 libavcodec/jfdctint_template.c dataptr[5] = (int16_t) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS); PASS1_BITS 253 libavcodec/jfdctint_template.c dataptr[3] = (int16_t) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); PASS1_BITS 254 libavcodec/jfdctint_template.c dataptr[1] = (int16_t) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); PASS1_BITS 254 libavcodec/jrevdct.c int16_t dcval = (int16_t) (d0 * (1 << PASS1_BITS)); PASS1_BITS 579 libavcodec/jrevdct.c dataptr[0] = (int16_t) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS); PASS1_BITS 580 libavcodec/jrevdct.c dataptr[7] = (int16_t) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS); PASS1_BITS 581 libavcodec/jrevdct.c dataptr[1] = (int16_t) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS); PASS1_BITS 582 libavcodec/jrevdct.c dataptr[6] = (int16_t) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS); PASS1_BITS 583 libavcodec/jrevdct.c dataptr[2] = (int16_t) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS); PASS1_BITS 584 libavcodec/jrevdct.c dataptr[5] = (int16_t) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS); PASS1_BITS 585 libavcodec/jrevdct.c dataptr[3] = (int16_t) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS); PASS1_BITS 586 libavcodec/jrevdct.c dataptr[4] = (int16_t) DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS); PASS1_BITS 926 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 928 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 930 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 932 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 934 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 936 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 938 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 940 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 988 libavcodec/jrevdct.c int16_t dcval = (int16_t) (d0 << PASS1_BITS); PASS1_BITS 1050 libavcodec/jrevdct.c dataptr[0] = (int16_t) DESCALE(tmp10, CONST_BITS-PASS1_BITS); PASS1_BITS 1051 libavcodec/jrevdct.c dataptr[1] = (int16_t) DESCALE(tmp11, CONST_BITS-PASS1_BITS); PASS1_BITS 1052 libavcodec/jrevdct.c dataptr[2] = (int16_t) DESCALE(tmp12, CONST_BITS-PASS1_BITS); PASS1_BITS 1053 libavcodec/jrevdct.c dataptr[3] = (int16_t) DESCALE(tmp13, CONST_BITS-PASS1_BITS); PASS1_BITS 1128 libavcodec/jrevdct.c dataptr[DCTSTRIDE*0] = tmp10 >> (CONST_BITS+PASS1_BITS+3); PASS1_BITS 1129 libavcodec/jrevdct.c dataptr[DCTSTRIDE*1] = tmp11 >> (CONST_BITS+PASS1_BITS+3); PASS1_BITS 1130 libavcodec/jrevdct.c dataptr[DCTSTRIDE*2] = tmp12 >> (CONST_BITS+PASS1_BITS+3); PASS1_BITS 1131 libavcodec/jrevdct.c dataptr[DCTSTRIDE*3] = tmp13 >> (CONST_BITS+PASS1_BITS+3);