CONST_BITS        115 libavcodec/jfdctfst.c #if CONST_BITS == 8
CONST_BITS        143 libavcodec/jfdctfst.c #define MULTIPLY(var,const)  ((int16_t) DESCALE((var) * (const), CONST_BITS))
CONST_BITS        139 libavcodec/jfdctint_template.c #if CONST_BITS == 13
CONST_BITS        175 libavcodec/jfdctint_template.c #if BITS_IN_JSAMPLE == 8 && CONST_BITS<=13 && PASS1_BITS<=2
CONST_BITS        219 libavcodec/jfdctint_template.c                                    CONST_BITS-PASS1_BITS);
CONST_BITS        221 libavcodec/jfdctint_template.c                                    CONST_BITS-PASS1_BITS);
CONST_BITS        246 libavcodec/jfdctint_template.c     dataptr[7] = (int16_t) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
CONST_BITS        247 libavcodec/jfdctint_template.c     dataptr[5] = (int16_t) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
CONST_BITS        248 libavcodec/jfdctint_template.c     dataptr[3] = (int16_t) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
CONST_BITS        249 libavcodec/jfdctint_template.c     dataptr[1] = (int16_t) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
CONST_BITS        300 libavcodec/jfdctint_template.c                                  CONST_BITS + OUT_SHIFT);
CONST_BITS        302 libavcodec/jfdctint_template.c                                  CONST_BITS + OUT_SHIFT);
CONST_BITS        327 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*7] = DESCALE(tmp4 + z1 + z3, CONST_BITS + OUT_SHIFT);
CONST_BITS        328 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*5] = DESCALE(tmp5 + z2 + z4, CONST_BITS + OUT_SHIFT);
CONST_BITS        329 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*3] = DESCALE(tmp6 + z2 + z3, CONST_BITS + OUT_SHIFT);
CONST_BITS        330 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*1] = DESCALE(tmp7 + z1 + z4, CONST_BITS + OUT_SHIFT);
CONST_BITS        378 libavcodec/jfdctint_template.c                                   CONST_BITS+OUT_SHIFT);
CONST_BITS        380 libavcodec/jfdctint_template.c                                   CONST_BITS+OUT_SHIFT);
CONST_BITS        392 libavcodec/jfdctint_template.c                                   CONST_BITS + OUT_SHIFT);
CONST_BITS        394 libavcodec/jfdctint_template.c                                   CONST_BITS + OUT_SHIFT);
CONST_BITS        137 libavcodec/jrevdct.c #define CONST_SCALE (ONE << CONST_BITS)
CONST_BITS        580 libavcodec/jrevdct.c     dataptr[0] = (int16_t) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
CONST_BITS        581 libavcodec/jrevdct.c     dataptr[7] = (int16_t) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
CONST_BITS        582 libavcodec/jrevdct.c     dataptr[1] = (int16_t) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
CONST_BITS        583 libavcodec/jrevdct.c     dataptr[6] = (int16_t) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
CONST_BITS        584 libavcodec/jrevdct.c     dataptr[2] = (int16_t) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS);
CONST_BITS        585 libavcodec/jrevdct.c     dataptr[5] = (int16_t) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS);
CONST_BITS        586 libavcodec/jrevdct.c     dataptr[3] = (int16_t) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS);
CONST_BITS        587 libavcodec/jrevdct.c     dataptr[4] = (int16_t) DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS);
CONST_BITS        927 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        929 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        931 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        933 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        935 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        937 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        939 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        941 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS       1009 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1010 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1021 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1022 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1035 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1036 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1044 libavcodec/jrevdct.c                     tmp10 = tmp13 = (d0 + d4) << CONST_BITS;
CONST_BITS       1045 libavcodec/jrevdct.c                     tmp11 = tmp12 = (d0 - d4) << CONST_BITS;
CONST_BITS       1051 libavcodec/jrevdct.c     dataptr[0] = (int16_t) DESCALE(tmp10, CONST_BITS-PASS1_BITS);
CONST_BITS       1052 libavcodec/jrevdct.c     dataptr[1] = (int16_t) DESCALE(tmp11, CONST_BITS-PASS1_BITS);
CONST_BITS       1053 libavcodec/jrevdct.c     dataptr[2] = (int16_t) DESCALE(tmp12, CONST_BITS-PASS1_BITS);
CONST_BITS       1054 libavcodec/jrevdct.c     dataptr[3] = (int16_t) DESCALE(tmp13, CONST_BITS-PASS1_BITS);
CONST_BITS       1087 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1088 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1099 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1100 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1113 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1114 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1122 libavcodec/jrevdct.c                     tmp10 = tmp13 = (d0 + d4) << CONST_BITS;
CONST_BITS       1123 libavcodec/jrevdct.c                     tmp11 = tmp12 = (d0 - d4) << CONST_BITS;
CONST_BITS       1129 libavcodec/jrevdct.c     dataptr[DCTSTRIDE*0] = tmp10 >> (CONST_BITS+PASS1_BITS+3);
CONST_BITS       1130 libavcodec/jrevdct.c     dataptr[DCTSTRIDE*1] = tmp11 >> (CONST_BITS+PASS1_BITS+3);
CONST_BITS       1131 libavcodec/jrevdct.c     dataptr[DCTSTRIDE*2] = tmp12 >> (CONST_BITS+PASS1_BITS+3);
CONST_BITS       1132 libavcodec/jrevdct.c     dataptr[DCTSTRIDE*3] = tmp13 >> (CONST_BITS+PASS1_BITS+3);