inc              2493 libavcodec/aacdec_template.c     int bottom, top, order, start, end, size, inc;
inc              2518 libavcodec/aacdec_template.c                 inc = -1;
inc              2521 libavcodec/aacdec_template.c                 inc = 1;
inc              2527 libavcodec/aacdec_template.c                 for (m = 0; m < size; m++, start += inc)
inc              2529 libavcodec/aacdec_template.c                         coef[start] -= AAC_MUL26((INTFLOAT)coef[start - i * inc], lpc[i - 1]);
inc              2532 libavcodec/aacdec_template.c                 for (m = 0; m < size; m++, start += inc) {
inc               140 libavcodec/aacenc_pred.c static inline int update_counters(IndividualChannelStream *ics, int inc)
inc               144 libavcodec/aacenc_pred.c         ics->predictor_reset_count[i] += inc;
inc               106 libavcodec/aacenc_tns.c     int w, filt, m, i, top, order, bottom, start, end, size, inc;
inc               127 libavcodec/aacenc_tns.c                 inc = -1;
inc               130 libavcodec/aacenc_tns.c                 inc = 1;
inc               135 libavcodec/aacenc_tns.c             for (m = 0; m < size; m++, start += inc) {
inc               137 libavcodec/aacenc_tns.c                     sce->coeffs[start] += lpc[i-1]*sce->pcoeffs[start - i*inc];
inc               131 libavcodec/atrac3plusdsp.c     int i, wn, inc, pos;
inc               142 libavcodec/atrac3plusdsp.c         inc = wave_param->freq_index;
inc               143 libavcodec/atrac3plusdsp.c         pos = DEQUANT_PHASE(wave_param->phase_index) - (reg_offset ^ 128) * inc & 2047;
inc               148 libavcodec/atrac3plusdsp.c             pos     = (pos + inc) & 2047;
inc               161 libavcodec/bitstream.c     int i, j, k, n, nb, inc;
inc               184 libavcodec/bitstream.c             inc = 1;
inc               187 libavcodec/bitstream.c                 inc = 1 << n;
inc               199 libavcodec/bitstream.c                 j += inc;
inc               240 libavcodec/elbg.c     int64_t inc=0;
inc               244 libavcodec/elbg.c             inc += elbg->utility[i];
inc               245 libavcodec/elbg.c         elbg->utility_inc[i] = inc;
inc               621 libavcodec/hevc_cabac.c     int inc = 0;
inc               626 libavcodec/hevc_cabac.c         inc = !!SAMPLE_CTB(s->skip_flag, x_cb - 1, y_cb);
inc               628 libavcodec/hevc_cabac.c         inc += !!SAMPLE_CTB(s->skip_flag, x_cb, y_cb - 1);
inc               630 libavcodec/hevc_cabac.c     return GET_CABAC(elem_offset[SKIP_FLAG] + inc);
inc               637 libavcodec/hevc_cabac.c     int inc = 0;
inc               639 libavcodec/hevc_cabac.c     while (prefix_val < 5 && GET_CABAC(elem_offset[CU_QP_DELTA] + inc)) {
inc               641 libavcodec/hevc_cabac.c         inc = 1;
inc               688 libavcodec/hevc_cabac.c     int inc = 0, depth_left = 0, depth_top = 0;
inc               699 libavcodec/hevc_cabac.c     inc += (depth_left > ct_depth);
inc               700 libavcodec/hevc_cabac.c     inc += (depth_top  > ct_depth);
inc               702 libavcodec/hevc_cabac.c     return GET_CABAC(elem_offset[SPLIT_CODING_UNIT_FLAG] + inc);
inc               949 libavcodec/hevc_cabac.c     int inc;
inc               951 libavcodec/hevc_cabac.c     inc = FFMIN(ctx_cg, 1) + (c_idx>0 ? 2 : 0);
inc               953 libavcodec/hevc_cabac.c     return GET_CABAC(elem_offset[SIGNIFICANT_COEFF_GROUP_FLAG] + inc);
inc               958 libavcodec/hevc_cabac.c     int inc = ctx_idx_map[(y_c << 2) + x_c] + offset;
inc               959 libavcodec/hevc_cabac.c     return GET_CABAC(elem_offset[SIGNIFICANT_COEFF_FLAG] + inc);
inc               967 libavcodec/hevc_cabac.c static av_always_inline int coeff_abs_level_greater1_flag_decode(HEVCContext *s, int c_idx, int inc)
inc               971 libavcodec/hevc_cabac.c         inc += 16;
inc               973 libavcodec/hevc_cabac.c     return GET_CABAC(elem_offset[COEFF_ABS_LEVEL_GREATER1_FLAG] + inc);
inc               976 libavcodec/hevc_cabac.c static av_always_inline int coeff_abs_level_greater2_flag_decode(HEVCContext *s, int c_idx, int inc)
inc               979 libavcodec/hevc_cabac.c         inc += 4;
inc               981 libavcodec/hevc_cabac.c     return GET_CABAC(elem_offset[COEFF_ABS_LEVEL_GREATER2_FLAG] + inc);
inc              1376 libavcodec/hevc_cabac.c                 int inc = (ctx_set << 2) + greater1_ctx;
inc              1378 libavcodec/hevc_cabac.c                     coeff_abs_level_greater1_flag_decode(s, c_idx, inc);
inc                57 libavcodec/mpegaudio_parser.c             int inc= FFMIN(buf_size - i, s->frame_size);
inc                58 libavcodec/mpegaudio_parser.c             i += inc;
inc                59 libavcodec/mpegaudio_parser.c             s->frame_size -= inc;
inc                52 libavcodec/pnm_parser.c         int inc = FFMIN(pnmpc->remaining_bytes, buf_size);
inc                53 libavcodec/pnm_parser.c         skip += inc;
inc                54 libavcodec/pnm_parser.c         pnmpc->remaining_bytes -= inc;
inc              1033 libavfilter/avf_showcqt.c     int inc = (fmt == AV_PIX_FMT_YUV420P) ? 2 : 1;
inc              1044 libavfilter/avf_showcqt.c         for (y = 0; y < h; y += inc) {
inc               931 libavformat/img2dec.c         int inc = ff_subtitles_next_line(b);
inc               932 libavformat/img2dec.c         if (!inc)
inc               934 libavformat/img2dec.c         b += inc;
inc                42 libavformat/mpsubdec.c         int inc;
inc                48 libavformat/mpsubdec.c         inc = ff_subtitles_next_line(ptr);
inc                49 libavformat/mpsubdec.c         if (!inc)
inc                51 libavformat/mpsubdec.c         ptr += inc;
inc               191 libavutil/mathematics.c int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc)
inc               195 libavutil/mathematics.c     if (inc != 1)
inc               196 libavutil/mathematics.c         inc_tb = av_mul_q(inc_tb, (AVRational) {inc, 1});
inc               235 libavutil/mathematics.h int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc);
inc              3718 libpostproc/postprocess_template.c             int inc= end > start ? 1 : -1;
inc              3719 libpostproc/postprocess_template.c             for(x=start; x!=end+inc; x+=inc)
inc               141 libswscale/x86/hscale_fast_bilinear_simd.c             int inc                = (d + 1 < 4);
inc               142 libswscale/x86/hscale_fast_bilinear_simd.c             uint8_t *fragment      = inc ? fragmentB : fragmentA;
inc               143 libswscale/x86/hscale_fast_bilinear_simd.c             x86_reg imm8OfPShufW1  = inc ? imm8OfPShufW1B : imm8OfPShufW1A;
inc               144 libswscale/x86/hscale_fast_bilinear_simd.c             x86_reg imm8OfPShufW2  = inc ? imm8OfPShufW2B : imm8OfPShufW2A;
inc               145 libswscale/x86/hscale_fast_bilinear_simd.c             x86_reg fragmentLength = inc ? fragmentLengthB : fragmentLengthA;
inc               146 libswscale/x86/hscale_fast_bilinear_simd.c             int maxShift           = 3 - (d + inc);
inc               158 libswscale/x86/hscale_fast_bilinear_simd.c                 filterCode[fragmentPos + imm8OfPShufW1] =  (a + inc)       |
inc               159 libswscale/x86/hscale_fast_bilinear_simd.c                                                           ((b + inc) << 2) |
inc               160 libswscale/x86/hscale_fast_bilinear_simd.c                                                           ((c + inc) << 4) |
inc               161 libswscale/x86/hscale_fast_bilinear_simd.c                                                           ((d + inc) << 6);
inc               166 libswscale/x86/hscale_fast_bilinear_simd.c                 if (i + 4 - inc >= dstW)
inc               738 libswscale/yuv2rgb.c                        const int64_t inc, void *y_tab)
inc               743 libswscale/yuv2rgb.c     y_table -= elemsize * (inc >> 9);
inc               746 libswscale/yuv2rgb.c         int64_t cb = av_clip_uint8(i-YUVRGB_TABLE_HEADROOM)*inc;
inc               751 libswscale/yuv2rgb.c static void fill_gv_table(int table[256 + 2*YUVRGB_TABLE_HEADROOM], const int elemsize, const int64_t inc)
inc               754 libswscale/yuv2rgb.c     int off    = -(inc >> 9);
inc               757 libswscale/yuv2rgb.c         int64_t cb = av_clip_uint8(i-YUVRGB_TABLE_HEADROOM)*inc;