PASS1_BITS 125 libavcodec/jfdctint_template.c #define OUT_SHIFT PASS1_BITS PASS1_BITS 129 libavcodec/jfdctint_template.c #define OUT_SHIFT (PASS1_BITS + 1) PASS1_BITS 175 libavcodec/jfdctint_template.c #if BITS_IN_JSAMPLE == 8 && CONST_BITS<=13 && PASS1_BITS<=2 PASS1_BITS 214 libavcodec/jfdctint_template.c dataptr[0] = (int16_t) ((tmp10 + tmp11) * (1 << PASS1_BITS)); PASS1_BITS 215 libavcodec/jfdctint_template.c dataptr[4] = (int16_t) ((tmp10 - tmp11) * (1 << PASS1_BITS)); PASS1_BITS 219 libavcodec/jfdctint_template.c CONST_BITS-PASS1_BITS); PASS1_BITS 221 libavcodec/jfdctint_template.c CONST_BITS-PASS1_BITS); PASS1_BITS 246 libavcodec/jfdctint_template.c dataptr[7] = (int16_t) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); PASS1_BITS 247 libavcodec/jfdctint_template.c dataptr[5] = (int16_t) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS); PASS1_BITS 248 libavcodec/jfdctint_template.c dataptr[3] = (int16_t) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); PASS1_BITS 249 libavcodec/jfdctint_template.c dataptr[1] = (int16_t) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); PASS1_BITS 255 libavcodec/jrevdct.c int16_t dcval = (int16_t) (d0 * (1 << PASS1_BITS)); PASS1_BITS 580 libavcodec/jrevdct.c dataptr[0] = (int16_t) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS); PASS1_BITS 581 libavcodec/jrevdct.c dataptr[7] = (int16_t) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS); PASS1_BITS 582 libavcodec/jrevdct.c dataptr[1] = (int16_t) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS); PASS1_BITS 583 libavcodec/jrevdct.c dataptr[6] = (int16_t) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS); PASS1_BITS 584 libavcodec/jrevdct.c dataptr[2] = (int16_t) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS); PASS1_BITS 585 libavcodec/jrevdct.c dataptr[5] = (int16_t) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS); PASS1_BITS 586 libavcodec/jrevdct.c dataptr[3] = (int16_t) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS); PASS1_BITS 587 libavcodec/jrevdct.c dataptr[4] = (int16_t) DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS); PASS1_BITS 927 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 929 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 931 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 933 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 935 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 937 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 939 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 941 libavcodec/jrevdct.c CONST_BITS+PASS1_BITS+3); PASS1_BITS 989 libavcodec/jrevdct.c int16_t dcval = (int16_t) (d0 << PASS1_BITS); PASS1_BITS 1051 libavcodec/jrevdct.c dataptr[0] = (int16_t) DESCALE(tmp10, CONST_BITS-PASS1_BITS); PASS1_BITS 1052 libavcodec/jrevdct.c dataptr[1] = (int16_t) DESCALE(tmp11, CONST_BITS-PASS1_BITS); PASS1_BITS 1053 libavcodec/jrevdct.c dataptr[2] = (int16_t) DESCALE(tmp12, CONST_BITS-PASS1_BITS); PASS1_BITS 1054 libavcodec/jrevdct.c dataptr[3] = (int16_t) DESCALE(tmp13, CONST_BITS-PASS1_BITS); PASS1_BITS 1129 libavcodec/jrevdct.c dataptr[DCTSTRIDE*0] = tmp10 >> (CONST_BITS+PASS1_BITS+3); PASS1_BITS 1130 libavcodec/jrevdct.c dataptr[DCTSTRIDE*1] = tmp11 >> (CONST_BITS+PASS1_BITS+3); PASS1_BITS 1131 libavcodec/jrevdct.c dataptr[DCTSTRIDE*2] = tmp12 >> (CONST_BITS+PASS1_BITS+3); PASS1_BITS 1132 libavcodec/jrevdct.c dataptr[DCTSTRIDE*3] = tmp13 >> (CONST_BITS+PASS1_BITS+3);