noise              38 libavcodec/aarch64/sbrdsp_init_aarch64.c                                   const float *q_filt, int noise,
noise              41 libavcodec/aarch64/sbrdsp_init_aarch64.c                                   const float *q_filt, int noise,
noise              44 libavcodec/aarch64/sbrdsp_init_aarch64.c                                   const float *q_filt, int noise,
noise              47 libavcodec/aarch64/sbrdsp_init_aarch64.c                                   const float *q_filt, int noise,
noise              41 libavcodec/arm/sbrdsp_init_arm.c                                   const float *q_filt, int noise,
noise              44 libavcodec/arm/sbrdsp_init_arm.c                                   const float *q_filt, int noise,
noise              47 libavcodec/arm/sbrdsp_init_arm.c                                   const float *q_filt, int noise,
noise              50 libavcodec/arm/sbrdsp_init_arm.c                                   const float *q_filt, int noise,
noise             766 libavcodec/dcaenc.c static int init_quantization_noise(DCAEncContext *c, int noise, int forbid_zero)
noise             781 libavcodec/dcaenc.c             int snr_cb = c->peak_cb[ch][band] - c->band_masking_cb[band] - noise;
noise             600 libavcodec/dss_sp.c     int32_t noise[72];
noise             655 libavcodec/dss_sp.c     noise[0] = av_clip_int16(tmp);
noise             658 libavcodec/dss_sp.c         tmp      = (bias + 32358 * noise[i - 1]) >> 15;
noise             659 libavcodec/dss_sp.c         noise[i] = av_clip_int16(tmp);
noise             662 libavcodec/dss_sp.c     p->noise_state = noise[size - 1];
noise             664 libavcodec/dss_sp.c         tmp    = (p->vector_buf[i] * noise[i]) >> 11;
noise             144 libavcodec/eac3dec.c                 float noise  = nscale * (int32_t)av_lfg_get(&s->dith_state);
noise             146 libavcodec/eac3dec.c                 s->transform_coeffs[ch][bin++] += noise;
noise             704 libavcodec/mips/sbrdsp_mips.c                                  const float *q_filt, int noise,
noise             741 libavcodec/mips/sbrdsp_mips.c             : [ff_sbr_noise_table]"r"(ff_sbr_noise_table), [noise]"r"(noise),
noise             749 libavcodec/mips/sbrdsp_mips.c                                  const float *q_filt, int noise,
noise             786 libavcodec/mips/sbrdsp_mips.c             : [ff_sbr_noise_table] "r" (ff_sbr_noise_table), [noise] "r" (noise),
noise             796 libavcodec/mips/sbrdsp_mips.c                                  const float *q_filt, int noise,
noise             832 libavcodec/mips/sbrdsp_mips.c             : [ff_sbr_noise_table]"r"(ff_sbr_noise_table), [noise]"r"(noise),
noise             840 libavcodec/mips/sbrdsp_mips.c                                  const float *q_filt, int noise,
noise             878 libavcodec/mips/sbrdsp_mips.c             : [ff_sbr_noise_table]"r"(ff_sbr_noise_table), [noise]"r"(noise),
noise              89 libavcodec/noise_bsf.c     .filter         = noise,
noise              57 libavcodec/qdmc.c     uint8_t noise[2][19][17];
noise             422 libavcodec/qdmc.c             s->noise[ch][band][0] = lastval - 1;
noise             443 libavcodec/qdmc.c                     s->noise[ch][band][idx] = lastval + k * (newval - lastval) / len - 1;
noise             572 libavcodec/qdmc.c         aindex = s->noise[ch][i][current_subframe / 2];
noise             201 libavcodec/sbrdsp.c                                                 int noise,
noise             211 libavcodec/sbrdsp.c         noise = (noise + 1) & 0x1ff;
noise             216 libavcodec/sbrdsp.c             y0 += q_filt[m] * ff_sbr_noise_table[noise][0];
noise             217 libavcodec/sbrdsp.c             y1 += q_filt[m] * ff_sbr_noise_table[noise][1];
noise              43 libavcodec/sbrdsp.h                               const AAC_FLOAT *q_filt, int noise,
noise             265 libavcodec/sbrdsp_fixed.c                                                 int noise,
noise             275 libavcodec/sbrdsp_fixed.c         noise = (noise + 1) & 0x1ff;
noise             299 libavcodec/sbrdsp_fixed.c                 accu = (int64_t)q_filt[m].mant * ff_sbr_noise_table_fixed[noise][0];
noise             303 libavcodec/sbrdsp_fixed.c                 accu = (int64_t)q_filt[m].mant * ff_sbr_noise_table_fixed[noise][1];
noise              47 libavcodec/sbrdsp_template.c                                  const AAC_FLOAT *q_filt, int noise,
noise              50 libavcodec/sbrdsp_template.c     sbr_hf_apply_noise(Y, s_m, q_filt, noise, (INTFLOAT)1.0, (INTFLOAT)0.0, m_max);
noise              54 libavcodec/sbrdsp_template.c                                  const AAC_FLOAT *q_filt, int noise,
noise              58 libavcodec/sbrdsp_template.c     sbr_hf_apply_noise(Y, s_m, q_filt, noise, (INTFLOAT)0.0, phi_sign, m_max);
noise              62 libavcodec/sbrdsp_template.c                                  const AAC_FLOAT *q_filt, int noise,
noise              65 libavcodec/sbrdsp_template.c     sbr_hf_apply_noise(Y, s_m, q_filt, noise, (INTFLOAT)-1.0, (INTFLOAT)0.0, m_max);
noise              69 libavcodec/sbrdsp_template.c                                  const AAC_FLOAT *q_filt, int noise,
noise              73 libavcodec/sbrdsp_template.c     sbr_hf_apply_noise(Y, s_m, q_filt, noise, (INTFLOAT)0.0, -phi_sign, m_max);
noise             565 libavcodec/siren.c     float noise;
noise             636 libavcodec/siren.c             noise = decoder_standard_deviation[region] * noise_category5[i];
noise             644 libavcodec/siren.c             noise = decoder_standard_deviation[region] * noise_category6[i];
noise             646 libavcodec/siren.c             noise = decoder_standard_deviation[region] * 0.70711f;
noise             648 libavcodec/siren.c             noise = 0;
noise             659 libavcodec/siren.c                     *coefs_ptr = dw1 & 1 ? noise : -noise;
noise             664 libavcodec/siren.c                     *coefs_ptr = dw2 & 1 ? noise : -noise;
noise             629 libavcodec/wmadec.c             float *coefs, *exponents, mult, mult1, noise;
noise             688 libavcodec/wmadec.c                             noise          = s->noise_table[s->noise_index];
noise             690 libavcodec/wmadec.c                             *coefs++       = noise * exponents[i << bsize >> esize] * mult1;
noise             696 libavcodec/wmadec.c                             noise          = s->noise_table[s->noise_index];
noise             698 libavcodec/wmadec.c                             *coefs++       = ((*coefs1++) + noise) *
noise              42 libavcodec/x86/sbrdsp_init.c                                   const float *q_filt, int noise,
noise              45 libavcodec/x86/sbrdsp_init.c                                   const float *q_filt, int noise,
noise              48 libavcodec/x86/sbrdsp_init.c                                   const float *q_filt, int noise,
noise              51 libavcodec/x86/sbrdsp_init.c                                   const float *q_filt, int noise,
noise              37 libavfilter/af_silencedetect.c     double noise;               ///< noise amplitude ratio
noise              57 libavfilter/af_silencedetect.c     { "n",         "set noise tolerance",              OFFSET(noise),     AV_OPT_TYPE_DOUBLE, {.dbl=0.001},          0, DBL_MAX,  FLAGS },
noise              58 libavfilter/af_silencedetect.c     { "noise",     "set noise tolerance",              OFFSET(noise),     AV_OPT_TYPE_DOUBLE, {.dbl=0.001},          0, DBL_MAX,  FLAGS },
noise             126 libavfilter/af_silencedetect.c     const type noise = s->noise;                                                 \
noise             130 libavfilter/af_silencedetect.c         update(s, insamples, *p < noise && *p > -noise, i,                       \
noise             161 libavfilter/af_silencedetect.c         s->noise *= INT32_MAX;
noise             165 libavfilter/af_silencedetect.c         s->noise *= INT16_MAX;
noise              56 libavfilter/vf_convolve.c     float noise;
noise              71 libavfilter/vf_convolve.c     { "noise",   "set noise",                               OFFSET(noise),    AV_OPT_TYPE_FLOAT, {.dbl=0.0000001}, 0,  1, FLAGS },
noise             388 libavfilter/vf_convolve.c     const float noise = s->noise;
noise             402 libavfilter/vf_convolve.c             ire = filter[yn + x].re + noise;
noise             419 libavfilter/vf_convolve.c     const float noise = s->noise;
noise             435 libavfilter/vf_convolve.c             div = ire * ire + iim * iim + noise;
noise             652 libavfilter/vf_convolve.c     { "noise",   "set noise",                               OFFSET(noise),    AV_OPT_TYPE_FLOAT, {.dbl=0.0000001}, 0,  1, FLAGS },
noise              46 libavfilter/vf_freezedetect.c     double noise;
noise              55 libavfilter/vf_freezedetect.c     { "n",                   "set noise tolerance",                       OFFSET(noise),  AV_OPT_TYPE_DOUBLE,   {.dbl=0.001},     0,       1.0, V|F },
noise              56 libavfilter/vf_freezedetect.c     { "noise",               "set noise tolerance",                       OFFSET(noise),  AV_OPT_TYPE_DOUBLE,   {.dbl=0.001},     0,       1.0, V|F },
noise             144 libavfilter/vf_freezedetect.c     return (mafd <= s->noise);
noise              65 libavfilter/vf_noise.c AVFILTER_DEFINE_CLASS(noise);
noise              72 libavfilter/vf_noise.c     int8_t *noise = av_malloc(MAX_NOISE * sizeof(int8_t));
noise              79 libavfilter/vf_noise.c     if (!noise)
noise              88 libavfilter/vf_noise.c                     noise[i] = (RAND_N(strength) - strength / 2) / 6
noise              91 libavfilter/vf_noise.c                     noise[i] = (RAND_N(strength) - strength / 2) / 3;
noise              95 libavfilter/vf_noise.c                     noise[i] = (RAND_N(strength) - strength / 2) / 2
noise              98 libavfilter/vf_noise.c                     noise[i] = RAND_N(strength) - strength / 2;
noise             119 libavfilter/vf_noise.c             noise[i] = (int)y1;
noise             127 libavfilter/vf_noise.c             fp->prev_shift[i][j] = noise + (av_lfg_get(lfg) & (MAX_SHIFT - 1));
noise             129 libavfilter/vf_noise.c     fp->noise = noise;
noise             165 libavfilter/vf_noise.c void ff_line_noise_c(uint8_t *dst, const uint8_t *src, const int8_t *noise,
noise             170 libavfilter/vf_noise.c     noise += shift;
noise             172 libavfilter/vf_noise.c         int v = src[i] + noise[i];
noise             195 libavfilter/vf_noise.c     int8_t *noise = p->noise;
noise             199 libavfilter/vf_noise.c     if (!noise) {
noise             214 libavfilter/vf_noise.c                 p->prev_shift[ix][shift & 3] = noise + shift;
noise             216 libavfilter/vf_noise.c                 n->line_noise(dst + x, src + x, noise, w, shift);
noise             234 libavfilter/vf_noise.c         noise(td->out->data[plane] + start * td->out->linesize[plane],
noise             319 libavfilter/vf_noise.c         av_freep(&n->param[i].noise);
noise              42 libavfilter/vf_noise.h     int8_t *noise;
noise              55 libavfilter/vf_noise.h     void (*line_noise)(uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift);
noise              59 libavfilter/vf_noise.h void ff_line_noise_c(uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift);
noise              29 libavfilter/x86/vf_noise.c                            const int8_t *noise, int len, int shift)
noise              32 libavfilter/x86/vf_noise.c     noise += shift;
noise              49 libavfilter/x86/vf_noise.c             :: "r" (src+mmx_len), "r" (noise+mmx_len), "r" (dst+mmx_len), "g" (-mmx_len)
noise              53 libavfilter/x86/vf_noise.c         ff_line_noise_c(dst+mmx_len, src+mmx_len, noise+mmx_len, len-mmx_len, 0);
noise             101 libavfilter/x86/vf_noise.c                               const int8_t *noise, int len, int shift)
noise             104 libavfilter/x86/vf_noise.c     noise += shift;
noise             121 libavfilter/x86/vf_noise.c             :: "r" (src+mmx_len), "r" (noise+mmx_len), "r" (dst+mmx_len), "g" (-mmx_len)
noise             125 libavfilter/x86/vf_noise.c         ff_line_noise_c(dst+mmx_len, src+mmx_len, noise+mmx_len, len-mmx_len, 0);
noise              54 libswresample/dither_template.c         const float *noise = ((const float *)noises->ch[ch]) + s->dither.noise_pos;
noise              71 libswresample/dither_template.c             d1 = rint(d + noise[i]);
noise             126 libswresample/swresample.c     free_temp(&s->dither.noise);
noise             379 libswresample/swresample.c     s->dither.noise = s->preout;
noise             382 libswresample/swresample.c         s->dither.noise.bps = 4;
noise             383 libswresample/swresample.c         s->dither.noise.fmt = AV_SAMPLE_FMT_FLTP;
noise             668 libswresample/swresample.c             if((ret=swri_realloc_audio(&s->dither.noise, dither_count))<0)
noise             671 libswresample/swresample.c                 for(ch=0; ch<s->dither.noise.ch_count; ch++)
noise             672 libswresample/swresample.c                     if((ret=swri_get_dither(s, s->dither.noise.ch[ch], s->dither.noise.count, (12345678913579ULL*ch + 3141592) % 2718281828U, s->dither.noise.fmt))<0)
noise             674 libswresample/swresample.c             av_assert0(s->dither.noise.ch_count == preout->ch_count);
noise             676 libswresample/swresample.c             if(s->dither.noise_pos + out_count > s->dither.noise.count)
noise             686 libswresample/swresample.c                             s->mix_2_1_simd(conv_src->ch[ch], preout->ch[ch], s->dither.noise.ch[ch] + s->dither.noise.bps * s->dither.noise_pos, s->native_simd_one, 0, 0, len1);
noise             689 libswresample/swresample.c                             s->mix_2_1_f(conv_src->ch[ch] + off, preout->ch[ch] + off, s->dither.noise.ch[ch] + s->dither.noise.bps * s->dither.noise_pos + off, s->native_one, 0, 0, out_count - len1);
noise             692 libswresample/swresample.c                         s->mix_2_1_f(conv_src->ch[ch], preout->ch[ch], s->dither.noise.ch[ch] + s->dither.noise.bps * s->dither.noise_pos, s->native_one, 0, 0, out_count);
noise             696 libswresample/swresample.c                 case AV_SAMPLE_FMT_S16P :swri_noise_shaping_int16(s, conv_src, preout, &s->dither.noise, out_count); break;
noise             697 libswresample/swresample.c                 case AV_SAMPLE_FMT_S32P :swri_noise_shaping_int32(s, conv_src, preout, &s->dither.noise, out_count); break;
noise             698 libswresample/swresample.c                 case AV_SAMPLE_FMT_FLTP :swri_noise_shaping_float(s, conv_src, preout, &s->dither.noise, out_count); break;
noise             699 libswresample/swresample.c                 case AV_SAMPLE_FMT_DBLP :swri_noise_shaping_double(s,conv_src, preout, &s->dither.noise, out_count); break;
noise              66 libswresample/swresample_internal.h     AudioData noise;                                ///< noise used for dithering
noise             226 tests/checkasm/sbrdsp.c     int noise = 0x2a;
noise             230 tests/checkasm/sbrdsp.c                        const AAC_FLOAT *q_filt, int noise,
noise             242 tests/checkasm/sbrdsp.c                 call_ref(dst0, s_m, q_filt, noise, j, 128);
noise             243 tests/checkasm/sbrdsp.c                 call_new(dst1, s_m, q_filt, noise, j, 128);
noise             246 tests/checkasm/sbrdsp.c                 bench_new(dst1, s_m, q_filt, noise, j, 128);