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        144 libavcodec/jfdctint_template.c #if CONST_BITS == 13
CONST_BITS        180 libavcodec/jfdctint_template.c #if BITS_IN_JSAMPLE == 8 && CONST_BITS<=13 && PASS1_BITS<=2
CONST_BITS        224 libavcodec/jfdctint_template.c                                    CONST_BITS-PASS1_BITS);
CONST_BITS        226 libavcodec/jfdctint_template.c                                    CONST_BITS-PASS1_BITS);
CONST_BITS        251 libavcodec/jfdctint_template.c     dataptr[7] = (int16_t) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
CONST_BITS        252 libavcodec/jfdctint_template.c     dataptr[5] = (int16_t) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
CONST_BITS        253 libavcodec/jfdctint_template.c     dataptr[3] = (int16_t) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
CONST_BITS        254 libavcodec/jfdctint_template.c     dataptr[1] = (int16_t) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
CONST_BITS        305 libavcodec/jfdctint_template.c                                  CONST_BITS + OUT_SHIFT);
CONST_BITS        307 libavcodec/jfdctint_template.c                                  CONST_BITS + OUT_SHIFT);
CONST_BITS        332 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*7] = DESCALE(tmp4 + z1 + z3, CONST_BITS + OUT_SHIFT);
CONST_BITS        333 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*5] = DESCALE(tmp5 + z2 + z4, CONST_BITS + OUT_SHIFT);
CONST_BITS        334 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*3] = DESCALE(tmp6 + z2 + z3, CONST_BITS + OUT_SHIFT);
CONST_BITS        335 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*1] = DESCALE(tmp7 + z1 + z4, CONST_BITS + OUT_SHIFT);
CONST_BITS        383 libavcodec/jfdctint_template.c                                   CONST_BITS+OUT_SHIFT);
CONST_BITS        385 libavcodec/jfdctint_template.c                                   CONST_BITS+OUT_SHIFT);
CONST_BITS        397 libavcodec/jfdctint_template.c                                   CONST_BITS + OUT_SHIFT);
CONST_BITS        399 libavcodec/jfdctint_template.c                                   CONST_BITS + OUT_SHIFT);
CONST_BITS        136 libavcodec/jrevdct.c #define CONST_SCALE (ONE << CONST_BITS)
CONST_BITS        579 libavcodec/jrevdct.c     dataptr[0] = (int16_t) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
CONST_BITS        580 libavcodec/jrevdct.c     dataptr[7] = (int16_t) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
CONST_BITS        581 libavcodec/jrevdct.c     dataptr[1] = (int16_t) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
CONST_BITS        582 libavcodec/jrevdct.c     dataptr[6] = (int16_t) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
CONST_BITS        583 libavcodec/jrevdct.c     dataptr[2] = (int16_t) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS);
CONST_BITS        584 libavcodec/jrevdct.c     dataptr[5] = (int16_t) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS);
CONST_BITS        585 libavcodec/jrevdct.c     dataptr[3] = (int16_t) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS);
CONST_BITS        586 libavcodec/jrevdct.c     dataptr[4] = (int16_t) DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS);
CONST_BITS        926 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        928 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        930 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        932 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        934 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        936 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        938 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS        940 libavcodec/jrevdct.c                                            CONST_BITS+PASS1_BITS+3);
CONST_BITS       1008 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1009 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1020 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1021 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1034 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1035 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1043 libavcodec/jrevdct.c                     tmp10 = tmp13 = (d0 + d4) << CONST_BITS;
CONST_BITS       1044 libavcodec/jrevdct.c                     tmp11 = tmp12 = (d0 - d4) << CONST_BITS;
CONST_BITS       1050 libavcodec/jrevdct.c     dataptr[0] = (int16_t) DESCALE(tmp10, CONST_BITS-PASS1_BITS);
CONST_BITS       1051 libavcodec/jrevdct.c     dataptr[1] = (int16_t) DESCALE(tmp11, CONST_BITS-PASS1_BITS);
CONST_BITS       1052 libavcodec/jrevdct.c     dataptr[2] = (int16_t) DESCALE(tmp12, CONST_BITS-PASS1_BITS);
CONST_BITS       1053 libavcodec/jrevdct.c     dataptr[3] = (int16_t) DESCALE(tmp13, CONST_BITS-PASS1_BITS);
CONST_BITS       1086 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1087 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1098 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1099 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1112 libavcodec/jrevdct.c                     tmp0 = (d0 + d4) << CONST_BITS;
CONST_BITS       1113 libavcodec/jrevdct.c                     tmp1 = (d0 - d4) << CONST_BITS;
CONST_BITS       1121 libavcodec/jrevdct.c                     tmp10 = tmp13 = (d0 + d4) << CONST_BITS;
CONST_BITS       1122 libavcodec/jrevdct.c                     tmp11 = tmp12 = (d0 - d4) << CONST_BITS;
CONST_BITS       1128 libavcodec/jrevdct.c     dataptr[DCTSTRIDE*0] = tmp10 >> (CONST_BITS+PASS1_BITS+3);
CONST_BITS       1129 libavcodec/jrevdct.c     dataptr[DCTSTRIDE*1] = tmp11 >> (CONST_BITS+PASS1_BITS+3);
CONST_BITS       1130 libavcodec/jrevdct.c     dataptr[DCTSTRIDE*2] = tmp12 >> (CONST_BITS+PASS1_BITS+3);
CONST_BITS       1131 libavcodec/jrevdct.c     dataptr[DCTSTRIDE*3] = tmp13 >> (CONST_BITS+PASS1_BITS+3);