N                 329 libavcodec/aacps.c     int N = 8;
N                 333 libavcodec/aacps.c         dsp->hybrid_analysis(temp, in, (const float (*)[8][2]) filter, 1, N);
N                 351 libavcodec/aacps.c                             TABLE_CONST float (*filter)[8][2], int N, int len)
N                 356 libavcodec/aacps.c         dsp->hybrid_analysis(out[0] + i, in, (const float (*)[8][2]) filter, 32, N);
N                  78 libavcodec/hevc_mvs.c         int N    = MIN_TB_ADDR_ZS((xN >> s->sps->log2_min_tb_size) & s->sps->tb_mask,
N                  80 libavcodec/hevc_mvs.c         return N <= Curr;
N                  90 libavcodec/imdct15.c av_cold int ff_imdct15_init(IMDCT15Context **ps, int N)
N                  93 libavcodec/imdct15.c     int len2 = 15 * (1 << N);
N                 104 libavcodec/imdct15.c     s->fft_n = N - 1;
N                 122 libavcodec/imdct15.c         int N = 15 * (1 << i);
N                 123 libavcodec/imdct15.c         s->exptab[i] = av_malloc(sizeof(*s->exptab[i]) * FFMAX(N, 19));
N                 127 libavcodec/imdct15.c         for (j = 0; j < N; j++) {
N                 128 libavcodec/imdct15.c             s->exptab[i][j].re = cos(2 * M_PI * j / N);
N                 129 libavcodec/imdct15.c             s->exptab[i][j].im = sin(2 * M_PI * j / N);
N                 221 libavcodec/imdct15.c                      int N, ptrdiff_t stride)
N                 223 libavcodec/imdct15.c     if (N) {
N                 224 libavcodec/imdct15.c         const FFTComplex *exptab = s->exptab[N];
N                 225 libavcodec/imdct15.c         const int len2 = 15 * (1 << (N - 1));
N                 228 libavcodec/imdct15.c         fft_calc(s, out,        in,          N - 1, stride * 2);
N                 229 libavcodec/imdct15.c         fft_calc(s, out + len2, in + stride, N - 1, stride * 2);
N                  47 libavcodec/imdct15.h int ff_imdct15_init(IMDCT15Context **s, int N);
N                  46 libavcodec/jpegls.c         state->N[i] = 1;
N                  41 libavcodec/jpegls.h     int A[367], B[367], C[365], N[367];
N                  89 libavcodec/jpegls.h     if (state->N[Q] == state->reset) {
N                  92 libavcodec/jpegls.h         state->N[Q] >>= 1;
N                  94 libavcodec/jpegls.h     state->N[Q]++;
N                 108 libavcodec/jpegls.h     if (state->B[Q] <= -state->N[Q]) {
N                 109 libavcodec/jpegls.h         state->B[Q] = FFMAX(state->B[Q] + state->N[Q], 1 - state->N[Q]);
N                 113 libavcodec/jpegls.h         state->B[Q] = FFMIN(state->B[Q] - state->N[Q], 0);
N                 143 libavcodec/jpeglsdec.c     for (k = 0; (state->N[Q] << k) < state->A[Q]; k++)
N                 159 libavcodec/jpeglsdec.c     if (!state->near && !k && (2 * state->B[Q] <= -state->N[Q]))
N                 178 libavcodec/jpeglsdec.c         temp += state->N[Q] >> 1;
N                 180 libavcodec/jpeglsdec.c     for (k = 0; (state->N[Q] << k) < temp; k++)
N                 192 libavcodec/jpeglsdec.c     if (!k && (RItype || ret) && (2 * state->B[Q] < state->N[Q]))
N                  47 libavcodec/jpeglsenc.c     for (k = 0; (state->N[Q] << k) < state->A[Q]; k++)
N                  50 libavcodec/jpeglsenc.c     map = !state->near && !k && (2 * state->B[Q] <= -state->N[Q]);
N                  78 libavcodec/jpeglsenc.c         temp += state->N[Q] >> 1;
N                  79 libavcodec/jpeglsenc.c     for (k = 0; (state->N[Q] << k) < temp; k++)
N                  82 libavcodec/jpeglsenc.c     if (!k && err && (2 * state->B[Q] < state->N[Q]))
N                 897 libavcodec/opus_celt.c         int N = celt_freq_range[i] << s->duration;
N                 901 libavcodec/opus_celt.c         if (N > 1) {
N                 913 libavcodec/opus_celt.c             dof = N * s->coded_channels
N                 914 libavcodec/opus_celt.c                   + (s->coded_channels == 2 && N > 2 && !s->dualstereo && i < s->intensitystereo);
N                 917 libavcodec/opus_celt.c             if (N == 2) /* dof=2 is the only case that doesn't fit the model */
N                 995 libavcodec/opus_celt.c                                            int N, float g)
N                 998 libavcodec/opus_celt.c     for (i = 0; i < N; i++)
N                1064 libavcodec/opus_celt.c                                                       unsigned int N,
N                1076 libavcodec/opus_celt.c     N0 = N/B;
N                1084 libavcodec/opus_celt.c static inline void celt_renormalize_vector(float *X, int N, float gain)
N                1088 libavcodec/opus_celt.c     for (i = 0; i < N; i++)
N                1092 libavcodec/opus_celt.c     for (i = 0; i < N; i++)
N                1096 libavcodec/opus_celt.c static inline void celt_stereo_merge(float *X, float *Y, float mid, int N)
N                1105 libavcodec/opus_celt.c     for (i = 0; i < N; i++) {
N                1116 libavcodec/opus_celt.c         for (i = 0; i < N; i++)
N                1126 libavcodec/opus_celt.c     for (i = 0; i < N; i++) {
N                1140 libavcodec/opus_celt.c     int N = N0*stride;
N                1153 libavcodec/opus_celt.c     for (i = 0; i < N; i++)
N                1161 libavcodec/opus_celt.c     int N = N0*stride;
N                1174 libavcodec/opus_celt.c     for (i = 0; i < N; i++)
N                1192 libavcodec/opus_celt.c static inline int celt_compute_qn(int N, int b, int offset, int pulse_cap,
N                1196 libavcodec/opus_celt.c     int N2 = 2 * N - 1;
N                1197 libavcodec/opus_celt.c     if (dualstereo && N == 2)
N                1209 libavcodec/opus_celt.c static inline uint64_t celt_cwrsi(unsigned int N, unsigned int K, unsigned int i, int *y)
N                1216 libavcodec/opus_celt.c     while (N > 2) {
N                1220 libavcodec/opus_celt.c         if (K >= N) {
N                1221 libavcodec/opus_celt.c             const uint32_t *row = celt_pvq_u_row[N];
N                1230 libavcodec/opus_celt.c             q = row[N];
N                1232 libavcodec/opus_celt.c                 K = N;
N                1234 libavcodec/opus_celt.c                     p = celt_pvq_u_row[--K][N];
N                1246 libavcodec/opus_celt.c             p = celt_pvq_u_row[K    ][N];
N                1247 libavcodec/opus_celt.c             q = celt_pvq_u_row[K + 1][N];
N                1259 libavcodec/opus_celt.c                 do p = celt_pvq_u_row[--K][N];
N                1268 libavcodec/opus_celt.c         N--;
N                1294 libavcodec/opus_celt.c static inline float celt_decode_pulses(OpusRangeCoder *rc, int *y, unsigned int N, unsigned int K)
N                1299 libavcodec/opus_celt.c     idx = opus_rc_unimodel(rc, CELT_PVQ_V(N, K));
N                1300 libavcodec/opus_celt.c     return celt_cwrsi(N, K, idx, y);
N                1306 libavcodec/opus_celt.c                                             unsigned int N, unsigned int K,
N                1312 libavcodec/opus_celt.c     gain /= sqrtf(celt_decode_pulses(rc, y, N, K));
N                1313 libavcodec/opus_celt.c     celt_normalize_residual(y, X, N, gain);
N                1314 libavcodec/opus_celt.c     celt_exp_rotation(X, N, blocks, K, spread);
N                1315 libavcodec/opus_celt.c     return celt_extract_collapse_mask(y, N, blocks);
N                1320 libavcodec/opus_celt.c                                      int N, int b, unsigned int blocks,
N                1329 libavcodec/opus_celt.c     unsigned int N0 = N;
N                1340 libavcodec/opus_celt.c     N_B0 = N_B = N / blocks;
N                1343 libavcodec/opus_celt.c     if (N == 1) {
N                1372 libavcodec/opus_celt.c             for (j = 0; j < N; j++)
N                1379 libavcodec/opus_celt.c                 celt_haar1(lowband, N >> k, 1 << k);
N                1407 libavcodec/opus_celt.c     if (!dualstereo && duration >= 0 && b > cache[cache[0]] + 12 && N > 2) {
N                1408 libavcodec/opus_celt.c         N >>= 1;
N                1409 libavcodec/opus_celt.c         Y = X + N;
N                1429 libavcodec/opus_celt.c         offset = (pulse_cap >> 1) - (dualstereo && N == 2 ? CELT_QTHETA_OFFSET_TWOPHASE :
N                1432 libavcodec/opus_celt.c              celt_compute_qn(N, b, offset, pulse_cap, dualstereo);
N                1437 libavcodec/opus_celt.c             if (dualstereo && N > 2)
N                1469 libavcodec/opus_celt.c             delta = ROUND_MUL16((N - 1) << 7, celt_log2tan(iside, imid));
N                1478 libavcodec/opus_celt.c         if (N == 2 && dualstereo) {
N                1497 libavcodec/opus_celt.c             cm = celt_decode_band(s, rc, band, x2, NULL, N, mbits, blocks,
N                1530 libavcodec/opus_celt.c                     delta = FFMIN(0, delta + (N << 3 >> (5 - duration)));
N                1537 libavcodec/opus_celt.c                 next_lowband2 = lowband + N; /* >32-bit split case */
N                1550 libavcodec/opus_celt.c                 cm = celt_decode_band(s, rc, band, X, NULL, N, mbits, blocks,
N                1561 libavcodec/opus_celt.c                 cm |= celt_decode_band(s, rc, band, Y, NULL, N, sbits, blocks,
N                1568 libavcodec/opus_celt.c                 cm = celt_decode_band(s, rc, band, Y, NULL, N, sbits, blocks,
N                1579 libavcodec/opus_celt.c                 cm |= celt_decode_band(s, rc, band, X, NULL, N, mbits, blocks,
N                1600 libavcodec/opus_celt.c             cm = celt_alg_unquant(rc, X, N, (q < 8) ? q : (8 + (q & 7)) << ((q >> 3) - 1),
N                1608 libavcodec/opus_celt.c                 for (j = 0; j < N; j++)
N                1613 libavcodec/opus_celt.c                     for (j = 0; j < N; j++)
N                1618 libavcodec/opus_celt.c                     for (j = 0; j < N; j++) {
N                1624 libavcodec/opus_celt.c                 celt_renormalize_vector(X, N, gain);
N                1632 libavcodec/opus_celt.c         if (N != 2)
N                1633 libavcodec/opus_celt.c             celt_stereo_merge(X, Y, mid, N);
N                1635 libavcodec/opus_celt.c             for (j = 0; j < N; j++)
N                 595 libavcodec/vc1.c #define ROTATE(DEF, L, N, C, A) do {                          \
N                 601 libavcodec/vc1.c             memcpy(L   , N   , sizeof(tmp));                  \
N                 602 libavcodec/vc1.c             memcpy(N   , &tmp, sizeof(tmp));                  \
N                 603 libavcodec/vc1.c             C = N;                                            \
N                  76 libavfilter/vf_pp7.c     N / (N0 * N0), N / (N0 * N1), N / (N0 * N0), N / (N0 * N2),
N                  77 libavfilter/vf_pp7.c     N / (N1 * N0), N / (N1 * N1), N / (N1 * N0), N / (N1 * N2),
N                  78 libavfilter/vf_pp7.c     N / (N0 * N0), N / (N0 * N1), N / (N0 * N0), N / (N0 * N2),
N                  79 libavfilter/vf_pp7.c     N / (N2 * N0), N / (N2 * N1), N / (N2 * N0), N / (N2 * N2),
N                  83 libavfilter/vf_pp7.c     N / (SN0 * SN0), N / (SN0 * SN2), N / (SN0 * SN0), N / (SN0 * SN2),
N                  84 libavfilter/vf_pp7.c     N / (SN2 * SN0), N / (SN2 * SN2), N / (SN2 * SN0), N / (SN2 * SN2),
N                  85 libavfilter/vf_pp7.c     N / (SN0 * SN0), N / (SN0 * SN2), N / (SN0 * SN0), N / (SN0 * SN2),
N                  86 libavfilter/vf_pp7.c     N / (SN2 * SN0), N / (SN2 * SN2), N / (SN2 * SN0), N / (SN2 * SN2),
N                 242 libavfilter/vsrc_cellauto.c             pos[N]  = i;
N                 244 libavfilter/vsrc_cellauto.c             v = prev_row[pos[NW]]<<2 | prev_row[pos[N]]<<1 | prev_row[pos[NE]];
N                 305 libavfilter/vsrc_life.c                 pos[N ][0] = (i-1) < 0 ? life->h-1 : i-1; pos[N ][1] =                         j  ;
N                 314 libavfilter/vsrc_life.c                 pos[N ][0] = (i-1) < 0 ? -1        : i-1; pos[N ][1] =                         j  ;
N                 325 libavfilter/vsrc_life.c                 (pos[N ][0] == -1 || pos[N ][1] == -1 ? 0 : oldbuf[pos[N ][0]*life->w + pos[N ][1]] == ALIVE_CELL) +
N                 139 libavutil/random_seed.c     uint32_t seeds[N];
N                 142 libavutil/random_seed.c         for (i=0; i<N; i++){
N                   3 libswresample/dither_template.c #    define RENAME(N) N ## _double
N                   8 libswresample/dither_template.c #    define RENAME(N) N ## _float
N                  13 libswresample/dither_template.c #    define RENAME(N) N ## _int32
N                  18 libswresample/dither_template.c #    define RENAME(N) N ## _int16
N                  30 libswresample/resample_template.c #    define RENAME(N) N ## _double
N                  39 libswresample/resample_template.c #    define RENAME(N) N ## _float
N                  48 libswresample/resample_template.c #    define RENAME(N) N ## _int32
N                  60 libswresample/resample_template.c #    define RENAME(N) N ## _int16